This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jatl.
commit 5c75f097b1eb8e748737843066ab29e994f5da5c Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 30 00:23:49 2016 +0200 Fixed the Vcs-* fields --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b21a14e..83dbad8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jatl (0.2.2-3) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * Updated the Homepage field + * Fixed the Vcs-* fields * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 3336b92..c8b62cc 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends-Indep: junit4, libcommons-lang-java (>= 2.5), libmaven-bundle-plugin-java, Standards-Version: 3.9.8 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jatl -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jatl +Vcs-Git: https://anonscm.debian.org/git/pkg-java/jatl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jatl.git Homepage: https://github.com/agentgt/jatl Package: libjatl-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jatl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

