[Pkg-gdb-logs] [gdb] 03/04: Go back to python2; it's causing people trouble and doko never actually explained the need.

Samuel Bronson naesten-guest at moszumanska.debian.org
Sat Jun 14 05:52:53 UTC 2014


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

naesten-guest pushed a commit to branch master
in repository gdb.

commit 5be3a305f1bfcd7207810eac58c60a6f4a222a25
Author: Samuel Bronson <naesten at gmail.com>
Date:   Sat Jun 14 00:43:13 2014 -0400

    Go back to python2; it's causing people trouble and doko never actually explained the need.
    
    If this was related to the libstdc++ printers, I made a patch to let
    them work with both Python 2 and Python 3:
    <news://news.gmane.org/gmane.comp.gcc.libstdc++.devel/27883>.
    
    (I'm working on getting it upstream; I'm not sure if my copyright
    assignment for GCC went through yet or not, though.)
    
    Thanks: Ben Longbons for the report and Jakub Wilk for corroborating it.
    Closes: #748711
    Reopens: #727003
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6b20fdb..d314a4a 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Build-Depends:
 # babeltrace doesn't build for hurd yet :-(
 #               libbabeltrace-dev,
 #               libbabeltrace-ctf-dev,
-               python3-dev,
+               python-dev,
                libkvm-dev [kfreebsd-any],
                libunwind7-dev [ia64],
 Vcs-Git: git://anonscm.debian.org/pkg-gdb/gdb.git
diff --git a/debian/rules b/debian/rules
index 0ad3b46..37b8bbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,7 +135,7 @@ EXTRA_FLAGS := --disable-gdbtk --disable-shared \
 # Debian does not include 64-bit Python packages, so --with-python
 # is here rather than in EXTRA_FLAGS.
 DEB_CONFIGURE_EXTRA_FLAGS := --host=$(DEB_HOST_GNU_TYPE) $(EXTRA_FLAGS) \
-	--enable-tui --with-python=python3 --without-babeltrace \
+	--enable-tui --with-python=python2 --without-babeltrace \
 	--with-zlib --with-lzma
 # --with-babeltrace
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Pkg-gdb-logs mailing list