+nfs-utils (1:1.1.2-2) unstable; urgency=low
+
+ * Remove ${misc:Depends} from binary variables -- it is not used, and not
+ generated by anything, so all it does is generate warnings during build.
+ * Remove 02-document-debian-init-scripts.patch; upstream has a patch
+ replacing it.
+ * Rename 03-sm-notify-in-sbin.patch to 01-sm-notify-in-sbin.patch.
+
+ -- Steinar H. Gunderson <sesse@debian.org> Sun, 30 Mar 2008 01:35:44 +0100
+
nfs-utils (1:1.1.2-1) unstable; urgency=low
* New upstream release
Package: nfs-kernel-server
Priority: optional
Architecture: any
-Depends: nfs-common (>= 1:1.0.8-1), ucf, lsb-base (>= 1.3-9ubuntu3), ${shlibs:Depends}, ${misc:Depends}, libblkid1 (>= 1.39+1.40-WIP-2006.11.14+dfsg-2)
+Depends: nfs-common (>= 1:1.0.8-1), ucf, lsb-base (>= 1.3-9ubuntu3), ${shlibs:Depends}, libblkid1 (>= 1.39+1.40-WIP-2006.11.14+dfsg-2)
Provides: knfs, nfs-server
Conflicts: knfs, nfs-server
Replaces: knfs, nfs-server
Package: nfs-common
Architecture: any
-Depends: portmap | rpcbind, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), netbase (>= 4.24), initscripts (>= 2.86.ds1-38.1), ${shlibs:Depends}, ${misc:Depends}
+Depends: portmap | rpcbind, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), netbase (>= 4.24), initscripts (>= 2.86.ds1-38.1), ${shlibs:Depends}
Provides: nfs-client
Conflicts: nfs-client
Replaces: nfs-client, nfs-kernel-server (<< 1:1.0.7-5), mount (<< 2.13~)
--- /dev/null
+Index: nfs-utils-1.1.0/utils/statd/statd.c
+===================================================================
+--- nfs-utils-1.1.0.orig/utils/statd/statd.c
++++ nfs-utils-1.1.0/utils/statd/statd.c
+@@ -223,7 +223,7 @@ static void run_sm_notify(int outport)
+ char *av[6];
+ int ac = 0;
+
+- av[ac++] = "/usr/sbin/sm-notify";
++ av[ac++] = "/sbin/sm-notify";
+ if (run_mode & MODE_NODAEMON)
+ av[ac++] = "-d";
+ if (outport) {
+++ /dev/null
-Index: nfs-utils-1.0.11~git-20070205/utils/exportfs/exports.man
-===================================================================
---- nfs-utils-1.0.11~git-20070205.orig/utils/exportfs/exports.man
-+++ nfs-utils-1.0.11~git-20070205/utils/exportfs/exports.man
-@@ -34,6 +34,9 @@ double quotes. You can also specify spac
- the export name using a backslash followed by the character code as three
- octal digits.
- .PP
-+To apply changes to this file, run exportfs \-ra or /etc/init.d/nfs-kernel-server
-+reload (the latter being a distribution-specific extension).
-+.PP
- .SS Machine Name Formats
- NFS clients may be specified in a number of ways:
- .IP "single host
+++ /dev/null
-Index: nfs-utils-1.1.0/utils/statd/statd.c
-===================================================================
---- nfs-utils-1.1.0.orig/utils/statd/statd.c
-+++ nfs-utils-1.1.0/utils/statd/statd.c
-@@ -223,7 +223,7 @@ static void run_sm_notify(int outport)
- char *av[6];
- int ac = 0;
-
-- av[ac++] = "/usr/sbin/sm-notify";
-+ av[ac++] = "/sbin/sm-notify";
- if (run_mode & MODE_NODAEMON)
- av[ac++] = "-d";
- if (outport) {
-02-document-debian-init-scripts.patch
-03-sm-notify-in-sbin.patch
+01-sm-notify-in-sbin.patch