This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-jgit.
commit c9918d9153f677290389c4406486e71f9e9ebd4a Author: Jakub Adam <[email protected]> Date: Tue Dec 3 16:30:51 2013 +0100 Make Vcs-* fields canonic --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 732a3fd..72bbba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jgit (3.1.0-2) UNRELEASED; urgency=low * Fix FTBFS with args4j 2.0.25 (Closes: #730878). + * Make Vcs-* fields canonic. -- Jakub Adam <[email protected]> Tue, 03 Dec 2013 16:06:14 +0100 diff --git a/debian/control b/debian/control index 5155dba..a0a79e6 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,8 @@ Build-Depends: debhelper (>= 8~), maven-debian-helper, maven-repo-helper Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-jgit.git -Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-jgit.git +Vcs-Git: git://anonscm.debian.org/pkg-java/eclipse-jgit.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/eclipse-jgit.git Homepage: http://www.eclipse.org/jgit/ Package: libjgit-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-jgit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

