Author: adam-guest
Date: 2008-03-28 20:33:48 +0000 (Fri, 28 Mar 2008)
New Revision: 1217
Modified:
trunk/debian/changelog
trunk/scripts/dcmd.sh
Log:
dcmd: Apply patch from Romain to correctly match the x11 section
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-03-28 18:57:21 UTC (rev 1216)
+++ trunk/debian/changelog 2008-03-28 20:33:48 UTC (rev 1217)
@@ -15,6 +15,7 @@
+ Add checks for pushd and popd
+ Remove check for $((var+1)) as dash now supports the syntax (the syntax
is POSIX compliant but was not supported properly by dash)
+ * dcmd: Apply patch from Romain to correctly match the x11 section
* debcheckout:
+ Tighten the "repository owner" regex for darcs.d.o to correctly check
http://darcs.d.o/~foo/bar/baz against user foo
Modified: trunk/scripts/dcmd.sh
===================================================================
--- trunk/scripts/dcmd.sh 2008-03-28 18:57:21 UTC (rev 1216)
+++ trunk/scripts/dcmd.sh 2008-03-28 20:33:48 UTC (rev 1217)
@@ -55,7 +55,7 @@
# Instead of parsing the file completely as the previous Python
# implementation did (using python-debian), let's just select lines
# that look like they might be part of the file list.
-RE="^ [0-9a-f]{32} [0-9]+ ([a-z]+ [a-z]+ )?(.*)$"
+RE="^ [0-9a-f]{32} [0-9]+ ([a-z1]+ [a-z]+ )?(.*)$"
maybe_expand()
{
--
To unsubscribe, send mail to [EMAIL PROTECTED]