[Python-modules-commits] r18710 - in packages/pyside/trunk/debian (rules)
odyx at users.alioth.debian.org
odyx at users.alioth.debian.org
Sat Sep 24 09:47:02 UTC 2011
Date: Saturday, September 24, 2011 @ 09:47:01
Author: odyx
Revision: 18710
Disable "format" hardening features for now, as they aren't supported.
Upstream-bug: http://bugs.pyside.org/show_bug.cgi?id=1012
Modified:
packages/pyside/trunk/debian/rules
Modified: packages/pyside/trunk/debian/rules
===================================================================
--- packages/pyside/trunk/debian/rules 2011-09-24 07:55:57 UTC (rev 18709)
+++ packages/pyside/trunk/debian/rules 2011-09-24 09:47:01 UTC (rev 18710)
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# This is upstream bug 1012. TODO: get that fixed.
+export DEB_BUILD_MAINT_OPTIONS = hardening=-format
+
%:
dh $@ --with python2 --buildsystem=cmake --parallel
More information about the Python-modules-commits
mailing list