This is an automated email from the git hooks/post-receive script. onlyjob pushed a commit to branch master in repository scummvm.
commit 4761909 Author: Dmitry Smirnov <[email protected]> Date: Fri Nov 11 12:23:00 2016 Remove traces of -dbg package. --- debian/changelog | 1 + debian/control | 17 ----------------- debian/rules | 6 ------ 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index a244947..e4e548d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ scummvm (1.9.0+dfsg-1) unstable; urgency=medium * New upstream release [October 2016]. * Removed obsolete "libsdl2.patch". + * Removed traces of -dbg package. -- Dmitry Smirnov <[email protected]> Fri, 11 Nov 2016 23:17:07 +1100 diff --git a/debian/control b/debian/control index cbaa694..e1dda77 100644 --- a/debian/control +++ b/debian/control @@ -89,20 +89,3 @@ Description: engine for several graphical adventure games (data files) . These packages provides data files needed to run some engines supported by ScummVM. - -#Package: scummvm-dbg -#Section: debug -#Priority: extra -#Architecture: any -#Depends: scummvm (= ${binary:Version}), ${misc:Depends} -#Description: scummvm -- debugging symbols -# ScummVM is a `virtual machine' for several classic graphical -# point-and-click adventure games. It is designed to run Adventure Soft's -# Simon the Sorcerer 1 and 2, Revolution's Beneath A Steel Sky, and games -# based on LucasArts' SCUMM (Script Creation Utility for Maniac Mansion) -# system. SCUMM is used for many games, including Monkey Island, -# Day of the Tentacle, Sam and Max and more. See the official compatibility -# list at <http://www.scummvm.org/compatibility.php> for a full list -# of supported games. -# . -# This package provides debugging symbols diff --git a/debian/rules b/debian/rules index fca1a20..b23ec6d 100755 --- a/debian/rules +++ b/debian/rules @@ -42,12 +42,6 @@ override_dh_auto_build: override_dh_installchangelogs: dh_installchangelogs NEWS -# gracefully handle stripping if -dbg package (un-)commented in debian/control -override_dh_strip: - [ -d "$(CURDIR)/debian/scummvm-dbg" ] \ - && dh_strip --dbg-package=scummvm-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/scummvm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

