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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-z64.

commit 12a267788d262a35844ee7ef3d0b8a73e05f3849
Author: Sven Eckelmann <[email protected]>
Date:   Sun Jul 24 00:10:20 2011 +0200

    Unify debian/rules with other mupen64plus plugins
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 595db8d..77d7f83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ 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/ 
LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" PIC=1 OPTFLAGS=""
 
+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
 
@@ -33,7 +35,7 @@ override_dh_auto_install:
        dh_auto_install -- $(MAKEOPTIONS)
 
 override_dh_strip:
-       dh_strip -a --dbg-package=mupen64plus-video-z64-dbg
+       dh_strip -a --dbg-package="$(DBG_PACKAGE)"
 
 .PHONY: binary binary-arch binary-indep build build-arch build-indep clean 
install install-arch install-indep \
        get-orig-source override_dh_auto_build override_dh_auto_install 
override_dh_strip

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to