This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch devel in repository wesnoth.
commit fee356a4551aee0799de9dcb859717947747dfab Author: Vincent Cheng <[email protected]> Date: Tue Apr 5 21:01:34 2016 -0700 fix vcs-field-uses-insecure-uri --- debian/control | 4 ++-- debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index f6a698f..4a0432e 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Standards-Version: 3.9.7 Uploaders: Rhonda D'Vine <[email protected]>, Vincent Cheng <[email protected]> Homepage: http://wesnoth.org/ -Vcs-Git: git://anonscm.debian.org/pkg-games/wesnoth.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/wesnoth.git +Vcs-Git: https://anonscm.debian.org/cgit/pkg-games/wesnoth.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/wesnoth.git Package: wesnoth-1.13-data Architecture: all diff --git a/debian/control.in b/debian/control.in index 2a517a6..442b47e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -14,8 +14,8 @@ Standards-Version: 3.9.7 Uploaders: Rhonda D'Vine <[email protected]>, Vincent Cheng <[email protected]> Homepage: http://wesnoth.org/ -Vcs-Git: git://anonscm.debian.org/pkg-games/wesnoth.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/wesnoth.git +Vcs-Git: https://anonscm.debian.org/cgit/pkg-games/wesnoth.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/wesnoth.git Package: wesnoth-BRANCH-data Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

