[Python-modules-commits] [pyqt5] 02/02: Remove useless dependency of build-indep on default Python build stamp.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Aug 9 18:00:05 UTC 2016


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

mitya57 pushed a commit to branch master
in repository pyqt5.

commit d892b5c9e3a0a7598705f1a312f73b07e8479b5b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Aug 9 20:59:53 2016 +0300

    Remove useless dependency of build-indep on default Python build stamp.
    
    To avoid compiling the code during arch-indep builds.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3b0aa63..875413a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ pyqt5 (5.7+dfsg-1) UNRELEASED; urgency=medium
     - Fix shebangs in /usr/bin/pylupdate5 and /usr/bin/pyrcc5 files.
   * Use --no-sip-files configure option instead of removing the .sip files
     after they are installed.
+  * Remove useless dependency of build-indep on default Python build stamp,
+    to avoid compiling the code during arch-indep builds.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 04 Aug 2016 21:26:03 +0300
 
diff --git a/debian/rules b/debian/rules
index 1eda7ec..74e8dd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ dbg-build-%/configure-stamp:
 
 build: build-arch build-indep
 build-arch: $(ALLPYTHONS:%=build-%/build-stamp) $(ALLPYTHONS:%=dbg-build-%/build-stamp)
-build-indep: build-$(DEFAULT_PYTHON)/build-stamp
+build-indep:
 
 build-%/build-stamp: build-%/configure-stamp
 	dh_testdir

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



More information about the Python-modules-commits mailing list