Fix debian problem: e2fsprogs: bogus dependency on libblkid1 due to shlibs.local

Addresses-Debian-Bug: #583551

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2010-06-03 11:50:42 -04:00
parent 6d0ed67802
commit e54e700051
2 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,8 @@
libcom_err 2 libcomerr2 (>= 1.34-1)
libss 2 libss2 (>= 1.34-1)
libuuid 1 libuuid1 (>= 1.34-1)
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})
libblkid 1 libblkid1 (>= 1.34-1)

10
debian/rules vendored
View File

@ -167,9 +167,17 @@ else
M4_ARGS+=-UUTIL_LINUX_NG
endif
debian-files: debian/control debian/e2fsprogs.shlibs.local
mrproper: clean
rm debian/control debian/e2fsprogs.shlibs.local
debian/control: debian/control.in debian/rules
m4 $(M4_ARGS) < debian/control.in > $@
debian/e2fsprogs.shlibs.local: debian/e2fsprogs.shlibs.local.in
m4 $(M4_ARGS) < debian/e2fsprogs.shlibs.local.in > $@
${CFGSTDSTAMP}:
dh_testdir
@ -599,4 +607,4 @@ endif
binary: binary-indep binary-arch
.PHONY: binary binary-arch binary-indep clean checkroot
.PHONY: binary binary-arch binary-indep clean checkroot mrproper debian-files