This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cdi-api.
commit e5ea7639f1ccc9ec8ccf9927fa51fbbdd5ddbc2c Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 5 10:24:42 2017 +0200 Use a secure Vcs-Git URL --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f9f375b..f703a66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ cdi-api (1.0-3) UNRELEASED; urgency=medium * Track and download the new releases from GitHub * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 + * Use a secure Vcs-Git URL -- Emmanuel Bourg <[email protected]> Wed, 05 Jul 2017 10:23:24 +0200 diff --git a/debian/control b/debian/control index d3c6dbb..46ec3a2 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10), libgeronimo-interceptor-3.0-spec-java, libservlet3.1-java Standards-Version: 4.0.0 -Vcs-Git: git://anonscm.debian.org/pkg-java/cdi-api.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/cdi-api.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cdi-api.git Homepage: http://cdi-spec.org -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdi-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

