This is an automated email from the git hooks/post-receive script. onlyjob pushed a commit to branch master in repository residualvm.
commit 21423f7 Author: Dmitry Smirnov <[email protected]> Date: Sun Dec 4 21:05:58 2016 Removed traces of .dbg package. --- debian/control | 19 ------------------- debian/rules | 6 ------ 2 files changed, 25 deletions(-) diff --git a/debian/control b/debian/control index 17d39b6..8fae577 100644 --- a/debian/control +++ b/debian/control @@ -60,22 +60,3 @@ Description: interpreter to play LucasArts' Lua-based 3D adventures (data files) A software renderer is also included for machines without hardware OpenGL. . This package provides data files. - -#Package: residual-dbg -#Section: debug -#Priority: extra -#Architecture: any -#Depends: residualvm (= ${binary:Version}), ${misc:Depends} -#Description: residualvm -- debugging symbols -# ResidualVM is a cross-platform 3D game interpreter which allows you to -# play LucasArts' Lua-based 3D adventures (provided you already have -# their data files): -# . -# * Grim Fandango -# * Myst III -# * Escape from Monkey Island (not working yet) -# . -# ResidualVM utilizes OpenGL for 3D graphics hardware acceleration. -# A software renderer is also included for machines without hardware OpenGL. -# . -# This package provides debugging symbols diff --git a/debian/rules b/debian/rules index 470979b..e96401f 100755 --- a/debian/rules +++ b/debian/rules @@ -37,12 +37,6 @@ override_dh_auto_test: override_dh_installchangelogs: dh_installchangelogs NEWS -# gracefully handle stripping if -dbg package (un-)commented in debian/control -override_dh_strip: - [ -d "$(CURDIR)/debian/residualvm-dbg" ] \ - && dh_strip --dbg-package=residualvm-dbg \ - || dh_strip - override_dh_gencontrol: dh_gencontrol -- -Vmy:Built-Using="$(foreach pkg,fonts-freefont-ttf,$(word 2,$(shell dpkg --status $(pkg) | grep Source)) (=$(word 2,$(shell dpkg --status $(pkg) | grep Version))),)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/residualvm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

