[Python-modules-commits] r14743 - in packages/python-keyczar/trunk/debian (rules)
lfaraone at users.alioth.debian.org
lfaraone at users.alioth.debian.org
Sun Oct 24 19:57:30 UTC 2010
Date: Sunday, October 24, 2010 @ 19:57:21
Author: lfaraone
Revision: 14743
Explicitly set DEB_BUILD_ARCH_OS and DEB_HOST_GNU_CPU.
Modified:
packages/python-keyczar/trunk/debian/rules
Modified: packages/python-keyczar/trunk/debian/rules
===================================================================
--- packages/python-keyczar/trunk/debian/rules 2010-10-24 19:35:36 UTC (rev 14742)
+++ packages/python-keyczar/trunk/debian/rules 2010-10-24 19:57:21 UTC (rev 14743)
@@ -9,6 +9,9 @@
%:
dh $@
+DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
+
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e ; \
More information about the Python-modules-commits
mailing list