r12438 - in /trunk/libtk-objscanner-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 10 15:14:08 UTC 2008


Author: dmn
Date: Thu Jan 10 15:14:08 2008
New Revision: 12438

URL: http://svn.debian.org/wsvn/?sc=1&rev=12438
Log:
* debian/watch: add v? to the patterh; require that the version starts with
  a digit and contains only digits and periods

Modified:
    trunk/libtk-objscanner-perl/debian/changelog
    trunk/libtk-objscanner-perl/debian/watch

Modified: trunk/libtk-objscanner-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/changelog?rev=12438&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/changelog (original)
+++ trunk/libtk-objscanner-perl/debian/changelog Thu Jan 10 15:14:08 2008
@@ -17,6 +17,10 @@
    + Added the copyright actually of the package.
   * debian/rules:
    + Now don't clean if there's no Makefile
+
+  [ Damyan Ivanov ]
+  * debian/watch: add v? to the patterh; require that the version starts with
+    a digit and contains only digits and periods
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 20:10:29 -0430
 

Modified: trunk/libtk-objscanner-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/watch?rev=12438&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/watch (original)
+++ trunk/libtk-objscanner-perl/debian/watch Thu Jan 10 15:14:08 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Tk-ObjScanner/ .*/Tk-ObjScanner-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Tk-ObjScanner/ .*/Tk-ObjScanner-v?(\d[\d.]*)\.tar\.gz




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