[Dehs-devel] SVN devscripts commit: r410 - in trunk: . debian

Julian Gilbey jdg at costa.debian.org
Tue Apr 18 16:58:31 UTC 2006


Author: jdg
Date: 2006-04-18 16:58:30 +0000 (Tue, 18 Apr 2006)
New Revision: 410

Modified:
   trunk/debian/changelog
   trunk/uscan.pl
Log:
* uscan: fix parsing howler: uscan would never work like this - oops!
  (Closes: #363338)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-16 19:17:49 UTC (rev 409)
+++ trunk/debian/changelog	2006-04-18 16:58:30 UTC (rev 410)
@@ -1,3 +1,10 @@
+devscripts (2.9.18) unstable; urgency=low
+
+  * uscan: fix parsing howler: uscan would never work like this - oops!
+    (Closes: #363338)
+
+ -- Julian Gilbey <jdg at debian.org>  Tue, 18 Apr 2006 17:58:20 +0100
+
 devscripts (2.9.17) unstable; urgency=low
 
   [ Julian Gilbey ]

Modified: trunk/uscan.pl
===================================================================
--- trunk/uscan.pl	2006-04-16 19:17:49 UTC (rev 409)
+++ trunk/uscan.pl	2006-04-18 16:58:30 UTC (rev 410)
@@ -685,7 +685,7 @@
 
 	($base, $filepattern, $lastversion, $action) = split ' ', $line, 4;
 
-	if ($base =~ s%/([^/]*\([^/]*\)[^/]*)$%%) {
+	if ($base =~ s%/([^/]*\([^/]*\)[^/]*)$%/%) {
 	    # Last component of $base has a pair of parentheses, so no
 	    # separate filepattern field; we remove the filepattern from the
 	    # end of $base and rescan the rest of the line




More information about the Dehs-devel mailing list