[Pkg-utopia-commits] r2483 - in /packages/unstable/avahi/debian: avahi-daemon-check-dns.sh changelog

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 24 21:56:45 UTC 2008


Author: biebl
Date: Fri Oct 24 21:56:45 2008
New Revision: 2483

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2483
Log:
* debian/avahi-daemon-check-dns.sh
  - Fix quoting error in dns_has_local().
    Thanks to James Westby for the patch. (Closes: #492466)

Modified:
    packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon-check-dns.sh?rev=2483&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon-check-dns.sh (original)
+++ packages/unstable/avahi/debian/avahi-daemon-check-dns.sh Fri Oct 24 21:56:45 2008
@@ -45,7 +45,7 @@
 
 dns_has_local() { 
   # Some magic to do tests 
-  if [ -n ${FAKE_HOST_RETURN} ] ; then
+  if [ -n "${FAKE_HOST_RETURN}" ] ; then
     if [ "${FAKE_HOST_RETURN}" = "true" ]; then
       return 0;
     else

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2483&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Fri Oct 24 21:56:45 2008
@@ -1,10 +1,16 @@
 avahi (0.6.23-3) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Generate a POT file during build; helps downstreams such as Ubuntu import
     an always up-to-date pot, even we patch the source of upstream forgets to
     do so; from Ubuntu; thanks Martin Pitt; closes: #486908.
 
- -- Loic Minier <lool at dooz.org>  Sun, 12 Oct 2008 14:08:54 +0200
+  [ Michael Biebl ]
+  * debian/avahi-daemon-check-dns.sh
+    - Fix quoting error in dns_has_local().
+      Thanks to James Westby for the patch. (Closes: #492466)
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 24 Oct 2008 23:54:54 +0200
 
 avahi (0.6.23-2) unstable; urgency=low
 




More information about the Pkg-utopia-commits mailing list