r3431 - people/goneri/SvnBuildStat-WWW/script

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Jul 17 11:41:28 UTC 2007


Author: goneri-guest
Date: 2007-07-17 11:41:28 +0000 (Tue, 17 Jul 2007)
New Revision: 3431

Modified:
   people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl
Log:
vim team use '+' in the Debian revision


Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl	2007-07-17 10:22:35 UTC (rev 3430)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl	2007-07-17 11:41:28 UTC (rev 3431)
@@ -36,7 +36,7 @@
 
   my $majorrelease = $$package->svndebrelease;
   $majorrelease =~ s/^\d+://;
-  $majorrelease =~ s/-[0-9A-Za-z\.~]*$//;
+  $majorrelease =~ s/-[+0-9A-Za-z\.~]*$//;
 
   $$package->name.'_'.$majorrelease.".orig.tar.gz";
 }
@@ -79,7 +79,7 @@
   my $ua = LWP::UserAgent->new;
   $ua->agent("SvnBuildStat/0.1 ");
 
-  if ($$package->svndebrelease !~ /-[\d\.]+$/) {
+  if ($$package->svndebrelease !~ /-[\d+\.]+$/) {
 #    print $$package->name."\n";
     $isnative = 't';
   } else {




More information about the Pkg-games-commits mailing list