summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-09-24 18:18:35 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:25 +0200
commit613e025410d57d34a05664ab53ed11556c039868 (patch)
tree3920599acb16e4eb2f674fc5b6e96c2b61b60a8d
parent47b0582f39183471540b9004caeeba248a3944fc (diff)
downloadinetutils-613e025410d57d34a05664ab53ed11556c039868.tar.gz
Fix init script dependency information
Provide a unique service name. Require $remote_fs instead of $local_fs, as we use stuff from /usr. Closes: #547513 Thanks-to: Petter Reinholdtsen <pere@hungry.com>
-rw-r--r--debian/changelog9
-rw-r--r--debian/control.in4
-rw-r--r--debian/inetutils-syslogd.init6
3 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c57edd..8dd0f90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+inetutils (2:1.6-3) UNRELEASED; urgency=low
+
+ * Fix init script dependency information: (Closes: #547513)
+ - Provide a unique service name.
+ - Require $remote_fs instead of $local_fs, as we use stuff from /usr.
+ Thanks to Petter Reinholdtsen <pere@hungry.com>.
+
+ -- Guillem Jover <guillem@debian.org> Thu, 24 Sep 2009 20:12:48 +0200
+
inetutils (2:1.6-2) unstable; urgency=low
* Use $(filter ...) instead of $(findstring ...) to extract space separated
diff --git a/debian/control.in b/debian/control.in
index 91c8d1e..bc2814d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,8 +8,8 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-inetutils/
Vcs-Svn: svn://svn.debian.org/pkg-inetutils/trunk/
Homepage: http://www.gnu.org/software/inetutils/
Build-Depends: debhelper (>= 7), quilt (>= 0.40), autoconf, automake, texinfo,
- bison, libreadline5-dev | libreadline-dev, libpam0g-dev, libopie-dev,
- libwrap0-dev, libshishi-dev
+ bison, libreadline-dev | libreadline6-dev | libreadline5-dev, libpam0g-dev,
+ libopie-dev, libwrap0-dev, libshishi-dev
Build-Conflicts: autoconf2.13, automake1.4
Package: inetutils-ftp
diff --git a/debian/inetutils-syslogd.init b/debian/inetutils-syslogd.init
index 9d8da99..b581683 100644
--- a/debian/inetutils-syslogd.init
+++ b/debian/inetutils-syslogd.init
@@ -1,8 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
-# Provides: syslog
-# Required-Start: $local_fs $network $time
-# Required-Stop: $local_fs $network $time
+# Provides: inetutils-syslogd
+# Required-Start: $network $remote_fs $time
+# Required-Stop: $network $remote_fs $time
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start or stop the syslog daemon.