[pyresample] 01/02: Fix build dependencies
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sun Jul 3 17:31:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pyresample.
commit 2ab5cb759092237d2a4020c5854d60d1068b6236
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun Jul 3 16:27:10 2016 +0000
Fix build dependencies
---
debian/changelog | 1 +
debian/control | 8 +++++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eee6309..0567bcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ pyresample (1.2.4-1) unstable; urgency=medium
- add dependency from pykdtree to the Python 3 package
- switch to architectire "any", now the package contains a binary
extension
+ - add build dependency from python{,3}-all-dev and cython
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 02 Jul 2016 17:15:53 +0000
diff --git a/debian/control b/debian/control
index 3dac228..d731fb1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
- python-all,
- python3-all,
+ python-all-dev,
+ python3-all-dev,
python-setuptools,
python3-setuptools,
python-numpy,
@@ -23,7 +23,9 @@ Build-Depends: debhelper (>= 9.0.0),
python-numexpr,
python3-numexpr,
python-mpltoolkits.basemap,
- python3-mpltoolkits.basemap
+ python3-mpltoolkits.basemap,
+ cython,
+ cython3
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyresample.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyresample.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list