[SCM] gpac/master: Move the header <gpac/configuration.h> into the multiarch path.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Apr 23 02:04:07 UTC 2012


The following commit has been merged in the master branch:
commit 0e91cc5d957e9c07b2c4f916f71fd9fb773de11e
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 23 04:03:35 2012 +0200

    Move the header <gpac/configuration.h> into the multiarch path.

diff --git a/debian/rules b/debian/rules
index f57e3ce..10ff8c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ override_dh_auto_install:
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \
 		moddir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gpac
 	$(MAKE) install-lib prefix=$(CURDIR)/debian/tmp/usr
+	# Move the arch-specific headers into the multiarch path
+	cd debian/tmp/usr/include && \
+	mkdir -p $(DEB_HOST_MULTIARCH)/gpac && \
+	mv gpac/configuration.h $(DEB_HOST_MULTIARCH)/gpac/
 	mv debian/tmp/usr/share/man/man1/mp4box.1 \
 		debian/tmp/usr/share/man/man1/MP4Box.1
 	mv debian/tmp/usr/share/man/man1/mp4client.1 \

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list