From a4d77554fefd48882db4450db500da12f3de0f85 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 21 May 2016 00:15:46 -0400 Subject: [PATCH] debian: remove unused and deprecated substitution variables Replace "Source-Version" with "binary:Version" in e2fsprogs.shlibs.local, and e2fsck-static doesn't have any shared libraries dependency so remove the ${shlibs:Depends} from the Depends. Signed-off-by: Theodore Ts'o --- debian/control.in | 2 +- debian/e2fsprogs.shlibs.local.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control.in b/debian/control.in index 1801fd1..c725237 100644 --- a/debian/control.in +++ b/debian/control.in @@ -14,7 +14,7 @@ Homepage: http://e2fsprogs.sourceforge.net ifdef(`E2FSCK_STATIC',`` Package: e2fsck-static Priority: optional -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static Architecture: any Description: statically-linked version of the ext2/ext3/ext4 filesystem checker diff --git a/debian/e2fsprogs.shlibs.local.in b/debian/e2fsprogs.shlibs.local.in index db1b75a..1f7db5d 100644 --- a/debian/e2fsprogs.shlibs.local.in +++ b/debian/e2fsprogs.shlibs.local.in @@ -4,5 +4,5 @@ ifdef(`UTIL_LINUX_NG',, ``libuuid 1 libuuid1 (>= 1.34-1) libblkid 1 libblkid1 (>= 1.34-1) '')dnl -libext2fs 2 e2fslibs (= ${Source-Version}) -libe2p 2 e2fslibs (= ${Source-Version}) +libext2fs 2 e2fslibs (= ${binary:Version}) +libe2p 2 e2fslibs (= ${binary:Version}) -- 1.8.3.1