Package: netscript-2.4
Version: 5.1.7+nmu2
Severity: wishlist
Tags: patch

This is the patch I used in the updated NMU I just uploaded.

diff -Nru netscript-2.4-5.1.7/debian/changelog 
netscript-2.4-5.1.7+nmu2/debian/changelog
--- netscript-2.4-5.1.7/debian/changelog        2008-12-30 01:42:53.000000000 
+0100
+++ netscript-2.4-5.1.7+nmu2/debian/changelog   2009-09-13 12:58:52.000000000 
+0200
@@ -1,3 +1,19 @@
+netscript-2.4 (5.1.7+nmu2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Patched the wrong file in the last upload.  Patch netscript.init,
+    not debian/init.  Make sure to remove the debian/init copy in the
+    clean target of debian/rules.  Last NMU is obsolete (Closes: #546457).
+
+ -- Petter Reinholdtsen <p...@debian.org>  Sun, 13 Sep 2009 12:55:24 +0200
+
+netscript-2.4 (5.1.7+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload to fix release goal.
+  * Fix init.d script dependency headers (Closes: 542246).
+
+ -- Petter Reinholdtsen <p...@debian.org>  Sun, 13 Sep 2009 11:58:38 +0200
+
 netscript-2.4 (5.1.7) unstable; urgency=low
 
   * Remove suggests entry in debian/control for waproamd.  (Closes: #509392)  
@@ -6,7 +22,7 @@
 
 netscript-2.4 (5.1.6) unstable; urgency=low
 
-  * Fix netscript so that ti will run with dash as /bin/sh.
+  * Fix netscript so that it will run with dash as /bin/sh.
   * Update my maintainer address to matthewgra...@gmail.com 
 
  -- Matthew Grant <matthewgra...@gmail.com>  Mon, 29 Dec 2008 13:17:53 +1300
diff -Nru netscript-2.4-5.1.7/debian/rules netscript-2.4-5.1.7+nmu2/debian/rules
--- netscript-2.4-5.1.7/debian/rules    2008-02-06 05:11:45.000000000 +0100
+++ netscript-2.4-5.1.7+nmu2/debian/rules       2009-09-13 12:56:16.000000000 
+0200
@@ -22,6 +22,7 @@
 
        # Add here commands to clean up after the build process.
        # -$(MAKE) clean
+       $(RM) debian/init       
 
        dh_clean
 
diff -Nru netscript-2.4-5.1.7/netscript.init 
netscript-2.4-5.1.7+nmu2/netscript.init
--- netscript-2.4-5.1.7/netscript.init  2008-02-06 05:56:30.000000000 +0100
+++ netscript-2.4-5.1.7+nmu2/netscript.init     2009-09-13 12:54:54.000000000 
+0200
@@ -1,8 +1,9 @@
 #! /bin/sh -e
 ### BEGIN INIT INFO
-# Provides:          networking
-# Required-Start:    mountkernfs $local_fs
+# Provides:          netscript
+# Required-Start:    mountkernfs $local_fs ifupdown
 # Required-Stop:     $local_fs
+# X-Start-Before:    networking
 # Default-Start:     S
 # Default-Stop:      0 6
 # Short-Description: Raise network interfaces, and setup iptables.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to