File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ pandas (0.7.0~rc1+git29-g4d29e47-1) UNRELEASED; urgency=low
5
5
* Dropped all exclusions of unittests and patches -- shouldn't be necessary
6
6
any longer
7
7
* Build only for requested versions (not all supported) of Python
8
+ * Do nothing for build operation, rely on overloaded install
9
+ (to avoid undesired re-cythonization on elderly Ubuntus)
8
10
9
11
-- Yaroslav Halchenko <
[email protected] > Mon, 16 Jan 2012 19:31:50 -0500
10
12
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ override_dh_clean:
37
37
: # prune auto-generated version.py -- will be generated during build again
38
38
rm -f pandas/version.py
39
39
40
+ override_dh_auto_build :
41
+ # Override default build operation which --force's re-cythonization
42
+ # on elderly ubuntus
43
+ :
40
44
41
45
override_dh_auto_install : ${PYVERS:% =python-install% } ${PYVERS:% =python-test% }
42
46
# Per Python version logic -- install, test, move .so into -lib
You can’t perform that action at this time.
0 commit comments