r12781 - in /trunk/libtext-shellwords-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 15 14:55:37 UTC 2008


Author: dmn
Date: Tue Jan 15 14:55:37 2008
New Revision: 12781

URL: http://svn.debian.org/wsvn/?sc=1&rev=12781
Log:
* debian/watch:
  + Stop capturing file extension (closes: #450023)
  + add v? to the pattern
  + require thet version starts with a digit and contains only digits and
    dots

Modified:
    trunk/libtext-shellwords-perl/debian/changelog
    trunk/libtext-shellwords-perl/debian/watch

Modified: trunk/libtext-shellwords-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-shellwords-perl/debian/changelog?rev=12781&op=diff
==============================================================================
--- trunk/libtext-shellwords-perl/debian/changelog (original)
+++ trunk/libtext-shellwords-perl/debian/changelog Tue Jan 15 14:55:37 2008
@@ -7,7 +7,11 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
   [ Damyan Ivanov ]
-  * [debian/watch] Stop capturing file extension (closes: #450023).
+  * debian/watch:
+    + Stop capturing file extension (closes: #450023)
+    + add v? to the pattern
+    + require thet version starts with a digit and contains only digits and
+      dots
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 07 Nov 2007 16:51:18 +0100
 

Modified: trunk/libtext-shellwords-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtext-shellwords-perl/debian/watch?rev=12781&op=diff
==============================================================================
--- trunk/libtext-shellwords-perl/debian/watch (original)
+++ trunk/libtext-shellwords-perl/debian/watch Tue Jan 15 14:55:37 2008
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/Text/Text-Shellwords-([\d\.]+)\.(?:tar\.gz|tar|tgz)
+version=3
+http://search.cpan.org/dist/Text-Shellwords/     .+/Text-Shellwords-v?(\d[\d\.]*)\.(?:tar\.gz|tar|tgz)




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