This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jsoup.
commit 6ce5e3d9e615b4f19e3d7aafe9ed25e0c454d36a Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 17 22:33:47 2016 +0200 Use secure Vcs-* fields --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a74d63..76cda04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jsoup (1.8.3-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 (no changes) + * Use secure Vcs-* fields -- Emmanuel Bourg <[email protected]> Sun, 17 Apr 2016 22:32:37 +0200 diff --git a/debian/control b/debian/control index 8a3455b..a98b3a0 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-javadoc-plugin-java, junit4, default-jdk-doc, libmaven-bundle-plugin-java Standards-Version: 3.9.8 -Vcs-Git: git://anonscm.debian.org/pkg-java/jsoup.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/jsoup.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/jsoup.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jsoup.git Homepage: http://jsoup.org Package: libjsoup-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsoup.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

