[Pkg-xfce-commits] r1599 - in desktop/trunk/xfce4-dev-tools/debian: . patches

huggie at alioth.debian.org huggie at alioth.debian.org
Tue Feb 12 08:57:33 UTC 2008


Author: huggie
Date: 2008-02-12 08:57:33 +0000 (Tue, 12 Feb 2008)
New Revision: 1599

Modified:
   desktop/trunk/xfce4-dev-tools/debian/changelog
   desktop/trunk/xfce4-dev-tools/debian/patches/01-fix-bashism-in-xdt-commit.patch
Log:
Third time lucky? /dev/nulli -> /dev/null


Modified: desktop/trunk/xfce4-dev-tools/debian/changelog
===================================================================
--- desktop/trunk/xfce4-dev-tools/debian/changelog	2008-02-12 08:29:20 UTC (rev 1598)
+++ desktop/trunk/xfce4-dev-tools/debian/changelog	2008-02-12 08:57:33 UTC (rev 1599)
@@ -1,5 +1,11 @@
 xfce4-dev-tools (4.4.0.1-3) UNRELEASED; urgency=low
 
+  * Fix /dev/nulli -> /dev/null in the patch to fix bashisms.
+
+ -- Simon Huggins <huggie at earth.li>  Tue, 12 Feb 2008 08:56:49 +0000
+
+xfce4-dev-tools (4.4.0.1-3) unstable; urgency=low
+
   * debian/patches: 01-fix-bashism-in-xdt-commit renamed and completed to
     really fix bashisms.                                        closes: #465380
   * debian/control:

Modified: desktop/trunk/xfce4-dev-tools/debian/patches/01-fix-bashism-in-xdt-commit.patch
===================================================================
--- desktop/trunk/xfce4-dev-tools/debian/patches/01-fix-bashism-in-xdt-commit.patch	2008-02-12 08:29:20 UTC (rev 1598)
+++ desktop/trunk/xfce4-dev-tools/debian/patches/01-fix-bashism-in-xdt-commit.patch	2008-02-12 08:57:33 UTC (rev 1599)
@@ -14,7 +14,7 @@
  ## Check if we are in a versioned directory 
  ##
 -if ! svn info &> /dev/null; then
-+if ! svn info > /dev/nulli 2>&1; then
++if ! svn info > /dev/null 2>&1; then
    echo "Current working directory is not versioned."
    exit 1
  fi




More information about the Pkg-xfce-commits mailing list