From: Anibal Monsalve Salazar Date: Sat, 11 Aug 2007 10:17:26 +0000 (+1000) Subject: Imported Debian patch 1.1.1~git-20070709-3 X-Git-Tag: debian/1%1.1.1_git-20070709-3^0 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=e6cdf7c5b1d2b8da7e2616d356b5b2acb0048434;hp=3eb41ec41c081037e230934982804a93abe12610 Imported Debian patch 1.1.1~git-20070709-3 --- diff --git a/debian/changelog b/debian/changelog index 4ff3cec..bc9fb81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nfs-utils (1:1.1.1~git-20070709-3) unstable; urgency=low + + * If there is no override present when running the post-removal script, do + not return exit status code 2. Closes: #436411. + * Fixed the following lintian message: + - W: nfs-utils source: debian-rules-ignores-make-clean-error line 23 + + -- Anibal Monsalve Salazar Sat, 11 Aug 2007 20:17:26 +1000 + nfs-utils (1:1.1.1~git-20070709-2) unstable; urgency=low * 07-daemonize-instead-of-fork.patch: New patch from upstream, uses @@ -7,6 +16,13 @@ nfs-utils (1:1.1.1~git-20070709-2) unstable; urgency=low -- Steinar H. Gunderson Sat, 11 Aug 2007 09:27:53 +0200 +nfs-utils (1:1.1.1~git-20070706-2) 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 Tue, 07 Aug 2007 17:34:47 +1000 + nfs-utils (1:1.1.1~git-20070709-1) unstable; urgency=low * New upstream release. diff --git a/debian/nfs-common.postrm b/debian/nfs-common.postrm index c7af643..aeb9848 100644 --- a/debian/nfs-common.postrm +++ b/debian/nfs-common.postrm @@ -21,6 +21,6 @@ case "$1" in /var/lib/nfs/sm/* \ /var/lib/nfs/sm.bak/* - dpkg-statoverride --remove /sbin/mount.nfs + dpkg-statoverride --remove /sbin/mount.nfs || true ;; esac diff --git a/debian/rules b/debian/rules index b72ac35..dcc4513 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ clean: unpatch dh_testroot rm -f build-stamp rm -rf $(DEBTMP) - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean binary-indep: build