r11479 - in /trunk: libcache-simple-timedexpiry-perl/debian/ libcarp-clan-perl/debian/ libdate-calc-perl/debian/ libdbd-odbc-perl/debian/ libdbi-perl/debian/ libgd-barcode-perl/debian/ libmail-box-perl/debian/ libmath-numbercruncher-perl/debian/ libmath-round-perl/debian/ libreadonly-perl/debian/ libspreadsheet-parseexcel-perl/debian/ libspreadsheet-writeexcel-perl/debian/ libstar-parser-perl/debian/ libstatistics-descriptive-perl/debian/ libstring-crc32-perl/debian/ libtext-typography-perl/debian/ libthread-pool-simple-perl/debian/ libwhisker-perl/debian/ libwhisker2-perl/debian/ libxml-sax-perl/debian/ libxml-writer-perl/debian/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Dec 22 00:44:11 UTC 2007


Author: gregoa-guest
Date: Sat Dec 22 00:44:10 2007
New Revision: 11479

URL: http://svn.debian.org/wsvn/?sc=1&rev=11479
Log:
replace 0-9 with \d in version capture

Modified:
    trunk/libcache-simple-timedexpiry-perl/debian/watch
    trunk/libcarp-clan-perl/debian/watch
    trunk/libdate-calc-perl/debian/watch
    trunk/libdbd-odbc-perl/debian/watch
    trunk/libdbi-perl/debian/watch
    trunk/libgd-barcode-perl/debian/watch
    trunk/libmail-box-perl/debian/watch
    trunk/libmath-numbercruncher-perl/debian/watch
    trunk/libmath-round-perl/debian/watch
    trunk/libreadonly-perl/debian/watch
    trunk/libspreadsheet-parseexcel-perl/debian/watch
    trunk/libspreadsheet-writeexcel-perl/debian/watch
    trunk/libstar-parser-perl/debian/watch
    trunk/libstatistics-descriptive-perl/debian/watch
    trunk/libstring-crc32-perl/debian/watch
    trunk/libtext-typography-perl/debian/watch
    trunk/libthread-pool-simple-perl/debian/watch
    trunk/libwhisker-perl/debian/watch
    trunk/libwhisker2-perl/debian/watch
    trunk/libxml-sax-perl/debian/watch
    trunk/libxml-writer-perl/debian/watch

Modified: trunk/libcache-simple-timedexpiry-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcache-simple-timedexpiry-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libcache-simple-timedexpiry-perl/debian/watch (original)
+++ trunk/libcache-simple-timedexpiry-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=2
-http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-([0-9].*)\.tar\.gz debian uupdate
+http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-([\d].*)\.tar\.gz debian uupdate

Modified: trunk/libcarp-clan-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcarp-clan-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/watch (original)
+++ trunk/libcarp-clan-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 # Site		Directory		Pattern			Version	Script
 version=2
-http://www.cpan.org/modules/by-module/Carp/Carp-Clan-([\.0-9]+)\.tar\.gz debian uupdate
+http://www.cpan.org/modules/by-module/Carp/Carp-Clan-([\.\d]+)\.tar\.gz debian uupdate

Modified: trunk/libdate-calc-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdate-calc-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/watch (original)
+++ trunk/libdate-calc-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -3,4 +3,4 @@
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
 version=3
-ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/Date/Date-Calc-([\.0-9]+)\.tar\.gz  debian uupdate
+ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/Date/Date-Calc-([\.\d]+)\.tar\.gz  debian uupdate

Modified: trunk/libdbd-odbc-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdbd-odbc-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/watch (original)
+++ trunk/libdbd-odbc-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
-http://www.cpan.org/authors/id/J/JU/JURL/DBD-ODBC-([0-9\.]*).tar.gz \
+http://www.cpan.org/authors/id/J/JU/JURL/DBD-ODBC-([\d\.]*).tar.gz \
 	debian

Modified: trunk/libdbi-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/watch (original)
+++ trunk/libdbi-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
 opts="uversionmangle=s/(?<=\.\d\d)$/0/" \
-http://www.cpan.org/modules/by-module/DBI/DBI-([0-9\.]*).tar.gz
+http://www.cpan.org/modules/by-module/DBI/DBI-([\d\.]*).tar.gz

Modified: trunk/libgd-barcode-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libgd-barcode-perl/debian/watch (original)
+++ trunk/libgd-barcode-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/GD/GD-Barcode-([0-9.]*)\.(?:tar\.gz|tar|tgz)
+http://www.cpan.org/modules/by-module/GD/GD-Barcode-([\d.]*)\.(?:tar\.gz|tar|tgz)

Modified: trunk/libmail-box-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/watch (original)
+++ trunk/libmail-box-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Mail/Mail-Box-([0-9\.]+)\.tar\.gz
+http://www.cpan.org/modules/by-module/Mail/Mail-Box-([\d\.]+)\.tar\.gz

Modified: trunk/libmath-numbercruncher-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/watch (original)
+++ trunk/libmath-numbercruncher-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
-http://www.cpan.org/authors/id/S/SI/SIFUKURT/Math-NumberCruncher-([0-9\.]*).tar.gz \
+http://www.cpan.org/authors/id/S/SI/SIFUKURT/Math-NumberCruncher-([\d\.]*).tar.gz \
 	debian

Modified: trunk/libmath-round-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmath-round-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libmath-round-perl/debian/watch (original)
+++ trunk/libmath-round-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
-http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-([0-9\.]*)\.tar\.gz \
+http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-([\d\.]*)\.tar\.gz \
 	debian

Modified: trunk/libreadonly-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libreadonly-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/watch (original)
+++ trunk/libreadonly-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
 
-http://www.cpan.org/modules/by-module/Readonly/Readonly-([0-9].*)\.tar\.gz
+http://www.cpan.org/modules/by-module/Readonly/Readonly-([\d].*)\.tar\.gz

Modified: trunk/libspreadsheet-parseexcel-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libspreadsheet-parseexcel-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/watch (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -2,5 +2,5 @@
 version=3
 
 opts="uversionmangle=s/(\.\d\d)$/${1}00/" \
-http://cpan.org/modules/by-module/Spreadsheet/Spreadsheet-ParseExcel-([0-9\.]*)\.tar\.gz
+http://cpan.org/modules/by-module/Spreadsheet/Spreadsheet-ParseExcel-([\d\.]*)\.tar\.gz
 

Modified: trunk/libspreadsheet-writeexcel-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libspreadsheet-writeexcel-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/watch (original)
+++ trunk/libspreadsheet-writeexcel-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-WriteExcel-([0-9\.]*)\.tar\.gz
+http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-WriteExcel-([\d\.]*)\.tar\.gz

Modified: trunk/libstar-parser-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libstar-parser-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libstar-parser-perl/debian/watch (original)
+++ trunk/libstar-parser-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=3
-http://pdb.sdsc.edu/STAR/STAR-Parser-([-0-9\.]*).tar.gz	debian
+http://pdb.sdsc.edu/STAR/STAR-Parser-([-\d\.]*).tar.gz	debian

Modified: trunk/libstatistics-descriptive-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libstatistics-descriptive-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libstatistics-descriptive-perl/debian/watch (original)
+++ trunk/libstatistics-descriptive-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
-http://www.cpan.org/authors/id/C/CO/COLINK/Statistics-Descriptive-([0-9\.]*).tar.gz \
+http://www.cpan.org/authors/id/C/CO/COLINK/Statistics-Descriptive-([\d\.]*).tar.gz \
 	debian

Modified: trunk/libstring-crc32-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libstring-crc32-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libstring-crc32-perl/debian/watch (original)
+++ trunk/libstring-crc32-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=2
 
-http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-([-0-9\.]*).tar.gz
+http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-([-\d\.]*).tar.gz

Modified: trunk/libtext-typography-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtext-typography-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libtext-typography-perl/debian/watch (original)
+++ trunk/libtext-typography-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Text/Text-Typography-([0-9].*)\.tar.gz   debian
+http://www.cpan.org/modules/by-module/Text/Text-Typography-([\d].*)\.tar.gz   debian

Modified: trunk/libthread-pool-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libthread-pool-simple-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libthread-pool-simple-perl/debian/watch (original)
+++ trunk/libthread-pool-simple-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=2
-http://www.cpan.org/modules/by-module/Thread/Thread-Pool-Simple-([0-9].*)\.tar.gz
+http://www.cpan.org/modules/by-module/Thread/Thread-Pool-Simple-([\d].*)\.tar.gz

Modified: trunk/libwhisker-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libwhisker-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libwhisker-perl/debian/watch (original)
+++ trunk/libwhisker-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
 
-http://www.wiretrip.net/rfp/libwhisker/libwhisker-([0-9._-]+)\.tar\.gz
+http://www.wiretrip.net/rfp/libwhisker/libwhisker-([\d._-]+)\.tar\.gz

Modified: trunk/libwhisker2-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libwhisker2-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libwhisker2-perl/debian/watch (original)
+++ trunk/libwhisker2-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,3 +1,3 @@
 version=3
 
-http://www.wiretrip.net/rfp/libwhisker/libwhisker2-([0-9._-]+)\.tar\.gz
+http://www.wiretrip.net/rfp/libwhisker/libwhisker2-([\d._-]+)\.tar\.gz

Modified: trunk/libxml-sax-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/watch (original)
+++ trunk/libxml-sax-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,4 +1,4 @@
 version=3
 opts="uversionmangle=s/(?=$)/+dfsg/" \
- http://search.cpan.org/dist/XML-SAX .*/XML-SAX-([0-9].*)\.tar\.gz \
+ http://search.cpan.org/dist/XML-SAX .*/XML-SAX-([\d].*)\.tar\.gz \
  debian debian/repack.pl

Modified: trunk/libxml-writer-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-writer-perl/debian/watch?rev=11479&op=diff
==============================================================================
--- trunk/libxml-writer-perl/debian/watch (original)
+++ trunk/libxml-writer-perl/debian/watch Sat Dec 22 00:44:10 2007
@@ -1,2 +1,2 @@
 version=2
-http://www.cpan.org/modules/by-module/XML/XML-Writer-([0-9].*)\.tar\.gz
+http://www.cpan.org/modules/by-module/XML/XML-Writer-([\d].*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list