]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Add libmount-dev to Build-Depends and explicitly enable it.
authorLuk Claes <luk@debian.org>
Sun, 22 Jan 2012 14:22:52 +0000 (15:22 +0100)
committerLuk Claes <luk@debian.org>
Sun, 22 Jan 2012 14:22:52 +0000 (15:22 +0100)
debian/changelog
debian/control
debian/rules

index 29d90f2651ef0039bbf196c203dd2c422ccd1aea..db932eef1b9d49716fea5e922662abb20e6ab2cb 100644 (file)
@@ -1,3 +1,9 @@
+nfs-utils (1:1.2.5-4) unstable; urgency=low
+
+  * Add libmount-dev to Build-Depends and explicitly enable it.
+
+ -- Luk Claes <luk@debian.org>  Sun, 22 Jan 2012 15:21:48 +0100
+
 nfs-utils (1:1.2.5-3) unstable; urgency=low
 
   [ Roger Leigh ]
index 9183ffbb92b84df748b4d6d787fcac473d7c6d8b..88f59132ce1cb2511666b13627a16b9f6af4e12d 100644 (file)
@@ -3,7 +3,7 @@ Priority: standard
 Section: net
 Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
 Uploaders: Anibal Monsalve Salazar <anibal@debian.org>, Ben Hutchings <ben@decadent.org.uk>, Luk Claes <luk@debian.org>
-Build-Depends: debhelper (>= 7), libwrap0-dev, libevent-dev, libnfsidmap-dev (>= 0.24), libkrb5-dev, libgssglue-dev (>= 0.3), libblkid-dev, libkeyutils-dev, pkg-config, libldap2-dev, libcap-dev, libtirpc-dev, libdevmapper-dev, dh-autoreconf
+Build-Depends: debhelper (>= 7), libwrap0-dev, libevent-dev, libnfsidmap-dev (>= 0.24), libkrb5-dev, libgssglue-dev (>= 0.3), libblkid-dev, libkeyutils-dev, pkg-config, libldap2-dev, libcap-dev, libtirpc-dev, libdevmapper-dev, dh-autoreconf, libmount-dev
 Standards-Version: 3.9.0
 Homepage: http://nfs.sourceforge.net/
 Vcs-Git: git://git.debian.org/kernel/nfs-utils.git
index 4dccb139011325878fc68fdcdd1efac2aeb4212e..a3dabf7cf9621c30cf0f837fa034b36680a48e57 100755 (executable)
@@ -26,7 +26,7 @@ build-stamp:
                --mandir='$${prefix}/share/man' \
                --enable-nfsv41 \
                --enable-ipv6 \
-               --enable-tirpc \
+               --enable-libmount-mount \
                --with-tcp-wrappers
        $(MAKE) $(MAKEFLAGS)
        touch build-stamp