]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Imported Debian patch 1.1.1~git-20070709-1 debian/1%1.1.1_git-20070709-1
authorSteinar H. Gunderson <sesse@debian.org>
Thu, 9 Aug 2007 15:30:29 +0000 (17:30 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 14 Jul 2010 01:56:22 +0000 (02:56 +0100)
debian/changelog
debian/copyright
debian/nfs-common.postrm

index 2e150efe7b02d87c4c532fceec32c223ed4ad598..ee13fa5628000a8c938ce6645d19d6c6efa2bef3 100644 (file)
@@ -1,9 +1,11 @@
-nfs-utils (1:1.1.1~git-20070706-2) unstable; urgency=low
+nfs-utils (1:1.1.1~git-20070709-1) unstable; urgency=low
 
-  * If there is no override present when running the post-removal script, do
-    not return exit status code 2. Closes: #436411.
-  
- -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 07 Aug 2007 17:34:47 +1000
+  * New upstream release.
+    * Update debian/copyright with the new date.
+    * No longer tries to build with -mno-fp-regs on Alpha, which should fix
+      FTBFS on that platform. (Closes: #436491)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu, 09 Aug 2007 17:30:29 +0200
 
 nfs-utils (1:1.1.1~git-20070706-1) unstable; urgency=low
 
index abcfdf9e46de8680366453019f3750a08f162bd2..5a85bf9d0f54b9b5fab28f94043ab5771aa72ffc 100644 (file)
@@ -3,9 +3,9 @@ This package was debianized by Chip Salzenberg <chip@debian.org> on Fri,  3 Dec
 This is a git snapshot, downloaded August 6th, 2007 using
 the following commands:
 
-  git clone git://git.linux-nfs.org/pub/linux/nfs-utils/ nfs-utils-1.1.1\~git-20070706
-  ( cd nfs-utils-1.1.1\~git-20070706/ && sh ./autogen.sh )
-  tar --exclude=.git -zcf nfs-utils_1.1.1\~git-20070706.orig.tar.gz nfs-utils-1.1.1\~git-20070706
+  git clone git://git.linux-nfs.org/pub/linux/nfs-utils/ nfs-utils-1.1.1\~git-20070709
+  ( cd nfs-utils-1.1.1\~git-20070709/ && sh ./autogen.sh )
+  tar --exclude=.git -zcf nfs-utils_1.1.1\~git-20070709.orig.tar.gz nfs-utils-1.1.1\~git-20070709
 
 Regular releases are avilable from http://sourceforge.net/projects/nfs/.
 
index aeb9848bf3eabccf10fe3cc5156971ee13086fe9..c7af6431cb80c97840e89809c55c8bd4d84e7d15 100644 (file)
@@ -21,6 +21,6 @@ case "$1" in
              /var/lib/nfs/sm/*     \
              /var/lib/nfs/sm.bak/*
            
-       dpkg-statoverride --remove /sbin/mount.nfs || true
+       dpkg-statoverride --remove /sbin/mount.nfs
        ;;
 esac