zfsonlinux / pkg-zfs

Native ZFS packaging for Debian and Ubuntu
https://launchpad.net/~zfs-native/+archive/daily
308 stars 55 forks source link

Add zfsutils Depends: mawk | awk #59

Closed rlaager closed 11 years ago

rlaager commented 11 years ago

If awk is not installed, zfsutils causes "zfs" in bash to throw errors (if bash-completion is installed, which is the default on Ubuntu).

rlaager commented 11 years ago

awk is an "Essential" package. I missed this because none of the awk implementations have Essential set. (I did check, several months ago, for non-ZFS packaging work I was doing.)

Because you can only set "Essential: yes" on real packages and awk is a virtual package (as there are multiple implementations), this is accomplished by having base-files: Depends: awk.

Accordingly, it's not necessary to declare this dependency.