From 534366de41bd198ca17688024776358eeeae65b6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 29 Aug 2017 09:04:45 -0400 Subject: [PATCH] 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 --- debian/control.in | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.8.3.1