[Python-modules-commits] r30067 - in packages/gamera/trunk/debian (changelog rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Thu Aug 7 15:44:51 UTC 2014
Date: Thursday, August 7, 2014 @ 15:44:51
Author: danstender-guest
Revision: 30067
disabled tests on powerpc
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/rules
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2014-08-07 13:09:24 UTC (rev 30066)
+++ packages/gamera/trunk/debian/changelog 2014-08-07 15:44:51 UTC (rev 30067)
@@ -1,12 +1,13 @@
gamera (3.4.1-2) UNRELEASED; urgency=medium
- * bumped wxpython dependencies to 3.0 (updated gendoc-use-wxversion.diff and
+ * d/rules: disabled tests on powerpc (Closes: #757168).
+ * bumped python-wxgtk dependencies to 3.0 (updated gendoc-use-wxversion.diff
and gendoc-draw-text.diff, Closes: #757208).
* bumped debhelper level to 9:
+ changed d/compat, updated version in d/control.
+ removed d/dh_buildid (obsolete).
- -- Daniel Stender <debian at danielstender.com> Thu, 07 Aug 2014 14:54:49 +0200
+ -- Daniel Stender <debian at danielstender.com> Thu, 07 Aug 2014 17:27:37 +0200
gamera (3.4.1-1) unstable; urgency=medium
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2014-08-07 13:09:24 UTC (rev 30066)
+++ packages/gamera/trunk/debian/rules 2014-08-07 15:44:51 UTC (rev 30067)
@@ -2,6 +2,12 @@
#export DH_VERBOSE=1
#export DEB_BUILD_OPTIONS=nocheck
+# disable tests on powerpc to prevent FTBFS, cf. bug #757168
+DEB_BUILD_ARCH := $(shell dpkg --print-architecture)
+ifeq ($(DEB_BUILD_ARCH),powerpc)
+export export DEB_BUILD_OPTIONS=nocheck
+endif
+
export HOME = $(CURDIR)/build/
export PYTHONWARNINGS=d
More information about the Python-modules-commits
mailing list