X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=cf3099ca1400ecc49aa4beae8b8842f4a2a1926d;hb=refs%2Ftags%2Fdebian%2F1%251.0.10-6_quilt.7;hp=1ee9864a6ff6a2540811738ebf4f51fa37e9787c;hpb=ba2d04e42f22276f0c990a4c2ce56c647ba9c235;p=nfs-utils.git diff --git a/debian/changelog b/debian/changelog index 1ee9864..cf3099c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +nfs-utils (1:1.0.10-6~quilt.7) experimental; urgency=low + + * 10-ccachedir-off-by-one.patch: Fixes an off-by-one in the parsing of the + -d option to rpc.gssd; patch from Liam Bedford, extracted from the Ubuntu + BTS. + + -- Steinar H. Gunderson Thu, 4 Jan 2007 20:40:49 +0100 + +nfs-utils (1:1.0.10-6~quilt.6) experimental; urgency=low + + * Make build depend on "patch build-stamp", not "build-stamp patch", which + would build without _any_ patches -- ouch. + + -- Steinar H. Gunderson Thu, 4 Jan 2007 15:56:42 +0100 + +nfs-utils (1:1.0.10-6~quilt.5) experimental; urgency=low + + * Make quilt build-dependency versioned to (>= 0.40), as per lintian + recommendation. + * Change a hyphen (-) to a minus (\-) in 07-exports-default-options.patch. + + -- Steinar H. Gunderson Thu, 4 Jan 2007 15:04:05 +0100 + +nfs-utils (1:1.0.10-6~quilt.4) experimental; urgency=low + + * 09-manpage-paths-fixup.patch: Fix up the paths to rpc.lockd and showmount + in the man pages; replaces the Perl one-liner we used to have in + debian/rules. + * Remove build-dependency on perl. + * Use $(CURDIR) instead of $(shell pwd) in debian/rules. + * Let build instead of build-stamp depend on patch; this makes sure we won't + be running configure and make every single time (since make sees that + "patch" does not exist, and thus thinks it needs to remake build-stamp). + + -- Steinar H. Gunderson Thu, 4 Jan 2007 14:16:47 +0100 + +nfs-utils (1:1.0.10-6~quilt.3) experimental; urgency=low + + * Remove obsolete DEB_* variables from debian/rules. + * Refresh 08-dont-build-getkversion.patch for consistency. + + -- Steinar H. Gunderson Thu, 4 Jan 2007 03:23:45 +0100 + +nfs-utils (1:1.0.10-6~quilt.2) experimental; urgency=low + + * 08-dont-build-getkversion.patch: Don't build getkversion, since it fails + when trying to build against newer kernel headers; it's not really used in + the package anyhow. Adapted from an Ubuntu patch by Tollef Fog Heen. + + -- Steinar H. Gunderson Tue, 2 Jan 2007 14:47:36 +0100 + +nfs-utils (1:1.0.10-6~quilt.1) experimental; urgency=low + + * 07-exports-default-options.patch: Support default options in exports(5), + like "/srv/www -rw,sync host1 host2 host3(ro)" (syntax borrowed from + OpenBSD). Also updates the exports(5) man page to explain the new syntax. + (Closes: #273188) + + -- Steinar H. Gunderson Tue, 26 Dec 2006 23:43:51 +0100 + nfs-utils (1:1.0.10-6~quilt.0) experimental; urgency=low * Switch to quilt for patch management. @@ -243,6 +303,7 @@ nfs-utils (1:1.0.9-1) unstable; urgency=high -- Anibal Monsalve Salazar Sat, 08 Jul 2006 14:26:40 +1000 + nfs-utils (1:1.0.8+1.0.9pre1-4) unstable; urgency=low * Back out having separate mount.nfs; this is in line with upstream, who