This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapproxy.
commit d2794562a69059421b0f39339eabc18508f31003 Author: Angelos Tzotsos <[email protected]> Date: Wed Jun 1 18:13:00 2016 +0200 Imported Debian patch 1.8.2-0~xenial0 --- debian/changelog | 35 ++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 19 ++++++++++++++++++ debian/copyright | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 10 ++++++++++ debian/source/format | 1 + 6 files changed, 120 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..99d8aa8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,35 @@ +mapproxy (1.8.2-0~xenial0) xenial; urgency=medium + + * Xenial build + + -- Angelos Tzotsos <[email protected]> Wed, 01 Jun 2016 18:13:00 +0200 + +mapproxy (1.8.0~trusty) trusty; urgency=medium + + * Trusty build + + -- Johan Van de Wauw <[email protected]> Fri, 17 Jul 2015 13:10:24 +0200 + +mapproxy (1.8.0) unstable; urgency=low + + * New upstream, release. + + -- Oliver Tonnhofer <[email protected]> Fri, 17 Jul 2015 09:38:03 +0000 + +mapproxy (1.5.0) unstable; urgency=low + + * New upstream release. + + -- Oliver Tonnhofer <[email protected]> Wed, 05 Dec 2012 10:15:19 +0100 + +mapproxy (1.1.2) unstable; urgency=low + + * First debian release. + + -- Bjoern Schilberg <[email protected]> Fri, 24 Jun 2011 09:49:44 +0200 + +mapproxy (1.1.0) unstable; urgency=low + + * Initial release of the debian-files + + -- Stephan Holl <[email protected]> Mon, 23 May 2011 09:50:26 +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..d3364ee --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: mapproxy +Maintainer: Stephan Holl <[email protected]> +Section: python +Priority: optional +Standards-Version: 3.9.6 +Homepage: http://mapproxy.org/ +Build-Depends: bc, debhelper (>= 9), dh-python, python, cdbs (>= 0.4.49), python-setuptools, quilt, python-imaging, libproj-dev, libgdal-dev +X-Python-Version: >= 2.7 + +Package: python-mapproxy +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-setuptools, python-imaging, python-yaml, libproj9, ttf-dejavu, ttf-dejavu-extra +Suggests: python-lxml, python-shapely, python-pastedeploy, libgdal20 +Description: This programm MapProxy is an open source proxy for geospatial data. It caches, + accelerates and transforms data from existing map services and serves any + desktop or web GIS client. + MapProxy is a tile cache solution, but also offers many new and innovative + features like full support for WMS clients. It is released under the Apache + Software License 2.0, runs on Unix/Linux and Windows. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2a01f5c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,54 @@ +Copyright (C) 2010, 2011 Omniscale <http://omniscale.de> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +For the following parts the copyright is held by third parties and the license terms +differ. + +mapproxy/image/fonts/*.ttf +-------------------------- +Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. +Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) + +See mapproxy/image/fonts/LICENSE + +mapproxy/util/ext/odict.py +-------------------------- +(c) 2008 by Armin Ronacher and PEP 273 authors. +Modified "3-clause" BSD license. + +mapproxy/util/ext/tempita/*.py +------------------------------ +(c) 2009 by Ian Bicking. +MIT license. + +mapproxy/util/ext/lockfile.py +----------------------------- +Copyright (c) 2001, 2002 Zope Corporation and Contributors. +Zope Public License (ZPL) Version 2.1 +See file header. + +mapproxy/util/ext/(local|serving).py +----------------------------- +Copyright (c) 2010 by the Werkzeug Team +Modified "3-clause" BSD license. + +mapproxy/util/ext/dictspec/*.py +------------------------------ +(c) 2011 by Oliver Tonnhofer, Omniscale. +MIT license. + +mapproxy/test/schemas/* +----------------------- +Copyright (c) 1994 - 2010 Open Geospatial Consortium, Inc diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..045015c --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +export PYBUILD_NAME=mapproxy + +%: + dh $@ --with python2 --buildsystem=pybuild + +override_dh_auto_test: + @echo "nocheck set, not running tests" \ No newline at end of file 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/mapproxy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

