I've uploaded a package with this patch to the 0-day delayed queue, to
solve the debootstrap issue. Let me know if I should delay it
further. Included one fix for a lintian warning as well as the
previuos patch for this issue.
diff -u procps-3.2.8/debian/changelog procps-3.2.8/debian/changelog
--- procps-3.2.8/debian/changelog
+++ procps-3.2.8/debian/changelog
@@ -1,3 +1,13 @@
+procps (1:3.2.8-1.1) unstable; urgency=low
+
+ * Non-maintainer upload to fix release goal.
+ * Correct init.d script dependencies and depend on initscripts
+ to make sure the required script dependencies are present
+ (Closes: #546888).
+ * Add depend on ${misc:Depends} some times used by debhelper.
+
+ -- Petter Reinholdtsen <[email protected]> Wed, 16 Sep 2009 17:02:42 +0200
+
procps (1:3.2.8-1) unstable; urgency=low
* New upstream release
diff -u procps-3.2.8/debian/control procps-3.2.8/debian/control
--- procps-3.2.8/debian/control
+++ procps-3.2.8/debian/control
@@ -7,7 +7,7 @@
Package: procps
Architecture: any
-Depends: ${shlibs:Depends}, lsb-base (>= 3.0-10)
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-10), initscripts
Provides: watch
Conflicts: watch, libproc-dev (<< 1:1.2.6-2), w-bassman (<< 1.0-3),
procps-nonfree, pgrep (<< 3.3-5)
Replaces: watch, bsdutils (<< 2.9x-1)
@@ -27,7 +27,7 @@
Architecture: any
Section: libdevel
Priority: optional
-Depends: libc6-dev, procps (= ${binary:Version})
+Depends: ${misc:Depends}, libc6-dev, procps (= ${binary:Version})
Description: library for accessing process information from /proc
These are the header files for libproc. Some packages using libproc
to access process information from /proc need these to compile.
diff -u procps-3.2.8/debian/init procps-3.2.8/debian/init
--- procps-3.2.8/debian/init
+++ procps-3.2.8/debian/init
@@ -5,8 +5,9 @@
### BEGIN INIT INFO
# Provides: procps
-# Required-Start: mountkernfs
+# Required-Start: mountkernfs $local_fs
# Required-Stop:
+# Should-Start: udev module-init-tools
# Default-Start: S
# Default-Stop:
# Short-Description: Configure kernel parameters at boottime
Happy hacking,
--
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]