This is an automated email from the git hooks/post-receive script. ginggs-guest pushed a commit to branch master in repository eclipse-eclox.
commit 576d01d0b1566affc538dc3402425fd974a4864b Author: Graham Inggs <[email protected]> Date: Tue Jul 26 17:09:47 2016 +0200 Use secure URIs for Vcs-* fields --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 87a350a..f9ad62a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ eclipse-eclox (0.10.1-2) UNRELEASED; urgency=medium * Update my email address and copyright years. + * Use secure URIs for Vcs-* fields. -- Graham Inggs <[email protected]> Tue, 26 Jul 2016 17:03:48 +0200 diff --git a/debian/control b/debian/control index a0b9977..fbc22c0 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 9), zip Standards-Version: 3.9.5 Homepage: http://home.gna.org/eclox/ -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/eclipse-eclox.git -Vcs-Git: git://anonscm.debian.org/pkg-java/eclipse-eclox.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/eclipse-eclox.gi +Vcs-Git: https://anonscm.debian.org/git/pkg-java/eclipse-eclox.git Package: eclipse-eclox Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-eclox.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

