This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository extremetuxracer.
commit 5b134dd74b2e23872cdf3e212f5a18315fb62140 Author: Markus Koschany <[email protected]> Date: Thu Dec 3 16:28:37 2015 +0100 Drop the debug package because automatic debug packages will be provided in the near future. There is no reason to keep a separate package for this use case. --- debian/changelog | 3 +++ debian/control | 21 --------------------- debian/rules | 2 -- 3 files changed, 3 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index c90de61..1a0ae12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ extremetuxracer (0.6.0-3) experimental; urgency=medium * Add Breaks and Replaces to extremetuxracer-data because the svg icon was moved to the data package. (Closes: #806537) + * Drop the debug package because automatic debug packages will be provided in + the near future. There is no reason to keep a separate package for this use + case. -- Markus Koschany <[email protected]> Thu, 03 Dec 2015 16:25:36 +0100 diff --git a/debian/control b/debian/control index 5945617..b1d2a46 100644 --- a/debian/control +++ b/debian/control @@ -58,24 +58,3 @@ Description: data files for the game Extreme Tux Racer This package contains data like graphics and courses. If you want to play the game, you need to install the package extremetuxracer. -Package: extremetuxracer-dbg -Architecture: any -Priority: extra -Section: debug -Depends: - extremetuxracer (= ${binary:Version}), - ${misc:Depends} -Description: 3D racing game featuring Tux, the Linux penguin (debugging symbols) - Extreme Tux Racer, or etracer as it is called for short, is a simple OpenGL - racing game featuring Tux, the Linux mascot. The goal of the game is to slide - down a snow- and ice-covered mountain as quickly as possible, avoiding the - trees and rocks that will slow you down. - . - Collect herrings and other goodies while sliding down the hill, but avoid fish - bones. - . - This game is based on the GPL version of the famous game TuxRacer. - . - You must have working 3D acceleration or this game will run quite slowly. - . - This package contains the debugging symbols for extremetuxracer. diff --git a/debian/rules b/debian/rules index 3c4b5dd..c5f9f68 100755 --- a/debian/rules +++ b/debian/rules @@ -10,5 +10,3 @@ override_dh_auto_configure: --bindir=\$${prefix}/games \ --datadir=\$${prefix}/share/games -override_dh_strip: - dh_strip --dbg-package=extremetuxracer-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/extremetuxracer.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

