From b436236431c1c97b0fa90802393debd91192897a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 17 Feb 2010 03:10:26 +0100 Subject: [PATCH] Update for release 0.3.3-1. --- debian/changelog | 8 ++++++++ debian/control | 2 +- etc/init.d/uanytun | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c386032..8f220a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index 6058d3a..763a22d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Michael Prokop 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 diff --git a/etc/init.d/uanytun b/etc/init.d/uanytun index 9c2414a..9071e5a 100755 --- a/etc/init.d/uanytun +++ b/etc/init.d/uanytun @@ -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 -- 2.1.4