r31824 - in /trunk/libhtml-tiny-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Mar 9 17:00:23 UTC 2009


Author: gregoa
Date: Mon Mar  9 17:00:20 2009
New Revision: 31824

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31824
Log:
debian/watch: extended regexp for matching upstream releases.

Modified:
    trunk/libhtml-tiny-perl/debian/changelog
    trunk/libhtml-tiny-perl/debian/watch

Modified: trunk/libhtml-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/changelog?rev=31824&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/changelog (original)
+++ trunk/libhtml-tiny-perl/debian/changelog Mon Mar  9 17:00:20 2009
@@ -1,10 +1,14 @@
 libhtml-tiny-perl (1.05-1) unstable; urgency=low
 
+  [ Ryan Niebur ]
   * New upstream release
   * add more copyright information to debian/copyright
   * add myself to uploaders
   * redo debian/rules with debhelper 7
   * add examples
+
+  [ gregor herrmann ]
+  * debian/watch: extended regexp for matching upstream releases.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 08 Mar 2009 22:14:09 -0700
 

Modified: trunk/libhtml-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/watch?rev=31824&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/watch (original)
+++ trunk/libhtml-tiny-perl/debian/watch Mon Mar  9 17:00:20 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/HTML-Tiny/ .+/HTML-Tiny-(.*)\.tar\.gz
+http://search.cpan.org/dist/HTML-Tiny/ .*/HTML-Tiny-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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