diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-29 21:11:23 +0000 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-29 21:11:23 +0000 | 
| commit | e74c7fe11099e45da9a17b4d791162d57d2768f8 (patch) | |
| tree | 5689e404ebcf836b53f875d5bbb7bd8e134b1117 | |
| parent | 0281c4598b396e837342c6fa6465bc709fc068a3 (diff) | |
Added dependency information to the init script, and updated changelog.
| -rwxr-xr-x | debian/bitlbee.init | 7 | ||||
| -rw-r--r-- | debian/changelog | 9 | 
2 files changed, 16 insertions, 0 deletions
| diff --git a/debian/bitlbee.init b/debian/bitlbee.init index 62b57b13..904ae5ea 100755 --- a/debian/bitlbee.init +++ b/debian/bitlbee.init @@ -1,4 +1,11 @@  #! /bin/sh +### BEGIN INIT INFO +# Provides:          bitlbee +# Required-Start:    $remote_fs $syslog +# Required-Stop:     $remote_fs $syslog +# Default-Start:     2 3 4 5 +# Default-Stop:      1 +### END INIT INFO  #  # Init script for BitlBee Debian package. Based on skeleton init script:  # diff --git a/debian/changelog b/debian/changelog index 1d266c0c..b964ee0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +bitlbee (1.2-4) unstable; urgency=low + +  * Not a real release, just a placeholder for the changelog. +  * Fixed init script to use the BITLBEE_OPTS variable, not an undefined +    DAEMON_OPT. +  * Added dependency information to the init script. (Closes: #472567) + + -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 29 Mar 2008 21:10:33 +0000 +  bitlbee (1.2-3) unstable; urgency=low    * Removed DEB_BUILD_OPTIONS again (forgot to apply that change to the 1.2 | 
