[SCM] Debian packaging of libdbix-abstract-perl branch, master, updated. 586942f04a2783f14fe0137f71bf3ca366615b91

Damyan Ivanov dmn at debian.org
Wed Sep 7 13:59:44 UTC 2011


The following commit has been merged in the master branch:
commit 586942f04a2783f14fe0137f71bf3ca366615b91
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Sep 7 16:59:39 2011 +0300

    watch: force three-digit revision (1.01 → 1.010)

diff --git a/debian/changelog b/debian/changelog
index f6129fc..f21e746 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ libdbix-abstract-perl (1.006-5) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
+  [ Damyan Ivanov ]
+  * watch: force three-digit revision (1.01 → 1.010)
+
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:43:05 +0200
 
 libdbix-abstract-perl (1.006-4) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index e8c3be1..62c7896 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 # 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/DBIx-Abstract/   .*/DBIx-Abstract-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+
+# force three-digit revision
+options=uversionmangle=s/\.\d\d$/$&0/ \
+    http://search.cpan.org/dist/DBIx-Abstract/   .*/DBIx-Abstract-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of libdbix-abstract-perl



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