On Mon, Dec 21, 2009 at 04:10:59PM +0000, Richard W.M. Jones wrote:
[..snip..]
#elif DEBIAN == 1
bsdmainutils
- btrfs-tools
+ /* Not on Ubuntu: btrfs-tools */
/* Dependency problem prevents installation of these two:
gfs-tools
gfs2-tools
@@ -37,10 +39,12 @@
hfsplus
iproute
libaugeas0
- nilfs2-tools
+ /* Not on Ubuntu: nilfs2-tools */
+ /* Fails to install on Ubuntu: ntfs-3g */
reiserfsprogs
udev
util-linux
+ /* Not on Ubuntu: zerofree */
#endif
Wouldn't it be nicer to have a "UBUNTU == 1" otherwise
we'd penalize
Debian for Ubuntu's brokeness?
Cheers,
-- Guido