[Dehs-devel] SVN devscripts commit: r357 - trunk

Julian Gilbey jdg at costa.debian.org
Mon Mar 27 09:03:26 UTC 2006


Author: jdg
Date: 2006-03-27 09:03:25 +0000 (Mon, 27 Mar 2006)
New Revision: 357

Modified:
   trunk/uscan.pl
Log:
fix regex . -> \.

Modified: trunk/uscan.pl
===================================================================
--- trunk/uscan.pl	2006-03-26 15:00:20 UTC (rev 356)
+++ trunk/uscan.pl	2006-03-27 09:03:25 UTC (rev 357)
@@ -668,7 +668,7 @@
 	}
 
 	# Handle sf.net addresses specially
-	$base =~ s%^http://sf.net/%http://qa.debian.org/watch/sf.php/%;
+	$base =~ s%^http://sf\.net/%http://qa.debian.org/watch/sf.php/%;
 	if ($base =~ m%^(\w+://[^/]+)%) {
 	    $site = $1;
 	} else {




More information about the Dehs-devel mailing list