This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository rbdoom3bfg.
commit 7908851433887ca44f57e76c495f09b621ecd79c Author: Tobias Frost <[email protected]> Date: Sat Oct 15 11:48:09 2016 +0200 d/control Replace non VCS-* with https:// ones. --- debian/changelog | 1 + debian/control | 4 ++-- debian/patches/series | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dbbcb64..0e9699b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ rbdoom3bfg (1.1.0~preview3+dfsg+git20160807-1) UNRELEASED; urgency=medium * Deleted (long ago) applied upstream patch 70-ffmpeg_2.9.patch * Renumbering patches to free up numberspace * New patch 60-fix-spelling-errors correcting the errors reported by lintian. + * d/control Replace non VCS-* with https:// ones -- Tobias Frost <[email protected]> Fri, 14 Oct 2016 21:16:02 +0200 diff --git a/debian/control b/debian/control index 1dba841..ed9cb4f 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,8 @@ Build-Depends: cmake, zlib1g-dev Standards-Version: 3.9.8 Homepage: https://github.com/RobertBeckebans/RBDOOM-3-BFG -VCS-Browser: http://anonscm.debian.org/cgit/pkg-games/rbdoom3bfg.git -VCS-Git: git://anonscm.debian.org/pkg-games/rbdoom3bfg.git +VCS-Browser: https://anonscm.debian.org/cgit/pkg-games/rbdoom3bfg.git +VCS-Git: https://anonscm.debian.org/git/pkg-games/rbdoom3bfg.git Package: rbdoom3bfg Architecture: any diff --git a/debian/patches/series b/debian/patches/series index 8c92bb6..9707fc9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ #30-init-sdl2.patch 40-libpng16.patch 50-system-rapidjson.patch +60-spelling-errors.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rbdoom3bfg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

