[rasterio] 03/08: Fix not-binnmuable-all-depends-any
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Sat Nov 22 17:25:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository rasterio.
commit c8a8e2efdc599f51f554e342b1a0875006433a31
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Mon Nov 17 23:17:23 2014 +0100
Fix not-binnmuable-all-depends-any
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index c6a0194..ae6ba6d 100644
--- a/debian/control
+++ b/debian/control
@@ -59,7 +59,8 @@ Description: Python 3 API for using geospatial raster data with Numpy
Package: rasterio
Architecture: all
Depends: python,
- python-rasterio (= ${binary:Version}),
+ python-rasterio (>= ${source:Version}),
+ python-rasterio (<< ${source:Version}.1~),
${misc:Depends},
${python3:Depends}
Description: Command line tool for investigating geospatial rasters
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git
More information about the Pkg-grass-devel
mailing list