[Python-modules-commits] r30155 - in packages/gamera/trunk/debian (changelog rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Fri Aug 15 07:34:02 UTC 2014
Date: Friday, August 15, 2014 @ 07:34:00
Author: danstender-guest
Revision: 30155
restored 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-14 22:19:13 UTC (rev 30154)
+++ packages/gamera/trunk/debian/changelog 2014-08-15 07:34:00 UTC (rev 30155)
@@ -1,6 +1,5 @@
gamera (3.4.1-2) UNRELEASED; urgency=medium
- * d/rules: disabled tests on powerpc (Closes: #757168).
* bumped python-wxgtk dependencies to 3.0 (Closes: #757208):
+ updated gendoc-use-wxversion.diff and gendoc-draw-text.diff.
+ added fix-gamera_display.diff.
@@ -8,7 +7,7 @@
+ changed d/compat, updated version in d/control.
+ removed d/dh_buildid (obsolete).
- -- Daniel Stender <debian at danielstender.com> Tue, 12 Aug 2014 12:37:57 +0200
+ -- Daniel Stender <debian at danielstender.com> Fri, 15 Aug 2014 09:17:10 +0200
gamera (3.4.1-1) unstable; urgency=medium
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2014-08-14 22:19:13 UTC (rev 30154)
+++ packages/gamera/trunk/debian/rules 2014-08-15 07:34:00 UTC (rev 30155)
@@ -2,12 +2,6 @@
#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