debian/0000755000000000000000000000000012035361030007157 5ustar debian/maven.rules0000644000000000000000000000013212035360521011341 0ustar * junit * s/4\..*/4.x/ s/checkstyle/com.puppycrawl.tools/ checkstyle * s/.*/debian/ debian/rules0000755000000000000000000000136012035360521010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 UPVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1) SKIPTEST=false ifneq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) SKIPTEST=true endif %: dh $@ \ --with javahelper override_dh_auto_build: mh_patchpom --no-parent -posmosis-plugin-borderextract pom.xml mvn -o -s /etc/maven2/settings-debian.xml \ -Dmaven.test.skip=$(SKIPTEST) package override_dh_install: install -D -m644 target/borderextract-debian.jar \ debian/osmosis-plugin-borderextract/usr/share/osmosis/osmosis-plugin-borderextract.jar override_dh_auto_clean: dh_auto_clean mh_unpatchpoms -posmosis-plugin-borderextract -v -rm -rf target/ debian/manifest0000644000000000000000000000013412035360521010712 0ustar usr/share/osmosis/osmosis-plugin-borderextract.jar: Class-Path: /usr/share/java/guava.jar debian/watch0000644000000000000000000000013312035360521010211 0ustar version=3 http://www.general-bytes.com/borderextract.html \ be/borderextract-(\d+.*)\.tgz debian/control0000644000000000000000000000261612035360521010573 0ustar Source: osmosis-plugin-borderextract Section: web Priority: optional Maintainer: Debian OpenStreetMap Team Uploaders: David Paleino Build-Depends: debhelper (>= 9~) , openjdk-6-jdk | default-jdk , maven2 , maven-debian-helper , maven-repo-helper , javahelper , libmaven-compiler-plugin-java , libmaven-resources-plugin-java , libguava-java , osmosis , junit4 , libcobertura-java , checkstyle Standards-Version: 3.9.4 Homepage: http://www.general-bytes.com/borderextract.html Vcs-Git: git://git.debian.org/pkg-osm/osmosis-plugin-borderextract.git Vcs-Browser: http://git.debian.org/?p=pkg-osm/osmosis-plugin-borderextract.git;a=summary Package: osmosis-plugin-borderextract Architecture: all Depends: ${misc:Depends} , ${java:Depends} , osmosis Description: osmosis plugin to extract administrative borders borderextract is an Osmosis-plugin used to extract different levels of administrative borders as polygons from an Openstreetmap-dump or database. Openstreetmap contains detailed administrative borders, like country, state or village borders. These borders are represented by ways, and held together by relations tagged as admin-borders. . borderextract can combine these border-pieces to closed polygons. This enables reverse-geocoding, thus one can easily query for the administrative area(s) a particular coordinate is in. debian/changelog0000644000000000000000000000025112035360521011033 0ustar osmosis-plugin-borderextract (1.3-1) unstable; urgency=low * Initial release (Closes: #655252) -- David Paleino Wed, 10 Oct 2012 22:57:18 +0200 debian/copyright0000644000000000000000000000251112035360521011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: borderextract Source: http://www.general-bytes.com/borderextract.html Files: * Copyright: © 2011-2012, GB General Bytes GmbH License: MIT Files: debian/* Copyright: © 2012, David Paleino License: MIT 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 debian/source/0000755000000000000000000000000012035360521010463 5ustar debian/source/format0000644000000000000000000000001412035360521011671 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000001612035360521010165 0ustar junit-kml-out debian/osmosis-plugin-borderextract.poms0000644000000000000000000000002412035360521015715 0ustar pom.xml --no-parent debian/patches/0000755000000000000000000000000012035360521010612 5ustar debian/patches/series0000644000000000000000000000004012035360521012021 0ustar 00-fix_osmosis_dependency.patch debian/patches/00-fix_osmosis_dependency.patch0000644000000000000000000000112112035360521016603 0ustar From: David Paleino Subject: fix location of osmosis-core during build Origin: vendor Forwarded: not-needed --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) --- osmosis-plugin-borderextract.orig/pom.xml +++ osmosis-plugin-borderextract/pom.xml @@ -59,6 +59,8 @@ org.openstreetmap.osmosis osmosis-core 0.39 + system + /usr/share/osmosis/osmosis-core.jar debian/compat0000644000000000000000000000000212035360521010361 0ustar 9