[SCM] audacious/master: Move <libaudcore/audio.h> into the Multi-Arch domain.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Dec 20 21:22:30 UTC 2012


The following commit has been merged in the master branch:
commit f6456cccc2c002c669aa32af65506ace79ca8bef
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Dec 20 20:52:34 2012 +0000

    Move <libaudcore/audio.h> into the Multi-Arch domain.
    
    Closes: #674492

diff --git a/debian/rules b/debian/rules
index b288ff1..b36a55d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 ifeq ($(DEB_BUILD_ARCH),i386)
@@ -16,6 +17,13 @@ override_dh_auto_configure:
 	dh_auto_configure -- --disable-rpath --enable-chardet $(additional_confflags) \
 		--with-buildstamp="$(shell dpkg-vendor --query vendor) package"
 
+override_dh_auto_install:
+	dh_auto_install
+	# Move the arch-specific headers into the multiarch domain
+	cd debian/tmp/usr/include && \
+	mkdir -p $(DEB_HOST_MULTIARCH)/libaudcore && \
+	mv audacious/audio.h $(DEB_HOST_MULTIARCH)/libaudcore/
+
 override_dh_strip:
 	dh_strip --dbg-package=audacious-dbg
 

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list