Whamcloud - gitweb
debian: Fix dependencies field in the udeb packages
authorTheodore Ts'o <tytso@mit.edu>
Fri, 5 Sep 2008 02:39:47 +0000 (22:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 5 Sep 2008 02:39:47 +0000 (22:39 -0400)
Addresses-Debian-Bug: #497619

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/control
debian/e2fsprogs-udeb.shlibs.local
debian/rules

index e357e95..a35197b 100644 (file)
@@ -2,7 +2,7 @@ Source: e2fsprogs
 Section: admin
 Priority: required
 Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, pkg-config, dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc], debhelper (>= 4)
+Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, pkg-config, dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc], debhelper (>= 4.2)
 Standards-Version: 3.8.0.0
 
 Package: e2fsck-static
@@ -104,6 +104,7 @@ Description: universally unique id library
  uuidgen program.
 
 Package: libuuid1-udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Priority: optional
 Depends: ${shlibs:Depends}
@@ -139,6 +140,7 @@ Description: block device id library
  system instead.
 
 Package: libblkid1-udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Priority: optional
 Depends: ${shlibs:Depends}
@@ -167,6 +169,7 @@ Description: block device id library - headers and static libraries
  This package contains the development environment for the blkid library.
 
 Package: e2fsprogs-udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Priority: optional
 Depends: ${shlibs:Depends}
index 2c6e6fa..b41b583 100644 (file)
@@ -1,6 +1,6 @@
 libblkid 1 libblkid1-udeb
 # force the dependency to libblkid1-udeb, even if it don't include the lib
 libcom_err 2 libblkid1-udeb
-libuuid 1 libblkid1-udeb
+libuuid 1 libuuid1-udeb
 libext2fs 2 libblkid1-udeb
 libe2p 2 libblkid1-udeb
index 7b20faf..f6fd4e5 100755 (executable)
@@ -506,7 +506,6 @@ endif
        echo "udeb: libuuid 1 libuuid1-udeb" >> debian/libuuid1/DEBIAN/shlibs
 
        dh_installdeb
-       rm debian/e2fsprogs-udeb/DEBIAN/conffiles
        dh_shlibdeps -l${stdbuilddir}/lib
        dh_shlibdeps -pe2fsprogs -l${stdbuilddir}/lib \
                -u"-Ldebian/e2fsprogs.shlibs.local"