[Pkg-gstreamer-commits] [SCM] UNNAMED PROJECT branch, master, updated. debian/0.10.1-2-14-gb0faf14

George Kiagiadakis kiagiadakis.george at gmail.com
Sat May 5 21:12:58 UTC 2012


The following commit has been merged in the master branch:
commit 645a8f7225b3814641bb3ee1438c225a62b59047
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Sat May 5 23:05:40 2012 +0300

    debian/rules: Do not invoke dpkg-architecture again, as we now include the standard makefile that defines all these variables.

diff --git a/debian/rules b/debian/rules
index ea9ca34..a218b2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install --parallel
-	cp -r obj-`dpkg-architecture -qDEB_HOST_GNU_TYPE`/doc debian/tmp/doc
+	cp -r obj-$(DEB_HOST_GNU_TYPE)/doc debian/tmp/doc
 
 override_dh_gencontrol:
 	mkdir -p debian/fake-home

-- 
UNNAMED PROJECT



More information about the Pkg-gstreamer-commits mailing list