+++ /dev/null
-nfs-utils for Debian
-====================
-
-nfs-utils for Debian is packaged using quilt. To get started:
-
- sudo aptitude install quilt
- export QUILT_PATCHES=debian/patches/
-
-To get the complete source as built, use the "patch" target in debian/rules or,
-equivalently:
-
- quilt push -a
-
-To make a new modification, first apply all patches as described above, and
-then
-
- quilt new 99-my-local-patch.patch
- quilt edit foo/bar.c
- quilt edit baz/quux.c
- quilt refresh
-
-To get the tree back in pristine form, use the "unpatch" target in debian/rules
-or, equivalently:
-
- quilt pop -a
-
-Happy hacking!
-
- -- Steinar H. Gunderson <sesse@debian.org>, Mon, 14 Jul 2008 11:20:34 +0200
+nfs-utils (1:1.2.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Update debian/watch
+ * Debian source format is 3.0 (quilt)
+ Don't build depend on quilt
+ * Remove 10-493659-nfs.man.patch (merged)
+ * Build depend on libtirpc-dev
+
+ -- Anibal Monsalve Salazar <anibal@debian.org> Fri, 18 Dec 2009 13:17:42 +1100
+
nfs-utils (1:1.2.0-4.1) unstable; urgency=low
* Non-maintainer upload.
Priority: standard
Section: net
Maintainer: Anibal Monsalve Salazar <anibal@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
+Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssglue-dev, librpcsecgss-dev (>= 0.17), libblkid-dev, libkeyutils-dev, pkg-config, libldap2-dev, libtirpc-dev
Standards-Version: 3.8.1
Homepage: http://nfs.sourceforge.net/
+++ /dev/null
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493659
-patch by nbreen@ofb.net (Nicholas Breen)
-
-Index: nfs-utils-1.1.6/utils/mount/nfs.man
-===================================================================
---- nfs-utils-1.1.6.orig/utils/mount/nfs.man
-+++ nfs-utils-1.1.6/utils/mount/nfs.man
-@@ -835,7 +835,7 @@ dropped requests, but this can result in
- and server load.
- .P
- However, UDP can be quite effective in specialized settings where
--the network’s MTU is large relative to NFS’s data transfer size (such
-+the network's MTU is large relative to NFS's data transfer size (such
- as network environments that enable jumbo Ethernet frames). In such
- environments, trimming the
- .B rsize
01-sm-notify-in-sbin.patch
03-handle-mtab-symlink.patch
07-remove-duplicate-exports-paragraphs.patch
-10-493659-nfs.man.patch
11-532048-reduce-verbosity.patch
#! /usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
# Parsing of DEB_BUILD_OPTIONS flags.
# Note that nostrip is handled automatically by debhelper.
CFLAGS := -g -Wall
# Temporary root
DEBTMP := $(CURDIR)/debian/tmp
-build: patch build-stamp
+build: build-stamp
build-stamp:
dh_testdir
CFLAGS="$(CFLAGS)" ./configure \
$(MAKE) $(MAKEFLAGS)
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
--- /dev/null
+3.0 (quilt)
--- /dev/null
+compression = "bzip2"
+compression-level = 9
version=3
-http://www.kernel.org/pub/linux/utils/nfs/nfs-utils-([\.\d]+).tar.gz
+http://www.kernel.org/pub/linux/utils/nfs/nfs-utils-([\.\d]+).tar.bz2