[Python-modules-commits] [pythonqt] 02/02: Try generating files and fixing ftbfs on ARM platforms (see: #877311)

Jonathan Cristopher Carter jcc at moszumanska.debian.org
Sat Oct 7 12:05:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

jcc pushed a commit to branch master
in repository pythonqt.

commit fc5d3d16693f03300785cf42c31607a752f6422d
Author: Jonathan Carter <jcarter at linux.com>
Date:   Sat Oct 7 14:05:49 2017 +0200

    Try generating files and fixing ftbfs on ARM platforms (see: #877311)
---
 debian/changelog | 5 +++++
 debian/control   | 2 +-
 debian/rules     | 8 +-------
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86c9988..8d0116a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
 pythonqt (3.2-4~exp2) experimental; urgency=medium
 
+  [ Erik Lundin ]
   * Use generator to create Qt wrapper code
   * Build packages for both Python 2 and Python 3
   * Place QtAll extension in separate package
   * Implement multiarch support
   * Create pkg-config files
 
+  [ Jonathan Carter ]
+  * Bump standards version to 4.1.1
+  * Remove unneeded amd64 rule
+
  -- Erik Lundin <erik at lun.nu>  Sun, 1 Oct 2017 21:08:09 +0200
 
 pythonqt (3.2-4~exp1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 7c1c6a8..798e540 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
                qtdeclarative5-dev,
                qtmultimedia5-dev,
                qttools5-dev
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pythonqt.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pythonqt.git
 Homepage: http://pythonqt.sourceforge.net
diff --git a/debian/rules b/debian/rules
index 41b5ea9..15e3cff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 export QT_SELECT=qt5
 
-# Use less optimization on architectures that FTBFS otherwise
-# Thanks to John David Anglin (see: #839602) who originally
-# submitted this snippet for the hyperrogue package
-ifneq (,$(findstring $(DEB_HOST_ARCH),arm64))
-export DEB_CXXFLAGS_MAINT_APPEND=-O0
-endif
-# See also bug report #823265
+# Use -mlongcalls for hppa
 ifneq (,$(findstring $(DEB_HOST_ARCH),hppa))
 export DEB_CXXFLAGS_MAINT_APPEND=-mlong-calls
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pythonqt.git



More information about the Python-modules-commits mailing list