[rasterio] 03/03: Initial debian files

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Mon Oct 27 21:06:28 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 05d6ef9cae2e1e4097971c2032080e4f9f38ee4e
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Mon Oct 27 22:01:44 2014 +0100

    Initial debian files
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         | 22 ++++++++++++++++++++++
 6 files changed, 86 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cad037a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+rasterio (0.15-1) unreleased; urgency=medium
+
+  * Initial upload (closes: #767027)
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Thu, 25 Sep 2014 21:32:43 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a3ec50d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: rasterio
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com> 
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-dev,
+               python3-dev,
+               python-setuptools,
+               python3-setuptools,
+               python-numpy,
+               python3-numpy,
+               cython,
+               cython3,
+               python-enum34,
+               python3-enum34,
+               python-affine,
+               python3-affine
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/rasterio.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/rasterio.git
+Homepage: https://github.com/mapbox/rasterio
+
+Package: python-rasterio
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:depends}
+Description: Python API for using geospatial raster data with Numpy
+ Rasterio reads and writes geospatial raster datasets.
+ .
+ Rasterio employs GDAL under the hood for file I/O and raster formatting.
+ Its functions typically accept and return Numpy ndarrays. Rasterio is designed
+ to make working with geospatial raster data more productive and more fun.
+ .
+ Apart from the rasterio library the package also contains a command-line
+ interface "rio" which can be used to inspect raster datasets.
+
+Package: python3-rasterio
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:depends}
+Description: Python 3 API for using geospatial raster data with Numpy
+ Rasterio reads and writes geospatial raster datasets.
+ .
+ Rasterio employs GDAL under the hood for file I/O and raster formatting.
+ Its functions typically accept and return Numpy ndarrays. Rasterio is designed
+ to make working with geospatial raster data more productive and more fun.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ee1569d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=rasterio
+
+%:
+	dh $@ --with python2 --buildsystem pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..432d77c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,22 @@
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge
+# http://sf.net/#PACKAGE#/#PACKAGE#-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+# Uncomment to find new files on GooglePages
+# http://code.google.com/p/#PACKAGE#/downloads/list?can=1 \
+#  .*/#PACKAGE#-([-.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip)
+
+# if tweaking of source is needed
+# \
+# debian debian/get-orig-source

-- 
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