r26202 - in /trunk/libemail-mime-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 22 14:27:44 UTC 2008


Author: gregoa
Date: Wed Oct 22 14:27:41 2008
New Revision: 26202

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26202
Log:
debian/watch: add uversionmangle to deal with _ in upstream versions.

Modified:
    trunk/libemail-mime-perl/debian/changelog
    trunk/libemail-mime-perl/debian/watch

Modified: trunk/libemail-mime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/changelog?rev=26202&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/changelog (original)
+++ trunk/libemail-mime-perl/debian/changelog Wed Oct 22 14:27:41 2008
@@ -1,8 +1,12 @@
 libemail-mime-perl (1.861.01-1) unstable; urgency=low
 
+  [ Ernesto Hernández-Novich (USB) ]
   * New upstream release.
   * Latest upstream release version is 1.861_01, using 1.861.01 instead.
   * Upgraded to debhelper 7.
+
+  [ gregor herrmann ]
+  * debian/watch: add uversionmangle to deal with _ in upstream versions.
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 22 Oct 2008 09:08:28 -0430
 

Modified: trunk/libemail-mime-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/watch?rev=26202&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/watch (original)
+++ trunk/libemail-mime-perl/debian/watch Wed Oct 22 14:27:41 2008
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/dist/Email-MIME/   .*/Email-MIME-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts="uversionmangle=s/_/./" \
+	http://search.cpan.org/dist/Email-MIME/   .*/Email-MIME-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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