From: Theodore Ts'o Date: Tue, 29 Aug 2017 13:04:45 +0000 (-0400) Subject: Fix Debian packaging warnings for the 1.43.6 release X-Git-Tag: v1.43.6^0 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=534366de41bd198ca17688024776358eeeae65b6;p=tools%2Fe2fsprogs.git Fix Debian packaging warnings for the 1.43.6 release Added a missing ${misc:Depends} to a new package, and removed an extraneous configure option (--enable-quota was removed as of e2fsprogs 1.43.) Signed-off-by: Theodore Ts'o --- diff --git a/debian/control.in b/debian/control.in index 32703c6..0581fa1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -36,7 +36,7 @@ Description: statically-linked version of the ext2/ext3/ext4 filesystem checker Package: e2fsprogs-l10n Priority: extra -Depends: e2fsprogs (= ${binary:Version}) +Depends: e2fsprogs (= ${binary:Version}), ${misc:Depends} Replaces: e2fsprogs (<< 1.43.5-1) Architecture: any Description: ext2/ext3/ext4 file system utilities - translations diff --git a/debian/rules b/debian/rules index 903c77c..d4ce5e5 100755 --- a/debian/rules +++ b/debian/rules @@ -146,7 +146,7 @@ endif BACKTRACE_CONF_FLAGS ?= $(shell if ${debdir}/scripts/test-backtrace ; then echo --disable-backtrace ; fi) -COMMON_CONF_FLAGS = --disable-e2initrd-helper --enable-quota \ +COMMON_CONF_FLAGS = --disable-e2initrd-helper \ --infodir=/usr/share/info --enable-symlink-install \ --with-multiarch=$(DEB_HOST_MULTIARCH) \ $(BACKTRACE_CONF_FLAGS) $(UTIL_CONF_FLAGS)