add debian packaging

This commit is contained in:
Tom Kralidis
2018-04-18 10:43:27 +00:00
parent ed5b195883
commit ccaca0b40b
7 changed files with 64 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ python:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsqlite3-mod-spatialite pandoc
- sudo apt-get install -y libsqlite3-mod-spatialite pandoc devscripts
install:
- pip install -r requirements.txt
@@ -27,3 +27,4 @@ script:
after_success:
- python setup.py sdist bdist_wheel --universal
- debuild -b -uc -us
+5
View File
@@ -0,0 +1,5 @@
python-pygeoapi (0.1.0) trusty; urgency=medium
* initial Debian packaging
-- Tom Kralidis <tomkralidis@gmail.com> Sat, 31 Mar 2018 12:02:03 +0000
+1
View File
@@ -0,0 +1 @@
9
+16
View File
@@ -0,0 +1,16 @@
Source: python-pygeoapi
Section: python
Priority: optional
Maintainer: Tom Kralidis <tomkralidis@gmail.com>
Build-Depends: debhelper (>= 9), python, python-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
Vcs-Git: https://github.com/geopython/pygeoapi.git
Package: python-pygeoapi
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-click, python-flask, python-yaml
Suggests: python-elasticsearch, python-geojson, python-shapely
Homepage: https://github.com/geopython/pygeoapi.git
Description: pygeoapi provides an API to geospatial
data
+26
View File
@@ -0,0 +1,26 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/geopython/pygeoapi
Files: *
Copyright: Copyright 2018 Tom Kralidis
License: Expat
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.
Vendored Executable
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with python2 --build=pybuild
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)