~ubuntu-branches/debian/sid/gdb/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Hector Oron, Samuel Bronson
  • Date: 2014-06-18 01:42:25 UTC
  • Revision ID: package-import@ubuntu.com-20140618014225-m6kqj2mc8vbqj18i
Tags: 7.7.1-2
[ Samuel Bronson ]
* Don't require Java stuff just to gather test results we don't look at.
* Disable babeltrace; it doesn't build everywhere.
  Thanks to Julien Cristau for the heads up.
* Go back to python2; it's causing people trouble and doko never
  actually explained the need.
  Thanks to Ben Longbons for the report and Jakub Wilk for corroborating it.
  (Closes: #748711, Reopens: #727003)

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
# Debian does not include 64-bit Python packages, so --with-python
136
136
# is here rather than in EXTRA_FLAGS.
137
137
DEB_CONFIGURE_EXTRA_FLAGS := --host=$(DEB_HOST_GNU_TYPE) $(EXTRA_FLAGS) \
138
 
        --enable-tui --with-python=python3 --with-babeltrace \
 
138
        --enable-tui --with-python=python2 --without-babeltrace \
139
139
        --with-zlib --with-lzma
 
140
# --with-babeltrace
140
141
 
141
142
# 64-bit flags
142
143
DEB_CONFIGURE_FLAGS_64 := --host=$(HOST64) $(EXTRA_FLAGS) \