This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openarena.
commit 7da76fd340be830e7f91ba2bac6a4331a09c8a41 Author: Simon McVittie <[email protected]> Date: Sun Jun 25 00:58:45 2017 +0100 Drop openarena-dbg, rely on automatic -dbgsym packages instead --- debian/changelog | 1 + debian/control | 18 ------------------ debian/rules | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 18e8031..7a0b52c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ openarena (0.8.8-19) UNRELEASED; urgency=medium * Re-order patch series: backports from upstream, then forwarded patches, and finally Debian-specific (non-upstreamable) patches * Move Debian-specific patches into debian/patches/debian/ + * Drop openarena-dbg, rely on automatic -dbgsym packages instead -- Simon McVittie <[email protected]> Sat, 24 Jun 2017 19:18:46 +0100 diff --git a/debian/control b/debian/control index bb8dc3f..0e1d13a 100644 --- a/debian/control +++ b/debian/control @@ -42,24 +42,6 @@ Description: fast-paced 3D first-person shooter . This package installs the OpenArena client. -Package: openarena-dbg -Section: debug -Priority: extra -Architecture: any -Depends: - openarena (= ${binary:Version}) | openarena-server (= ${binary:Version}), - ${misc:Depends}, -Recommends: - ioquake3-dbg, -Description: debug symbols for OpenArena's game logic - OpenArena is an open-source content package for ioQuake3 licensed under the - GPL, effectively creating a free stand-alone game. Though OpenArena is a free - replacement for id Software Inc.'s Quake 3 Arena, it is NOT compatible with - the proprietary game! - . - This package contains debug symbols which can be used to debug crashes in - OpenArena's game logic. - Package: openarena-server Architecture: any Depends: diff --git a/debian/rules b/debian/rules index 3f0eed0..7297d23 100755 --- a/debian/rules +++ b/debian/rules @@ -115,7 +115,7 @@ override_dh_auto_install: $(DESTDIR)/usr/lib/openarena-server/missionpack/ override_dh_strip: - dh_strip --dbg-package=openarena-dbg + dh_strip --dbgsym-migration='openarena-dbg (<< 0.8.8-19~)' # --------------------------------------------------------------------------- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

