[Python-modules-commits] [python-qt4] 02/03: Drop debug_interpreter.diff, applied upstream.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jun 30 12:22:36 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository python-qt4.

commit 55b5d31dea6ea067444b9854e1e106569ee0032f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jun 30 15:20:09 2017 +0300

    Drop debug_interpreter.diff, applied upstream.
---
 debian/changelog                      |  1 +
 debian/patches/debug_interpreter.diff | 25 -------------------------
 debian/patches/series                 |  1 -
 3 files changed, 1 insertion(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 467b0c4..9ac2b8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-qt4 (4.12.1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop debug_interpreter.diff, applied upstream.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 30 Jun 2017 15:18:29 +0300
 
diff --git a/debian/patches/debug_interpreter.diff b/debian/patches/debug_interpreter.diff
deleted file mode 100644
index ab421ed..0000000
--- a/debian/patches/debug_interpreter.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-From 11c61855b641a55547acb9843a7750a7331a25b5 Mon Sep 17 00:00:00 2001
-From: Dmitry Shachnev <mitya57 at gmail.com>
-Date: Thu, 16 Feb 2017 12:46:49 +0300
-Subject: Fix building the extensions for debug interpreter
-
-Patch-Name: debug_interpreter.diff
----
- configure.py | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/configure.py b/configure.py
-index 24ad011..6844e6e 100644
---- a/configure.py
-+++ b/configure.py
-@@ -1445,6 +1445,10 @@ def set_sip_flags(pyqt):
-         sip_flags.append("-x")
-         sip_flags.append("Py_v3")
- 
-+    # Generate code for a debug build of Python if needed.
-+    if hasattr(sys, "gettotalrefcount"):
-+        sip_flags.append("-D")
-+
-     qt_sip_flags.extend(sip_flags)
- 
-     # There is an issue creating QObjects while the GIL is held causing
diff --git a/debian/patches/series b/debian/patches/series
index 2854495..30a5420 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 debian_configure_changes.diff
 qreal_float_support.diff
 config_flags.diff
-debug_interpreter.diff

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



More information about the Python-modules-commits mailing list