Skip to content

Commit 9447d6a

Browse files
committed
debian/control - remove versioning demand for cython (it would use pre-cythonized code on older ones and there is no longer need in sid/jessie to enforce version). As a consecuence -- removed all dsc patches pointing to nocython3-dsc-patch, since no longer needed
1 parent 9c397d4 commit 9447d6a

8 files changed

+8
-28
lines changed

debian/changelog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
pandas (0.15.0+git108-ge9ee47c-1) unstable; urgency=medium
1+
pandas (0.15.1+git108-ge9ee47c-1) unstable; urgency=medium
22

33
* New upstream snapshot from v0.15.1-108-ge9ee47c.
44
* Upload to unstable during freeze since previous one in sid didn't make it
55
to jessie anyways
6+
* debian/control
7+
- remove versioning demand for cython (it would use pre-cythonized code on
8+
older ones and there is no longer need in sid/jessie to enforce version).
9+
As a consecuence -- removed all dsc patches pointing to
10+
nocython3-dsc-patch, since no longer needed
611

712
-- Yaroslav Halchenko <[email protected]> Sat, 29 Nov 2014 12:15:33 -0500
813

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <michael.ha
66
Build-Depends: debhelper (>= 7.0.50),
77
python-all-dev (>= 2.5),
88
python-setuptools,
9-
cython (>= 0.17.1~),
9+
cython,
1010
python-numpy (>= 1:1.7~), python-dateutil,
1111
python-scipy,
1212
python-tz,
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 7.0.50),
3232
python3-tk,
3333
python3-bs4,
3434
python3-six,
35-
xvfb, xauth, xclip,
35+
xvfb, xauth, xclip,
3636
X-Python-Version: >= 2.7
3737
X-Python3-Version: >= 3.2
3838
Standards-Version: 3.9.5

debian/patches/jessie-dsc-patch

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/patches/nocython3-dsc-patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

debian/patches/precise-dsc-patch

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/patches/quantal-dsc-patch

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/patches/sid-dsc-patch

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/patches/wheezy-dsc-patch

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)