[Python-apps-commits] r14435 - in packages/pybik/trunk/debian (changelog rules)
barcc-guest at users.alioth.debian.org
barcc-guest at users.alioth.debian.org
Thu Oct 26 10:44:44 UTC 2017
Date: Thursday, October 26, 2017 @ 10:44:42
Author: barcc-guest
Revision: 14435
Fix build on OpenGLES architectures armel and armhf
Modified:
packages/pybik/trunk/debian/changelog
packages/pybik/trunk/debian/rules
Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog 2017-10-25 20:19:57 UTC (rev 14434)
+++ packages/pybik/trunk/debian/changelog 2017-10-26 10:44:42 UTC (rev 14435)
@@ -1,3 +1,9 @@
+pybik (3.0-2) unstable; urgency=medium
+
+ * Fix build on OpenGLES architectures armel and armhf
+
+ -- B. Clausius <barcc at gmx.de> Thu, 26 Oct 2017 12:33:18 +0200
+
pybik (3.0-1) unstable; urgency=medium
* New upstream release
Modified: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules 2017-10-25 20:19:57 UTC (rev 14434)
+++ packages/pybik/trunk/debian/rules 2017-10-26 10:44:42 UTC (rev 14435)
@@ -44,7 +44,10 @@
--reproducible"
override_dh_auto_install-arch:
+ # build_ext don't know "--variants"-option and builds
+ # the wrong extension modules on gles2_architectures without --skip-build
dh_auto_install -- --install-args=" \
+ --skip-build \
--arch-only \
--install-lib=/usr/lib/pybik"
More information about the Python-apps-commits
mailing list