This is an automated email from the git hooks/post-receive script. micove-guest pushed a commit to branch master in repository pcsx2.
commit 15b9496f345c58dee463007bc7baa30a24aed94c Author: Miguel A. Colón Vélez <[email protected]> Date: Wed Feb 24 15:19:01 2016 -0500 Use HTTPS in the Vcs-* fields. Fix vcs-field-uses-insecure-uri reported by lintian. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4d87be9..6f74325 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,8 @@ Build-Depends: zlib1g-dev Standards-Version: 3.9.7 Homepage: http://pcsx2.net/ -Vcs-Git: git://anonscm.debian.org/pkg-games/pcsx2.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/pcsx2.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/pcsx2.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pcsx2.git Package: pcsx2 Architecture: i386 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsx2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

