This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapproxy.
commit b33cacc63f12b3b35ee3842063bcc321a90ef252 Author: Bas Couwenberg <[email protected]> Date: Tue Jul 26 02:46:22 2016 +0200 Install commandline utilities in separate package. --- debian/changelog | 1 + debian/control | 17 +++++++++++++++++ debian/mapproxy.links | 2 ++ debian/rules | 6 ++++++ 4 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index cdfbbe5..8a3f03b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ mapproxy (1.8.2-1) UNRELEASED; urgency=medium - Override dh_auto_test to ignore test failures - Add pyton{,3}-{lxml,nose,requests,shapely,webtest,yaml} to Build-Depends - Add patch to skip tests that require network + * Install commandline utilities in separate package. -- Bas Couwenberg <[email protected]> Mon, 25 Jul 2016 18:53:14 +0200 diff --git a/debian/control b/debian/control index cec229d..f0cd1d2 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,23 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapproxy.git Homepage: http://mapproxy.org/ X-Python-Version: >= 2.7 +Package: mapproxy +Architecture: all +Section: web +Depends: python-mapproxy (= ${binary:Version}), + ${misc:Depends} +Breaks: python-mapproxy (<< 1.8.2-1~) +Replaces: python-mapproxy (<< 1.8.2-1~) +Description: open source proxy for geospatial data + 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 server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a + fully compliant WMS server supporting any WMS client (desktop and web). + . + This package provides the mapproxy utilities. + Package: python-mapproxy Architecture: all Depends: python-pil, diff --git a/debian/mapproxy.links b/debian/mapproxy.links new file mode 100644 index 0000000..497ac83 --- /dev/null +++ b/debian/mapproxy.links @@ -0,0 +1,2 @@ +usr/lib/python-mapproxy/mapproxy-seed usr/bin/mapproxy-seed +usr/lib/python-mapproxy/mapproxy-util usr/bin/mapproxy-util diff --git a/debian/rules b/debian/rules index 436ddcf..858a907 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,9 @@ export PYBUILD_NAME=mapproxy override_dh_auto_test: OFFLINE_TESTS=1 dh_auto_test || echo "Ignoring test failures" +override_dh_auto_install: + PYBUILD_INSTALL_ARGS="--install-scripts=/usr/lib/{package}" dh_auto_install + +override_dh_install: + dh_install --list-missing + -- 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

