summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-08-29 09:04:45 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-08-29 09:05:52 -0400
commit534366de41bd198ca17688024776358eeeae65b6 (patch)
tree328868f275994091dd36bddc1e496a4fb548d21e
parent2172519d766198a587e4474eaa829578cde4f433 (diff)
downloade2fsprogs-1.43.6.tar.gz
Fix Debian packaging warnings for the 1.43.6 releasev1.43.6
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 <tytso@mit.edu>
-rw-r--r--debian/control.in2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control.in b/debian/control.in
index 32703c67..0581fa19 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 903c77c5..d4ce5e5e 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)