r2761 - people/goneri/SvnBuildStat-WWW/script

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue May 29 20:20:01 UTC 2007


Author: goneri-guest
Date: 2007-05-29 20:20:01 +0000 (Tue, 29 May 2007)
New Revision: 2761

Modified:
   people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl
Log:
for uscan, remove the dfsg part of the release number


Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl	2007-05-29 18:25:12 UTC (rev 2760)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl	2007-05-29 20:20:01 UTC (rev 2761)
@@ -116,6 +116,7 @@
   my $majorrelease = $$package->svndebrelease;
   $majorrelease =~ s/^\d+://;
   $majorrelease =~ s/-[0-9A-Za-z\.~]*$//;
+  $majorrelease =~ s/dfsg.*//;
   $cmd = "uscan --package ".$$package->name." --dehs --upstream-version ".$majorrelease." --watchfile ".$watchfile;
   print $cmd."\n";
   my @uscan = `$cmd`;




More information about the Pkg-games-commits mailing list