This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openhft-chronicle-queue.
commit 08b76120e558ece63f378ac979cbbda9c643239d Author: Emmanuel Bourg <[email protected]> Date: Tue May 31 16:17:05 2016 +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 ddf21ff..44fd7ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ openhft-chronicle-queue (2.0.3-2) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * Updated debian/watch to track the 4.x releases * Standards-Version updated to 3.9.8 (no changes) + * Use a secure Vcs-Git URL -- Emmanuel Bourg <[email protected]> Tue, 31 May 2016 15:41:16 +0200 diff --git a/debian/control b/debian/control index 5bbe890..dcf66cc 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), maven-debian-helper (>= 1.5), zip Standards-Version: 3.9.8 -Vcs-Git: git://anonscm.debian.org/pkg-java/openhft-chronicle-queue.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-queue.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-queue.git Homepage: https://github.com/OpenHFT/Chronicle-Queue -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openhft-chronicle-queue.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

