Skip to content

Commit dfd699a

Browse files
committed
add ipython (or alternative new ones from neurodebian) into Build-Depends-Indep to build docs
1 parent 4ccf788 commit dfd699a

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

debian/changelog

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pandas (0.16.1+git97-gbc7d48f-1) unstable; urgency=medium
33
* Fresh upstream release (Closes: #787432)
44
* debian/{control,rules}
55
- build -doc package (Closes: #660900)
6+
- add ipython (or alternative new ones from neurodebian) into
7+
Build-Depends-Indep to build docs
68

79
-- Yaroslav Halchenko <[email protected]> Fri, 05 Jun 2015 08:01:40 -0400
810

debian/control

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Build-Depends: debhelper (>= 7.0.50),
3333
python3-bs4,
3434
python3-six,
3535
xvfb, xauth, xclip,
36+
Build-Depends-Indep:
37+
ipython (>= 0.12) | ipython2x | ipython1x,
3638
X-Python-Version: >= 2.7
3739
X-Python3-Version: >= 3.2
3840
Standards-Version: 3.9.5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- a/doc/make.py
2+
+++ b/doc/make.py
3+
@@ -26,7 +26,8 @@ import sphinx
4+
import argparse
5+
import jinja2
6+
7+
-os.environ['PYTHONPATH'] = '..'
8+
+# Debian's debian/rules overrides it to point to correct built pandas
9+
+# os.environ['PYTHONPATH'] = '..'
10+
11+
SPHINX_BUILD = 'sphinxbuild'
12+

debian/patches/series

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
deb_doc_donotoverride_PYTHONPATH
12
deb_skip_test_precision_i386
23
deb_skip_stata_on_bigendians
34
deb_disable_googleanalytics

0 commit comments

Comments
 (0)