From dfdb4426f10e97dc188ee79d0fe9fef625eb6987 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 29 Dec 2007 23:25:36 +0100 Subject: [PATCH] Imported Debian patch 1.1.1-12 --- debian/changelog | 10 ++++++++++ debian/rules | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c36025b..d481e1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +nfs-utils (1:1.1.1-12) unstable; urgency=medium + + * Comment in dh_strip again, which probably was commented out during a + debugging session at some point. + * Don't exclude mount.nfs from dh_fixperms; make it suid root manually after + dh_fixperms instead. Makes it world and group readable as it should be. + (Closes: #458239) + + -- Steinar H. Gunderson Sat, 29 Dec 2007 23:25:36 +0100 + nfs-utils (1:1.1.1-11) unstable; urgency=low * 10-no-flush-blkid-cache.diff: New patch from Theodore Ts'o, removes diff --git a/debian/rules b/debian/rules index dcd8fb4..5a65ec5 100755 --- a/debian/rules +++ b/debian/rules @@ -41,9 +41,10 @@ binary-arch: build dh_installman dh_link dh_installchangelogs ChangeLog - #dh_strip + dh_strip dh_compress - dh_fixperms -Xmount.nfs + dh_fixperms + chmod u+s debian/nfs-common/sbin/mount.nfs dh_installdeb dh_shlibdeps dh_gencontrol -- 2.39.2