Skip to content

Commit ea66f06

Browse files
committed
Do nothing for build operation, rely on overloaded install (to avoid undesired re-cythonization on elderly Ubuntus)
1 parent dfd702a commit ea66f06

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

debian/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ pandas (0.7.0~rc1+git29-g4d29e47-1) UNRELEASED; urgency=low
55
* Dropped all exclusions of unittests and patches -- shouldn't be necessary
66
any longer
77
* 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)
810

911
-- Yaroslav Halchenko <[email protected]> Mon, 16 Jan 2012 19:31:50 -0500
1012

debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ override_dh_clean:
3737
: # prune auto-generated version.py -- will be generated during build again
3838
rm -f pandas/version.py
3939

40+
override_dh_auto_build:
41+
# Override default build operation which --force's re-cythonization
42+
# on elderly ubuntus
43+
:
4044

4145
override_dh_auto_install: ${PYVERS:%=python-install%} ${PYVERS:%=python-test%}
4246
# Per Python version logic -- install, test, move .so into -lib

0 commit comments

Comments
 (0)