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 <tytso@mit.edu>
debian
Theodore Ts'o 2016-05-21 00:15:46 -04:00
parent 2c0e8c7aac
commit a4d77554fe
2 changed files with 3 additions and 3 deletions

2
debian/control.in vendored
View File

@ -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

View File

@ -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})