debian/0000755000000000000000000000000011710472534007172 5ustar debian/source/0000755000000000000000000000000011633670733010477 5ustar debian/source/format0000644000000000000000000000001411633360215011674 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000315611710250003011113 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: KML framework Upstream-Contact: Eivind Bøhn Source: http://code.google.com/p/kmlframework/downloads/list Files: * Copyright: © 2007-2009 Eivind Bøhn License: BSD 2-Clause License Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: © 2012 Andreas Tille License: BSD 2-Clause License Same as source code itself debian/rules0000755000000000000000000000052411705307010010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for libkmlframework-java # Andreas Tille # GPL %: dh $@ --with javahelper override_dh_auto_build: ant -f src/build.xml override_dh_clean: ant -f src/build.xml clean rm -rf lib dh_clean get-orig-source: uscan --verbose --force-download --repack --rename debian/patches/0000755000000000000000000000000011705311327010615 5ustar debian/patches/series0000644000000000000000000000002011705300415012016 0ustar build_xml.patch debian/patches/build_xml.patch0000644000000000000000000000316411705311327013621 0ustar --- /dev/null +++ libkmlframework-java-20090718/src/build.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + debian/watch0000644000000000000000000000012711705255462010226 0ustar version=3 http://googlecode.debian.net/p/kmlframework/org.boehn.kmlframework_(\d+).zip debian/libkmlframework-java.jlibs0000644000000000000000000000001211705310630014307 0ustar lib/*.jar debian/changelog0000644000000000000000000000025011710472534011041 0ustar libkmlframework-java (0.0.20090718-1) unstable; urgency=low * Initial release Closes: #657584 -- Andreas Tille Fri, 27 Jan 2012 10:58:48 +0100 debian/compat0000644000000000000000000000000211705261435010370 0ustar 8 debian/control0000644000000000000000000000170211705311241010564 0ustar Source: libkmlframework-java Section: java Priority: optional Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Andreas Tille Build-Depends: debhelper (>= 8), javahelper (>=0.25), default-jdk, ant, libservlet2.5-java Standards-Version: 3.9.2 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libkmlframework-java/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libkmlframework-java/trunk/ Homepage: http://code.google.com/p/kmlframework/ Package: libkmlframework-java Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: library/framework for generating Google Earth KML The KML Framework is a library/framework for generating Google Earth KML (Keyhole Markup Language) documents. The framework is based on the work done by Eivind Bøhn as a part of his Master Thesis.