Author: adam-guest
Date: 2008-05-18 17:09:03 +0000 (Sun, 18 May 2008)
New Revision: 1450
Modified:
trunk/debian/changelog
trunk/scripts/dcmd.sh
Log:
dcmd: Correctly handle the "debian-installer" section in a .changes
file (Closes: #481691)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-05-17 10:01:10 UTC (rev 1449)
+++ trunk/debian/changelog 2008-05-18 17:09:03 UTC (rev 1450)
@@ -23,6 +23,8 @@
* cowpoke: New script to upload a Debian source package to a cowbuilder host
and build it, optionally also signing and uploading the result to an
incoming queue (Closes: #479274)
+ * dcmd: Correctly handle the "debian-installer" section in a .changes
+ file (Closes: #481691)
* debsign: Use "mv -f" instead of plain "mv" when stripping an existing GPG
signature or updating the file sizes within the changes file before
signing it, as is already done for moving the resulting signed files
Modified: trunk/scripts/dcmd.sh
===================================================================
--- trunk/scripts/dcmd.sh 2008-05-17 10:01:10 UTC (rev 1449)
+++ trunk/scripts/dcmd.sh 2008-05-18 17:09:03 UTC (rev 1450)
@@ -56,7 +56,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-z1]+ [a-z]+ )?(.*)$"
+RE="^ [0-9a-f]{32} [0-9]+ (([a-z-]+/)?[a-z1-]+ [a-z]+ )?(.*)$"
maybe_expand()
{
--
To unsubscribe, send mail to [EMAIL PROTECTED]