[Pkg-utopia-commits] r3064 - in /packages/unstable/avahi/debian: avahi-autoipd.if-down avahi-autoipd.if-up avahi-autoipd.prerm changelog

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Apr 14 20:45:03 UTC 2009


Author: biebl
Date: Tue Apr 14 20:45:02 2009
New Revision: 3064

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3064
Log:
New upstream release.

Modified:
    packages/unstable/avahi/debian/avahi-autoipd.if-down
    packages/unstable/avahi/debian/avahi-autoipd.if-up
    packages/unstable/avahi/debian/avahi-autoipd.prerm
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/avahi-autoipd.if-down
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-autoipd.if-down?rev=3064&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-autoipd.if-down (original)
+++ packages/unstable/avahi/debian/avahi-autoipd.if-down Tue Apr 14 20:45:02 2009
@@ -1,4 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
+
 # Description:      Remove routes to allow communication between machines which
 #                   only have an IPv4LL address assigned and those which only
 #                   have a routable address assigned. These were added by

Modified: packages/unstable/avahi/debian/avahi-autoipd.if-up
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-autoipd.if-up?rev=3064&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-autoipd.if-up (original)
+++ packages/unstable/avahi/debian/avahi-autoipd.if-up Tue Apr 14 20:45:02 2009
@@ -1,4 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
+
 # Description:      Add routes to allow communication between machines which
 #                   only have an IPv4LL address assigned and those which only
 #                   have a routable address assigned.

Modified: packages/unstable/avahi/debian/avahi-autoipd.prerm
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-autoipd.prerm?rev=3064&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-autoipd.prerm (original)
+++ packages/unstable/avahi/debian/avahi-autoipd.prerm Tue Apr 14 20:45:02 2009
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if [ "$1" = "remove" ]; then
     avahi-autoipd --kill || true

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=3064&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Apr 14 20:45:02 2009
@@ -1,3 +1,9 @@
+avahi (0.6.25-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 14 Apr 2009 22:43:55 +0200
+
 avahi (0.6.24-3) unstable; urgency=low
 
   * Switch patch management system to quilt. 




More information about the Pkg-utopia-commits mailing list