[libxml-semanticdiff-perl] 01/06: Stop needlessly mangling upstream version numer.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 10 15:48:57 UTC 2014


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

js pushed a commit to branch master
in repository libxml-semanticdiff-perl.

commit 14ef1c0888d20d3d3764355d8af8a2151e59e72d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 10 17:37:58 2014 +0200

    Stop needlessly mangling upstream version numer.
---
 debian/rules | 1 -
 debian/watch | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3d9cc26..89157ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,6 @@ pkg = $(DEB_SOURCE_PACKAGE)
 DEB_UPSTREAM_PACKAGE = XML-SemanticDiff
 #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
 DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF
-DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/(\d)\.(\d{2})\.(\d{2})/$$1.$$2$$3/
 DEB_UPSTREAM_TARBALL_MD5 = 013a0f5d4e5347deda12e1e90e3ab9e7
 
 # Needed by upstream build and (always) at runtime
diff --git a/debian/watch b/debian/watch
index 5799726..792462b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 # Run the "uscan" command to check for upstream updates and more.
 version=3
-opts="dversionmangle=s/(\d)\.(\d{2})\.(\d{2})/$1.$2$3/" \
-  http://search.cpan.org/dist/XML-SemanticDiff/   .*/XML-SemanticDiff-(\d.*)\.tar\.gz debian
+http://search.cpan.org/dist/XML-SemanticDiff/   .*/XML-SemanticDiff-(\d.*)\.tar\.gz debian

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



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