As this issue affect several people that are trying to use the
dependency based boot sequencing release goal, I NMUed it just now.
Fixing release goals allow for 0-day NMUs, so I uploaded directly into
unstable.
Here is the patch I used:
diff -Nru /tmp/Giqr3iDPrx/setserial-2.17/debian/changelog
/tmp/F5BUwF5PNz/setserial-2.17/debian/changelog
--- /tmp/Giqr3iDPrx/setserial-2.17/debian/changelog 2007-02-18
18:13:11.000000000 +0100
+++ /tmp/F5BUwF5PNz/setserial-2.17/debian/changelog 2008-01-21
10:39:46.000000000 +0100
@@ -1,3 +1,11 @@
+setserial (2.17-44.1) unstable; urgency=low
+
+ * Non-maintainer upload to fix release goal issue.
+ * Correct LSB headers in init.d scripts (Closes: #460142).
+ * Make sure to remove generated setserial.8 in clean target.
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]> Mon, 21 Jan 2008 10:34:54 +0100
+
setserial (2.17-44) unstable; urgency=low
* bumped up to Standards-Version 3.7.2
diff -Nru /tmp/Giqr3iDPrx/setserial-2.17/debian/rules
/tmp/F5BUwF5PNz/setserial-2.17/debian/rules
--- /tmp/Giqr3iDPrx/setserial-2.17/debian/rules 2007-02-18 18:13:11.000000000
+0100
+++ /tmp/F5BUwF5PNz/setserial-2.17/debian/rules 2008-01-21 10:39:46.000000000
+0100
@@ -24,7 +24,7 @@
dh_testdir
dh_testroot
[ ! -f Makefile ] || $(MAKE) distclean
- rm -f gorhack.h
+ rm -f gorhack.h setserial.8
dh_clean stamp-build
-test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub config.sub
diff -Nru /tmp/Giqr3iDPrx/setserial-2.17/rc.etc-setserial
/tmp/F5BUwF5PNz/setserial-2.17/rc.etc-setserial
--- /tmp/Giqr3iDPrx/setserial-2.17/rc.etc-setserial 2007-02-18
18:13:12.000000000 +0100
+++ /tmp/F5BUwF5PNz/setserial-2.17/rc.etc-setserial 2008-01-21
10:39:46.000000000 +0100
@@ -1,11 +1,11 @@
#! /bin/sh
#
### BEGIN INIT INFO
-# Provides: setserial
-# Required-Start: $syslog
-# Required-Stop: $syslog
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Provides: etc-setserial
+# Required-Start: checkfs
+# Required-Stop: $remote_fs
+# Default-Start: S
+# Default-Stop: 0 6
# Short-Description: controls configuration of serial ports
# Description: Set and/or report the configuration information
# associated with a serial port. This information
diff -Nru /tmp/Giqr3iDPrx/setserial-2.17/rc.serial
/tmp/F5BUwF5PNz/setserial-2.17/rc.serial
--- /tmp/Giqr3iDPrx/setserial-2.17/rc.serial 2007-02-18 18:13:12.000000000
+0100
+++ /tmp/F5BUwF5PNz/setserial-2.17/rc.serial 2008-01-21 10:39:46.000000000
+0100
@@ -3,10 +3,10 @@
# Initializes the serial ports on your system
### BEGIN INIT INFO
# Provides: setserial
-# Required-Start: $syslog
-# Required-Stop: $syslog
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: S
+# Default-Stop: 0 6
# Short-Description: controls configuration of serial ports
# Description: Set and/or report the configuration information
# associated with a serial port. This information
diff -Nru /tmp/Giqr3iDPrx/setserial-2.17/rc.serial.m68k
/tmp/F5BUwF5PNz/setserial-2.17/rc.serial.m68k
--- /tmp/Giqr3iDPrx/setserial-2.17/rc.serial.m68k 2007-02-18
18:13:12.000000000 +0100
+++ /tmp/F5BUwF5PNz/setserial-2.17/rc.serial.m68k 2008-01-21
10:39:46.000000000 +0100
@@ -1,10 +1,10 @@
#! /bin/sh
### BEGIN INIT INFO
-# Provides: setserial
-# Required-Start: $syslog
-# Required-Stop: $syslog
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Provides: setserial
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: S
+# Default-Stop: 0 6
# Short-Description: controls configuration of serial ports
# Description: Set and/or report the configuration information
# associated with a serial port. This information
Happy hacking,
--
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]