[SCM] iannix/master: dummy target to show arch

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jun 6 20:47:22 UTC 2017


The following commit has been merged in the master branch:
commit 35964ad5ba8f9400496a678c15b0faec82cd78d3
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Tue Jun 6 22:47:18 2017 +0200

    dummy target to show arch
    
    Gbp-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 6dfe257..65e4845 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,11 @@ override_dh_installexamples:
 	dh_installexamples
 	find debian/iannix/ -name "*.txt" -exec chmod a-x {} +
 
-
 override_dh_clean:
 	dh_clean
 	rm -f Tools/Translation_*.qm
+
+show_arch:
+	@echo DEB_HOST_ARCH_CPU: $(DEB_HOST_ARCH_CPU)
+	@echo EXTRA_CPPFLAGS: $(EXTRA_CPPFLAGS)
+	@echo DEB_CPPFLAGS_MAINT_APPEND: $(DEB_CPPFLAGS_MAINT_APPEND)

-- 
iannix packaging



More information about the pkg-multimedia-commits mailing list