Update for release 0.3.3-1. v0.3.3-1
authorMichael Prokop <mika@debian.org>
Wed, 17 Feb 2010 02:10:26 +0000 (03:10 +0100)
committerMichael Prokop <mika@debian.org>
Wed, 17 Feb 2010 02:14:02 +0000 (03:14 +0100)
debian/changelog
debian/control
etc/init.d/uanytun

index c386032..8f220a5 100644 (file)
@@ -1,3 +1,11 @@
+uanytun (0.3.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.8.4 (no further changes).
+  * Add $remote_fs to Required-{Start,Stop} in initscript.
+
+ -- Michael Prokop <mika@debian.org>  Wed, 17 Feb 2010 03:10:04 +0100
+
 uanytun (0.3.2-2) unstable; urgency=low
 
   * Drop asciidoc and related packages from build-depends and ship
index 6058d3a..763a22d 100644 (file)
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Maintainer: Michael Prokop <mika@debian.org>
 Build-Depends: debhelper (>= 5), libgcrypt11-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.anytun.org/
 Vcs-git: git://git.grml.org/uanytun.git
 Vcs-Browser: http://git.grml.org/?p=uanytun.git
index 9c2414a..9071e5a 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          uanytun
-# Required-Start:    $network $named $syslog
-# Required-Stop:     
+# Required-Start:    $remote_fs $network $named $syslog
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start anycast tunneling daemon at boot time