This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libminlog-java.
commit b5b76155c1ed21f39966d9dc3b444811224461c7 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 01:29:16 2017 +0100 Updated the watch file --- debian/changelog | 1 + debian/orig-tar.excludes | 2 -- debian/orig-tar.sh | 16 ---------------- debian/watch | 4 +--- 4 files changed, 2 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3edffeb..90f13f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libminlog-java (1.2-4) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use secure Vcs-* URLs + * Updated the watch file -- Emmanuel Bourg <[email protected]> Mon, 09 Jan 2017 01:26:33 +0100 diff --git a/debian/orig-tar.excludes b/debian/orig-tar.excludes deleted file mode 100644 index 256b842..0000000 --- a/debian/orig-tar.excludes +++ /dev/null @@ -1,2 +0,0 @@ -api/* -*.jar diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 7b12ed3..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -set -e - -# called by uscan with '--upstream-version' <version> <file> -echo "version $2" -package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` -version=$2 -upstream_version="${version}" -tarball=$3 - -TAR=${package}_${version}.orig.tar.gz -DIR=minlog-${upstream_version} - -unzip -q -d $DIR $tarball -GZIP=--best tar czf ../$TAR -X debian/orig-tar.excludes $DIR -rm -rf $tarball $DIR diff --git a/debian/watch b/debian/watch index 0aef6c9..7c87903 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,2 @@ version=3 -http://code.google.com/p/minlog/downloads/list?can=1 \ - .*/minlog-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) \ - debian debian/orig-tar.sh +https://github.com/EsotericSoftware/minlog/tags .*/(?:minlog-)?([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libminlog-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

