[mupen64plus-ui-console] 98/172: Automatically set name of the debug package

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-ui-console.

commit e2f1bdcdb91121e983ee145122d27acdd33c4a53
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Mar 18 17:13:55 2012 +0100

    Automatically set name of the debug package
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fc73585..cbca48d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ COREDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/" PLUGINDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" MANDIR=/usr/share/man/ BINDIR=/usr/games/ OPTFLAGS="" PIE=1
+DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg
 
 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:
 	dh $@ --sourcedirectory="projects/unix" --parallel --list-missing
@@ -21,7 +22,7 @@ override_dh_auto_install:
 	dh_auto_install -- $(MAKEOPTIONS)
 
 override_dh_strip:
-	dh_strip -a --dbg-package=mupen64plus-ui-console-dbg
+	dh_strip -a --dbg-package="$(DBG_PACKAGE)"
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git



More information about the Pkg-games-commits mailing list