This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository pcsxr.
commit 531226743783f4a15b13e4987e57a2cf40c6060c Author: James Cowgill <[email protected]> Date: Wed Mar 30 19:13:12 2016 +0100 Drop dbg package and use automatic dbgsym packages --- debian/control | 14 -------------- debian/rules | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/debian/control b/debian/control index a5591f2..648e415 100644 --- a/debian/control +++ b/debian/control @@ -26,17 +26,3 @@ Description: Sony PlayStation emulator . This package contains PCSX-Reloaded, which is based on PCSX-df 1.9 which is in turn based on the original PCSX. - -Package: pcsxr-dbg -Architecture: any -Section: debug -Priority: extra -Depends: pcsxr (= ${binary:Version}), ${misc:Depends} -Description: Sony PlayStation emulator (debug) - PCSX is an advanced PlayStation (PSX) emulator, which uses a plugin - architecture to provide full support for all components of the PSX. - It has full emulation support for gamepads, videos, sound, memory cards, - and other important PSX components, and is able to play many games - without problems. - . - This package contains the debugging symbols. diff --git a/debian/rules b/debian/rules index ad62ead..79318e8 100755 --- a/debian/rules +++ b/debian/rules @@ -21,4 +21,4 @@ override_dh_install: dh_install --fail-missing override_dh_strip: - dh_strip --dbg-package=pcsxr-dbg + dh_strip --dbgsym-migration='pcsxr-dbg (<< 1.9.94-1~)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsxr.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

