diff -Nru opentyrian-2.1.20130907+dfsg/debian/changelog opentyrian-2.1.20130907+dfsg/debian/changelog --- opentyrian-2.1.20130907+dfsg/debian/changelog 2017-03-04 22:36:42.000000000 +0000 +++ opentyrian-2.1.20130907+dfsg/debian/changelog 2018-01-15 10:41:02.000000000 +0000 @@ -1,3 +1,17 @@ +opentyrian (2.1.20130907+dfsg-3) unstable; urgency=medium + + * Team upload + * Replace kde-baseapps-bin dependency with kdialog (see #885839) + * Set Vcs-* to point to salsa.debian.org + * Use https for d/copyright Format + * Standards-Version: 4.1.3 (no further changes) + * Use debhelper compat level 11 + * Set Rules-Requires-Root to no + * Don't strip binary during "make release", allowing dh_strip to + extract debug symbols + + -- Simon McVittie Mon, 15 Jan 2018 10:41:02 +0000 + opentyrian (2.1.20130907+dfsg-2) unstable; urgency=medium * Team upload. diff -Nru opentyrian-2.1.20130907+dfsg/debian/compat opentyrian-2.1.20130907+dfsg/debian/compat --- opentyrian-2.1.20130907+dfsg/debian/compat 2017-03-04 22:36:42.000000000 +0000 +++ opentyrian-2.1.20130907+dfsg/debian/compat 2018-01-15 10:41:02.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru opentyrian-2.1.20130907+dfsg/debian/control opentyrian-2.1.20130907+dfsg/debian/control --- opentyrian-2.1.20130907+dfsg/debian/control 2017-03-04 22:36:42.000000000 +0000 +++ opentyrian-2.1.20130907+dfsg/debian/control 2018-01-15 10:41:02.000000000 +0000 @@ -6,12 +6,13 @@ Etienne Millon , Alexandre Detiste , Build-Depends: - debhelper (>= 9), + debhelper (>= 11~), libsdl-net1.2-dev, -Standards-Version: 3.9.6 +Rules-Requires-Root: no +Standards-Version: 4.1.3 Homepage: https://bitbucket.org/opentyrian/opentyrian/ -Vcs-Git: https://anonscm.debian.org/git/pkg-games/opentyrian.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/opentyrian.git +Vcs-Git: https://salsa.debian.org/games-team/opentyrian.git +Vcs-Browser: https://salsa.debian.org/games-team/opentyrian Package: opentyrian Architecture: any @@ -20,7 +21,7 @@ ${misc:Depends}, tyrian-data | game-data-packager (>= 40), Suggests: - zenity | kde-baseapps-bin | x11-utils | libnotify-bin, + zenity | kdialog | x11-utils | libnotify-bin, Description: open-source port of the DOS shoot-em-up Tyrian Tyrian is an arcade-style vertical scrolling shooter. The story is set in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed to diff -Nru opentyrian-2.1.20130907+dfsg/debian/copyright opentyrian-2.1.20130907+dfsg/debian/copyright --- opentyrian-2.1.20130907+dfsg/debian/copyright 2017-03-04 22:36:42.000000000 +0000 +++ opentyrian-2.1.20130907+dfsg/debian/copyright 2018-01-15 10:41:02.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://bitbucket.org/opentyrian/opentyrian Files-Excluded: macosx/tyrian.icns diff -Nru opentyrian-2.1.20130907+dfsg/debian/rules opentyrian-2.1.20130907+dfsg/debian/rules --- opentyrian-2.1.20130907+dfsg/debian/rules 2017-03-04 22:36:42.000000000 +0000 +++ opentyrian-2.1.20130907+dfsg/debian/rules 2018-01-15 10:41:02.000000000 +0000 @@ -10,7 +10,7 @@ dh $@ --parallel override_dh_auto_build: - $(MAKE) release + $(MAKE) release STRIP=": do not strip" override_dh_install: dh_install