This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-vfs.
commit 6112ec9961ae4d2d186866e91ad15f0bb84aa0d2 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 9 12:15:41 2018 +0100 Fixed the watch file --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f183d08..17c2d15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ commons-vfs (2.1-2) UNRELEASED; urgency=medium * Fixed the build failure with Java 9 (Closes: #875353) * Standards-Version updated to 4.1.3 * Switch to debhelper level 11 + * Fixed the watch file -- Emmanuel Bourg <[email protected]> Fri, 09 Mar 2018 10:51:08 +0100 diff --git a/debian/watch b/debian/watch index 3f16e02..2fa679c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://www.apache.org/dist/commons/vfs/source/commons-vfs-(.*)-src\.tar\.gz debian uupdate +https://www.apache.org/dist/commons/vfs/source/commons-vfs2-distribution-(.*)-src\.tar\.gz debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-vfs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

