[pyepr] 01/01: Added an explicit build dependency from dh-python
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sun Aug 3 08:08:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pyepr.
commit 2adfb1b982ce757db29b7a2c578a888b5dd87c3f
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun Aug 3 08:05:50 2014 +0000
Added an explicit build dependency from dh-python
---
debian/changelog | 7 +++++++
debian/control | 49 ++++++++++++++++++++++++++++++++-----------------
2 files changed, 39 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1a12d3f..2d6ac66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyepr (0.8.1-3) UNRELEASED; urgency=medium
+
+ * debian/control
+ - added an explicit build dependency from dh-python
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 03 Aug 2014 08:04:48 +0000
+
pyepr (0.8.1-2) unstable; urgency=medium
* Standards-Version bumped to 3.9.5 (no change)
diff --git a/debian/control b/debian/control
index 79726e7..f950243 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,25 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
-Build-Depends: python-all-dev, python-all-dbg,
- python3-all-dev, python3-all-dbg,
- debhelper (>= 9),
- cython (>= 0.13), cython3, cython-dbg, cython3-dbg,
- python-numpy, python-numpy-dbg,
- python3-numpy, python3-numpy-dbg,
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all-dev,
+ python-all-dbg,
+ python3-all-dev,
+ python3-all-dbg,
+ cython (>= 0.13),
+ cython-dbg,
+ cython3,
+ cython3-dbg,
+ python-numpy,
+ python-numpy-dbg,
+ python3-numpy,
+ python3-numpy-dbg,
libepr-api-dev,
- python-sphinx (>= 1.0.7+dfsg), texlive-latex-extra,
- python-doc, python-numpy-doc
+ python-sphinx (>= 1.0.7+dfsg),
+ texlive-latex-extra,
+ python-doc,
+ python-numpy-doc
Standards-Version: 3.9.5
Homepage: http://avalentino.github.com/pyepr
Vcs-Git: git://anonscm.debian.org/pkg-grass/pyepr.git
@@ -21,9 +31,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyepr.git
Package: python-epr
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
python-numpy
-Provides: ${python:Provides}
Suggests: python-epr-doc
Description: Python ENVISAT Product Reader API (Python 2)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
@@ -42,9 +53,10 @@ Package: python-epr-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
python-epr (= ${binary:Version})
-Provides: ${python:Provides}
Recommends: python-numpy-dbg
Description: Python ENVISAT Product Reader API (debug extension for Python 2)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
@@ -61,9 +73,10 @@ Description: Python ENVISAT Product Reader API (debug extension for Python 2)
Package: python3-epr
Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
python3-numpy
-Provides: ${python3:Provides}
Suggests: python-epr-doc
Description: Python ENVISAT Product Reader API (Python 3)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
@@ -82,9 +95,10 @@ Package: python3-epr-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
python3-epr (= ${binary:Version})
-Provides: ${python3:Provides}
Recommends: python-numpy-dbg
Description: Python ENVISAT Product Reader API (debug extension for Python 3)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
@@ -102,7 +116,8 @@ Description: Python ENVISAT Product Reader API (debug extension for Python 3)
Package: python-epr-doc
Architecture: all
Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${sphinxdoc:Depends},
+ ${misc:Depends}
Suggests: www-browser
Description: Python ENVISAT Product Reader API (common documentation)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyepr.git
More information about the Pkg-grass-devel
mailing list