[Pkg-xfce-commits] r2509 - in desktop/trunk/xfce4-dev-tools/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Tue Nov 11 10:41:24 UTC 2008
Author: corsac
Date: 2008-11-11 10:41:24 +0000 (Tue, 11 Nov 2008)
New Revision: 2509
Modified:
desktop/trunk/xfce4-dev-tools/debian/changelog
desktop/trunk/xfce4-dev-tools/debian/patches/01-fix-bashism-in-xdt-commit.patch
Log:
* debian/patches:
- fix typo in 01-fix-bashism-in-xdt-commit.
Modified: desktop/trunk/xfce4-dev-tools/debian/changelog
===================================================================
--- desktop/trunk/xfce4-dev-tools/debian/changelog 2008-11-11 10:40:47 UTC (rev 2508)
+++ desktop/trunk/xfce4-dev-tools/debian/changelog 2008-11-11 10:41:24 UTC (rev 2509)
@@ -1,3 +1,10 @@
+xfce4-dev-tools (4.4.0.1-7) UNRELEASED; urgency=low
+
+ * debian/patches:
+ - fix typo in 01-fix-bashism-in-xdt-commit.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 11 Nov 2008 11:41:16 +0100
+
xfce4-dev-tools (4.4.0.1-6) unstable; urgency=low
* debian/patches:
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-11-11 10:40:47 UTC (rev 2508)
+++ desktop/trunk/xfce4-dev-tools/debian/patches/01-fix-bashism-in-xdt-commit.patch 2008-11-11 10:41:24 UTC (rev 2509)
@@ -14,7 +14,7 @@
## Check if SVN is installed
##
-if ! type svn &> /dev/null; then
-+if ! type svn > /dev/nulli 2>&1; then
++if ! type svn > /dev/null 2>&1; then
echo "Subversion needs to be installed."
exit 1
fi
More information about the Pkg-xfce-commits
mailing list