[python-descartes] 02/02: Initial debian files

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Dec 18 10:33:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository python-descartes.

commit b3a1c940d9688691110f38f7360b87adeb8c5e06
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Dec 18 11:33:02 2014 +0100

    Initial debian files
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 29 +++++++++++++++++++++++++++++
 debian/copyright     | 35 +++++++++++++++++++++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 6 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6aae37d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-descartes (0.1.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #773430)
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Wed, 17 Dec 2014 23:36:22 +0100
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..26243f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-descartes
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python3-all,
+               python-nose,
+               python3-nose,
+               python-matplotlib,
+               python3-matplotlib,
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-descartes.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/python-descartes.git
+Homepage: https://pypi.python.org/pypi/descartes
+
+Package: python-descartes
+Architecture: all 
+Depends:  ${misc:Depends}, ${python:Depends}
+Description: Python tools for geographic data
+
+
+Package: python3-descartes
+Architecture: all
+Depends:  ${misc:Depends}, ${python3:Depends}
+Description: Python3 tools for geographic data
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e7cfa21
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: descartes
+Source:  http://bitbucket.org/sgillies/descartes/
+
+Files: *
+Copyright: 2013-2014 Sean Gillies, Descartes developers
+License: BSD-3
+
+Files: debian/*
+Copyright: © 2014, Johan Van de Wauw <johan.vandewauw at gmail.com> 
+License: BSD-3
+
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+  * Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+  * Neither the name of Enthought, Inc. nor the names of its contributors may
+    be used to endorse or promote products derived from this software without
+    specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ffe899d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=descartes
+
+%:
+	dh  $@ --with python2,python3 --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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-descartes.git



More information about the Pkg-grass-devel mailing list