r41724 - in /trunk/libtext-dhcpleases-perl/debian: changelog watch

juruen-guest at users.alioth.debian.org juruen-guest at users.alioth.debian.org
Wed Aug 12 15:57:19 UTC 2009


Author: juruen-guest
Date: Wed Aug 12 15:57:13 2009
New Revision: 41724

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41724
Log:
modify watch regex to ignore development versions

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

Modified: trunk/libtext-dhcpleases-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/changelog?rev=41724&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/changelog (original)
+++ trunk/libtext-dhcpleases-perl/debian/changelog Wed Aug 12 15:57:13 2009
@@ -4,9 +4,6 @@
   - debian/changelog:
     new packages should close ITP bugs, so "(closes: #nnnnnn)" needs to be
     added
-  - debian/watch: we started to ignore development releases, i.e. we don't
-    list "_" as an allowed char any more, so the regex should look like
-    ".*/Text-DHCPLeases-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$"
   - debian/control: "${misc:Depends}" is missing in Depends (debhelper wants
     it there in case it's needed)
   - debian/rules:

Modified: trunk/libtext-dhcpleases-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/watch?rev=41724&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/watch (original)
+++ trunk/libtext-dhcpleases-perl/debian/watch Wed Aug 12 15:57:13 2009
@@ -1,4 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
 # URL to the package page followed by a regex to search
-http://search.cpan.org/dist/Text-DHCPLeases/   .*/Text-DHCPLeases-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://search.cpan.org/dist/Text-DHCPLeases/   .*/Text-DHCPLeases-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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