r14680 - in /trunk/libxml-rss-perl/debian: changelog watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 10 02:53:44 UTC 2008


Author: gregoa-guest
Date: Sun Feb 10 02:53:43 2008
New Revision: 14680

URL: http://svn.debian.org/wsvn/?sc=1&rev=14680
Log:
debian/watch: use improved regexp for matching upstream tarballs.

Modified:
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/watch

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/changelog?rev=14680&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Sun Feb 10 02:53:43 2008
@@ -9,8 +9,9 @@
 
   [ gregor herrmann ]
   * New upstream release; incorporates joeyh's patch.
-  
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 03:49:08 +0100
+  * debian/watch: use improved regexp for matching upstream tarballs.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 03:53:04 +0100
 
 libxml-rss-perl (1.31-3) unstable; urgency=low
 

Modified: trunk/libxml-rss-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/watch?rev=14680&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/watch (original)
+++ trunk/libxml-rss-perl/debian/watch Sun Feb 10 02:53:43 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-RSS/ .*/XML-RSS-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-RSS/ .*/XML-RSS-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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