[apt-proxy-devel] r683 - branches/1.9.36/debian

Chris Halls halls at alioth.debian.org
Tue Mar 25 13:23:39 UTC 2008


Author: halls
Date: Tue Mar 25 13:23:39 2008
New Revision: 683

Log:
Add LSB dependency information, based on patch by Petter Reinholdtsen (Closes: #460908)


Modified:
   branches/1.9.36/debian/changelog
   branches/1.9.36/debian/init.d

Modified: branches/1.9.36/debian/changelog
==============================================================================
--- branches/1.9.36/debian/changelog	(original)
+++ branches/1.9.36/debian/changelog	Tue Mar 25 13:23:39 2008
@@ -5,8 +5,10 @@
     in the wrong way for French translations at the moment. (Closes: #470345)
   * Use LSB log message functions, based on patch by Steven Harms / Ubuntu,
     thanks!  (Closes: #408024)
+  * Add LSB dependency information, based on patch by Petter Reinholdtsen
+    (Closes: #460908)
 
- -- Chris Halls <halls at debian.org>  Tue, 25 Mar 2008 13:16:18 +0000
+ -- Chris Halls <halls at debian.org>  Tue, 25 Mar 2008 13:22:20 +0000
 
 apt-proxy (1.9.36.1) unstable; urgency=low
 

Modified: branches/1.9.36/debian/init.d
==============================================================================
--- branches/1.9.36/debian/init.d	(original)
+++ branches/1.9.36/debian/init.d	Tue Mar 25 13:23:39 2008
@@ -1,4 +1,12 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          apt-proxy
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      1
+# Short-Description: Debian archive proxy and partial mirror builder
+### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 



More information about the apt-proxy-devel mailing list