[libinline-java-perl] 09/11: Have watch file also (and primarily) track github releases. Have CDBS fetch from github (apparently CPAN is lagging behind).
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libinline-java-perl.
commit 707acee2bbfe942735f32d3cf8d428e9b8c7347a
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Feb 26 10:27:49 2015 +0100
Have watch file also (and primarily) track github releases. Have CDBS fetch from github (apparently CPAN is lagging behind).
---
debian/rules | 7 ++++---
debian/watch | 1 +
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4e98387..5b6a281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,10 @@ pkg = $(DEB_SOURCE_PACKAGE)
perlpath := $(shell perl -MConfig -e 'print $$Config{vendorarch};' )
-DEB_UPSTREAM_PACKAGE = Inline-Java
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Inline
-DEB_UPSTREAM_TARBALL_MD5 = 23f96c2ac4915302c3647c0abc92916f
+#DEB_UPSTREAM_PACKAGE = Inline-Java
+#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Inline
+DEB_UPSTREAM_URL = https://github.com/ingydotnet/Inline-Java/archive
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
# Needed both by upstream build and at runtime
deps = libinline-perl (>= 0.68), libinline-c-perl, default-jdk
diff --git a/debian/watch b/debian/watch
index 5df6089..4b63eb4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
# Run the "uscan" command to check for upstream updates and more.
version=3
+https://github.com/ingydotnet/Inline-Java/tags .*/archive/v?(\d[\d\.]+).tar.gz
http://www.cpan.org/modules/by-module/Inline/Inline-Java-([\d.]+)\.tar\.gz
https://metacpan.org/release/Inline-Java .*/Inline-Java-([\d.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list