This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository darkplaces.
commit 1b896d632afc73c231c4cde219f22b1d868ae6c4 Author: Simon McVittie <[email protected]> Date: Thu Jan 12 11:22:15 2017 +0000 Drop -dbg package, rely on automatic -dbgsym instead --- debian/changelog | 7 +++++-- debian/control | 14 -------------- debian/rules | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index bcf36ea..9ffbf98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -darkplaces (0~20140513+svn12208-3.1) UNRELEASED; urgency=medium +darkplaces (0~20140513+svn12208-4) UNRELEASED; urgency=medium - * Team upload. + [ Stephen Kitt ] * Drop libmodplug-dev from the build-dependencies, it's no longer used. + [ Simon McVittie ] + * Drop -dbg package, rely on automatic -dbgsym instead + -- Stephen Kitt <[email protected]> Sat, 07 Jan 2017 14:19:46 +0100 darkplaces (0~20140513+svn12208-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 88330e6..15a0836 100644 --- a/debian/control +++ b/debian/control @@ -44,20 +44,6 @@ Description: Game engine for Quake and similar 3D first person shooter games script that launches it with a particular data set, such as the ones found in the "quake" and "nexuiz" packages. -Package: darkplaces-dbg -Architecture: any -Section: debug -Priority: extra -Depends: - darkplaces (= ${binary:Version}) | darkplaces-server (= ${binary:Version}), - ${misc:Depends}, -Description: debug symbols for the DarkPlaces game engine - DarkPlaces is an OpenGL-only engine for Quake and related games, with - greatly enhanced effects and lighting and many features for mods. - . - This package contains debug symbols for the DarkPlaces engine, - which can be used to analyze crashes in games that use that engine. - Package: darkplaces-server Architecture: any Depends: diff --git a/debian/rules b/debian/rules index b7149dc..a57ed8c 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,7 @@ override_dh_auto_test: : override_dh_strip: - dh_strip --dbg-package=darkplaces-dbg + dh_strip --dbgsym-migration='darkplaces-dbg (<< 0~20140513+svn12208-4~)' # --------------------------------------------------------------------------- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkplaces.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

