]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Imported Debian patch 1.2.0-3 debian/1%1.2.0-3
authorSteinar H. Gunderson <sesse@debian.org>
Sun, 9 Aug 2009 10:47:00 +0000 (12:47 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 14 Jul 2010 02:05:17 +0000 (03:05 +0100)
debian/changelog
debian/control
debian/rules

index 781560e2e93ff1926154454e6ad36feb801178f3..e8bdfc130bbb5d056e97e591525cdc86f3860ed2 100644 (file)
@@ -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 <sesse@debian.org>  Sun, 09 Aug 2009 12:47:00 +0200
+
 nfs-utils (1:1.2.0-2) unstable; urgency=low
 
   * Merge from Ubuntu
index e6e855c8c43691f2771fbf0935ab9a5cd9644c33..9d26cac5f168f25a0635de42066ca70133d0a099 100644 (file)
@@ -2,7 +2,7 @@ Source: nfs-utils
 Priority: standard
 Section: net
 Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Uploaders: Steinar H. Gunderson <sesse@debian.org>, Daniel Baumann <daniel@debian.org>
+Uploaders: Daniel Baumann <daniel@debian.org>
 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/
index 1386ba1d852008e102e3188c2384b238f273017c..2bd4939551392df9945d1dec60e51c3e91200aa4 100755 (executable)
@@ -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