[libdbd-sqlite3-perl] 03/06: temporary allow development releases in debian/watch

Damyan Ivanov dmn at moszumanska.debian.org
Tue Nov 21 20:08:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit c822118a92d3cb248207cde45d201baad415906c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Nov 21 17:57:56 2017 +0000

    temporary allow development releases in debian/watch
    
    needed to fix a FTBFS with SQLite 3.21.0 (#881291)
---
 debian/watch | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 3e3ccbf..bd131b4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,5 @@
 version=3
-https://metacpan.org/release/DBD-SQLite   .*/DBD-SQLite-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts=uversionmangle=s/_/~/ \
+    https://metacpan.org/release/DBD-SQLite   .*/DBD-SQLite-v?(\d[\d._]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts=uversionmangle=s/_/~/ \
+    http://search.cpan.org/dist/DBD-SQLite/  .*/DBD-SQLite-v?(\d[\d._]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git



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