This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-install-plugin.
commit db86bfa6d431e92d3a946ba350583f01fe9e0da9 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 14:03:25 2017 +0200 Use secure Vcs-* URLs --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6928aaa..4c13acf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-install-plugin (2.5.2-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 + * Use secure Vcs-* URLs -- Emmanuel Bourg <[email protected]> Mon, 17 Jul 2017 14:03:07 +0200 diff --git a/debian/control b/debian/control index 1cf330f..c85070a 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Build-Depends-Indep: default-jdk-doc, libplexus-utils-java, libplexus-utils-java-doc Standards-Version: 4.0.0 -Vcs-Git: git://anonscm.debian.org/pkg-java/maven-install-plugin.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-install-plugin.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-install-plugin.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-install-plugin.git Homepage: http://maven.apache.org/plugins/maven-install-plugin/ Package: libmaven-install-plugin-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-install-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

