This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjava-jdbc-clojure.
commit 00ae1c96ecd933e291911cd69c202e2836e2fa6b Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 23 11:58:21 2016 +0100 Fixed debian/watch --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1031818..dc697f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libjava-jdbc-clojure (0.2.2-3) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use secure Vcs-* URLs + * Fixed debian/watch -- Emmanuel Bourg <[email protected]> Fri, 23 Dec 2016 11:57:12 +0100 diff --git a/debian/watch b/debian/watch index 95d1ff3..b073d47 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://githubredir.debian.net/github/clojure/java.jdbc .*\-([\d\.]+)\.tar\.gz +https://github.com/clojure/java.jdbc/tags .*\-([\d\.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjava-jdbc-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

