r13440 - in /trunk/libmime-lite-perl/debian: changelog watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jan 24 17:09:45 UTC 2008


Author: gregoa-guest
Date: Thu Jan 24 17:09:45 2008
New Revision: 13440

URL: http://svn.debian.org/wsvn/?sc=1&rev=13440
Log:
debian/watch: use more sophisticated regexp for matching upstream
  versions.

Modified:
    trunk/libmime-lite-perl/debian/changelog
    trunk/libmime-lite-perl/debian/watch

Modified: trunk/libmime-lite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmime-lite-perl/debian/changelog?rev=13440&op=diff
==============================================================================
--- trunk/libmime-lite-perl/debian/changelog (original)
+++ trunk/libmime-lite-perl/debian/changelog Thu Jan 24 17:09:45 2008
@@ -5,8 +5,10 @@
     is not necessary but the sendmail method is the default; thanks to Josh
     Triplett for the proposal (closes: #462314).
   * Set debhelper compatibility level to 6.
+  * debian/watch: use more sophisticated regexp for matching upstream
+    versions.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 24 Jan 2008 18:07:42 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 24 Jan 2008 18:08:24 +0100
 
 libmime-lite-perl (3.021-1) unstable; urgency=low
 

Modified: trunk/libmime-lite-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmime-lite-perl/debian/watch?rev=13440&op=diff
==============================================================================
--- trunk/libmime-lite-perl/debian/watch (original)
+++ trunk/libmime-lite-perl/debian/watch Thu Jan 24 17:09:45 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/MIME-Lite/ .*/MIME-Lite-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/MIME-Lite/ .*/MIME-Lite-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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