From: Steinar H. Gunderson Date: Sun, 9 Aug 2009 10:47:00 +0000 (+0200) Subject: Imported Debian patch 1.2.0-3 X-Git-Tag: debian/1%1.2.0-3^0 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=59a0a487d5eaeca18593af9d2ca21cd66184431d Imported Debian patch 1.2.0-3 --- diff --git a/debian/changelog b/debian/changelog index 781560e..e8bdfc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nfs-utils (1:1.2.0-3) unstable; urgency=low + + * Remove myself from Uploaders. + * Remove --enable-secure-statd from configure line; it does no longer + exist as a configure option. + + -- Steinar H. Gunderson Sun, 09 Aug 2009 12:47:00 +0200 + nfs-utils (1:1.2.0-2) unstable; urgency=low * Merge from Ubuntu diff --git a/debian/control b/debian/control index e6e855c..9d26cac 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nfs-utils Priority: standard Section: net Maintainer: Anibal Monsalve Salazar -Uploaders: Steinar H. Gunderson , Daniel Baumann +Uploaders: Daniel Baumann Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssglue-dev, librpcsecgss-dev (>= 0.17), libblkid-dev, libkeyutils-dev, pkg-config, quilt (>= 0.40), libldap2-dev Standards-Version: 3.8.1 Homepage: http://nfs.sourceforge.net/ diff --git a/debian/rules b/debian/rules index 1386ba1..2bd4939 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,6 @@ build-stamp: dh_testdir CFLAGS="$(CFLAGS)" ./configure \ --mandir='$${prefix}/share/man' \ - --enable-secure-statd \ --with-tcp-wrappers $(MAKE) $(MAKEFLAGS) touch build-stamp