This is an automated email from the git hooks/post-receive script. coringao-guest pushed a commit to branch master in repository osmose-emulator.
commit 33ab592f82b130be6ce86658278eba8bd25849ae Author: Carlos Donizete Froes <[email protected]> Date: Sun Oct 22 03:21:51 2017 -0200 Updated debian --- debian/changelog | 15 +++++++-------- debian/control | 3 ++- debian/tests/control | 2 +- debian/upstream/metadata | 6 ++++-- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73d6bea..4118faf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,21 +2,20 @@ osmose-emulator (1.1-1) unstable; urgency=medium * New upstream release * Switch to compat level 10 + * Updated debian/copyright + * Changed debian/install + * Updated debian/watch + * Updated debian/osmose-emulator.6 + * Updated d/upstream/metadata * debian/control: - + Build-Depends: libgl1-mesa-dev, mesa-common-dev - + Architecture: 'any-amd64' and 'any-i386' + + Build-Depends: freeglut3-dev, libgl1-mesa-dev, mesa-common-dev + Changed homepage link + Bump debhelper compat to 10 + Declare compliance with Debian Policy: 4.1.1 - * Updated debian/copyright - * Updated d/upstream/metadata - * Updated debian/osmose-emulator.6 - * Changed debian/install * debian/rules: Added line DEB_LDFLAGS_MAINT_APPEND * debian/tests: Add autopkgtest smoke tests to verify the commands will run - * Updated debian/watch - -- Carlos Donizete Froes <[email protected]> Thu, 19 Oct 2017 19:00:16 -0200 + -- Carlos Donizete Froes <[email protected]> Sun, 22 Oct 2017 00:19:15 -0200 osmose-emulator (1.0-4) unstable; urgency=medium diff --git a/debian/control b/debian/control index 24de704..b875223 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Carlos Donizete Froes <[email protected]> Build-Depends: debhelper (>=10), + freeglut3-dev, libasound2-dev, libgl1-mesa-dev, libqt5opengl5-dev, @@ -18,7 +19,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-games/osmose-emulator.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/osmose-emulator.git Package: osmose-emulator -Architecture: any-amd64 any-i386 +Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Sega Master System and Game Gear console emulator A multi-machine emulator for platforms of Sega consoles diff --git a/debian/tests/control b/debian/tests/control index 91a3e2e..c502b23 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ # Control file for Debian 'autopkgtests'. -Test-Command: osmose-emulator Depends: @ +Test-Command: osmose-emulator diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 8c42eaa..9afa2de 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -3,5 +3,7 @@ Homepage: https://github.com/coringao/osmose-emulator/wiki Repository: https://github.com/coringao/osmose-emulator.git Repository-Browse: https://github.com/coringao/osmose-emulator Bug-Submit: https://github.com/coringao/osmose-emulator/issues -Reference: - Title: 'Osmose Emulator - Sega Master System and Game Gear console emulator' +Title: 'Osmose Emulator - Sega Master System and Game Gear console emulator' +Author: + - 2001-2011 Copyright holder Bruno Vedder + - 2016-2017 Work continued by Carlos Donizete Froes [a.k.a coringao] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/osmose-emulator.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

