[grass] 04/06: Drop explicit python-numpy dependency, included in ${python:Depends} via dh_numpy.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Apr 10 00:42:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository grass.
commit 12c32d60fb657cb2f366d531cea8daf4f2c31545
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 9 20:55:46 2016 +0200
Drop explicit python-numpy dependency, included in ${python:Depends} via dh_numpy.
---
debian/changelog | 2 ++
debian/control | 2 --
debian/control.in | 2 --
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2f41c26..2976e88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ grass (7.0.3-4) UNRELEASED; urgency=medium
* Add template for x-grass7.
* Add patch to fix various spelling errors.
+ * Drop explicit python-numpy dependency, included in ${python:Depends}
+ via dh_numpy.
-- Bas Couwenberg <sebastic at debian.org> Sat, 09 Apr 2016 20:20:29 +0200
diff --git a/debian/control b/debian/control
index 9aa7d54..6c2ab93 100644
--- a/debian/control
+++ b/debian/control
@@ -81,8 +81,6 @@ Package: grass-core
Architecture: any
Depends: ${shlibs:Depends},
${python:Depends},
-# numpy used by the GRASS Python Library
- python-numpy,
${misc:Depends}
Recommends: gdal-bin,
# cs2cs used by m.proj, gdalinfo+gdal_translate used by a number of scripts
diff --git a/debian/control.in b/debian/control.in
index 8460f19..023b349 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -81,8 +81,6 @@ Package: grass-core
Architecture: any
Depends: ${shlibs:Depends},
${python:Depends},
-# numpy used by the GRASS Python Library
- python-numpy,
${misc:Depends}
Recommends: gdal-bin,
# cs2cs used by m.proj, gdalinfo+gdal_translate used by a number of scripts
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list