This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit ee55e05c6dcdab93e9e572ee931cd110ce85e83c 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 0db4d31..1b48f14 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,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.12-data Architecture: all diff --git a/debian/control.in b/debian/control.in index a5f95ef..743ce80 100644 --- a/debian/control.in +++ b/debian/control.in @@ -13,8 +13,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

