r12695 - in /trunk/libmodule-build-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 14 10:21:36 UTC 2008


Author: dmn
Date: Mon Jan 14 10:21:36 2008
New Revision: 12695

URL: http://svn.debian.org/wsvn/?sc=1&rev=12695
Log:
* debian/watch: add v? to the filter, avoid catching developer releases

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/watch

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/changelog?rev=12695&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Mon Jan 14 10:21:36 2008
@@ -10,6 +10,7 @@
   [ Damyan Ivanov ]
   * add source.lintian-overrides to avoid lintian error that insists that we
     must build-depend on ourselves :)
+  * debian/watch: add v? to the filter, avoid catching developer releases
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 19:14:59 +0100
 

Modified: trunk/libmodule-build-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/watch?rev=12695&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/watch (original)
+++ trunk/libmodule-build-perl/debian/watch Mon Jan 14 10:21:36 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Module-Build/ .*/Module-Build-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Module-Build/ .*/Module-Build-v?(\d[\d.]*)\.tar\.gz




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