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 191f68e049f8f5651974b3adc346cfae5d28a4f1 Author: Carlos Donizete Froes <[email protected]> Date: Thu Oct 19 20:14:42 2017 -0200 Updated debian Signed-off-by: Carlos Donizete Froes <[email protected]> --- debian/changelog | 20 ++++++++++++++++++++ debian/compat | 2 +- debian/control | 10 ++++++---- debian/copyright | 4 ++-- debian/install | 2 +- debian/osmose-emulator.6 | 7 +++---- debian/rules | 1 + debian/tests/control | 3 +++ debian/upstream/metadata | 6 +++--- debian/watch | 4 ++-- 10 files changed, 42 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 39969f5..73d6bea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +osmose-emulator (1.1-1) unstable; urgency=medium + + * New upstream release + * Switch to compat level 10 + * debian/control: + + Build-Depends: libgl1-mesa-dev, mesa-common-dev + + Architecture: 'any-amd64' and 'any-i386' + + 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 + osmose-emulator (1.0-4) unstable; urgency=medium * Reversed debhelper compat for level 9 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index f5db486..24de704 100644 --- a/debian/control +++ b/debian/control @@ -3,20 +3,22 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Carlos Donizete Froes <[email protected]> -Build-Depends: debhelper (>=9), +Build-Depends: debhelper (>=10), libasound2-dev, + libgl1-mesa-dev, libqt5opengl5-dev, + mesa-common-dev, qt5-qmake, qtbase5-dev, qtchooser, zlib1g-dev -Standards-Version: 3.9.8 -Homepage: http://bcz.asterope.fr/osmose.htm +Standards-Version: 4.1.1 +Homepage: https://github.com/coringao/osmose-emulator/wiki 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 +Architecture: any-amd64 any-i386 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/copyright b/debian/copyright index bef866e..8ff062f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Source: https://github.com/coringao/osmose-emulator Files: * Copyright: 2001-2011 Bruno Vedder <[email protected]> - 2016 Carlos Donizete Froes <[email protected]> + 2016-2017 Carlos Donizete Froes <[email protected]> License: GPL-3+ Files: debian/* -Copyright: 2016 Carlos Donizete Froes <[email protected]> +Copyright: 2016-2017 Carlos Donizete Froes <[email protected]> License: GPL-3+ License: GPL-3+ diff --git a/debian/install b/debian/install index 5251481..d75c979 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,3 @@ debian/osmose-emulator.desktop /usr/share/applications osmose-emulator /usr/games -osmose-emulator.xpm /usr/share/pixmaps +src/osmose-emulator.png /usr/share/pixmaps diff --git a/debian/osmose-emulator.6 b/debian/osmose-emulator.6 index 63d2b27..5a64a40 100644 --- a/debian/osmose-emulator.6 +++ b/debian/osmose-emulator.6 @@ -1,4 +1,4 @@ -.TH osmose-emulator "6" "August 2016" "OSMOSE EMULATOR" "Sega Master System and Game Gear console emulator" +.TH osmose-emulator "6" "October 2017" "OSMOSE EMULATOR" "Sega Master System and Game Gear console emulator" .SH NAME osmose-emulator \- is for Master System and Game Gear consoles with excellent performance and compatibility in emulated games. .br @@ -59,7 +59,6 @@ PAUSE/SELECT press letter P START (GameGear) press letter S .PP .SH AUTHOR -The Osmose Emulator was written by Bruno Vedder <[email protected]> and contributor by Carlos Donizete Froes [a.k.a coringao] <[email protected]>. +Many thanks to Vedder Bruno, the original author of Osmose Emulator and continued by Carlos Donizete Froes [a.k.a coringao]. .PP -This manual page was written by Carlos Donizete Froes [a.k.a coringao] <[email protected]>, for the Debian project (but may be used by others). - +This manual page was written by Carlos Donizete Froes [a.k.a coringao], for the Debian project (but may be used by others). diff --git a/debian/rules b/debian/rules index 2d610e2..b23b508 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ #export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND=-fPIE -pie export QT_SELECT = qt5 %: diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..91a3e2e --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +# Control file for Debian 'autopkgtests'. +Test-Command: osmose-emulator +Depends: @ diff --git a/debian/upstream/metadata b/debian/upstream/metadata index a185eba..ea85d78 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,9 +1,9 @@ Name: Osmose Emulator -Homepage: http://bcz.asterope.fr/osmose.htm +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' - - Copyright holder: Bruno Vedder <[email protected]> - - Contributor: Carlos Donizete Froes [a.k.a coringao] <[email protected]> + - Many thanks to Vedder Bruno, the original author of Osmose Emulator. + - Work continued by Carlos Donizete Froes [a.k.a coringao] diff --git a/debian/watch b/debian/watch index 0304c88..2aad6a4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts=pgpsigurlmangle=s/$/.asc/ \ - https://github.com/coringao/osmose-emulator/tags .*/(\d\S*)\.tar\.gz +opts=pgpsigurlmangle=s/archive\/(\d\S+)\.tar\.gz/releases\/download\/$1\/$1\.tar\.gz\.asc/ \ + https://github.com/coringao/osmose-emulator/releases .*/(\d\S+)\.tar\.gz -- 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

