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

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

commit 85639fd80d48dce8724d1b78ab451f56a3e287f2
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Mon Apr 27 18:27:48 2015 +0200

    Initial debian files
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 25 +++++++++++++++++++++++++
 debian/gbp.conf      | 16 ++++++++++++++++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 debian/watch         |  6 ++++++
 8 files changed, 112 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d51eecd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-snuggs (1.3.1-2) UNRELEASED; urgency=medium
+
+  * Initial upload (closes: #xxxx)
+
+ -- Johan Van de Wauw <johan.vandew...@gmail.com>  Mon, 27 Apr 2015 18:18:18 
+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..14b28ce
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: python-snuggs
+Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandew...@gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python-all,
+               python-numpy,
+               python3-all,
+               python3-numpy,
+               python-pytest,
+               python3-pytest,
+               python-click,
+               python3-click,
+               python-pyparsing,
+               python3-pyparsing
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-snuggs.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/python-snuggs.git
+Homepage: https://github.com/mapbox/snuggs
+X-Python-Version: >= 2.5
+
+Package: python-snuggs
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-lxml
+Description: s-expressions for numpy - python2 version
+ This library parses S-expressions using numpy. Available function include
+ arithmetic (* + / -) and logical (< <= == != >= > & |) operators.
+ Also members of the numpy module such as "asarray()", "mean()" and "where" are
+ available.
+ .
+ This package provides the python2 version of the package.
+
+Package: python3-snuggs
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         python-lxml
+Description: s-expressions for numpy - python3 version
+ This library parses S-expressions using numpy. Available function include
+ arithmetic (* + / -) and logical (< <= == != >= > & |) operators.
+ Also members of the numpy module such as "asarray()", "mean()" and "where" are
+ available.
+ . 
+ This package provides the python2 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..aa09bac
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Tom Kralidis <tomkrali...@gmail.com>
+Upstream-Name: OWSLib
+Source: https://pypi.python.org/pypi/OWSLib
+
+Files: *
+Copyright: 2014, Mapbox 
+License: MIT 
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ . 
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ . 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e8f58a1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=snuggs
+
+%:
+       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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c261861
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.tar\.gz/snuggs-$1.tar.gz/" \
+https://github.com/mapbox/snuggs/tags \
+(?:.*/)?(?:rel|r|v|fiona)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to