This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libkmlframework-java.
commit 86fa7589e574c3526511868a321f881d7d94cd5f Author: Andreas Tille <[email protected]> Date: Tue Dec 1 13:59:00 2015 +0100 DEP3+DEP5 fixes --- debian/changelog | 2 ++ debian/copyright | 19 ++++++++++--------- debian/patches/build_xml.patch | 4 ++++ 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3224dce..5036f28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ libkmlframework-java (0.0.20110822.r24-1) UNRELEASED; urgency=medium * debhelper 9 * Replace outdated libservlet2.5-java by libservlet3.1-java Closes: #801043 + * DEP3 fixes + * DEP5 fixes -- Andreas Tille <[email protected]> Tue, 01 Dec 2015 13:25:41 +0100 diff --git a/debian/copyright b/debian/copyright index ec0c345..87de27d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,17 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: KML framework Upstream-Contact: Eivind Bøhn <[email protected]> -Source: http://code.google.com/p/kmlframework/downloads/list +Source: https://code.google.com/p/kmlframework/source/browse/ Files: * -Copyright: © 2007-2009 Eivind Bøhn <[email protected]> -License: BSD 2-Clause License +Copyright: 2007-2011 Eivind Bøhn <[email protected]> +License: BSD-2-clause + +Files: debian/* +Copyright: 2012-2015 Andreas Tille +License: BSD-2-clause + +License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,8 +31,3 @@ License: BSD 2-Clause License 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 diff --git a/debian/patches/build_xml.patch b/debian/patches/build_xml.patch index 0aa87da..c2f3069 100644 --- a/debian/patches/build_xml.patch +++ b/debian/patches/build_xml.patch @@ -1,3 +1,7 @@ +Author: Andreas Tille <[email protected]> +Las-Update: Wed Jan 18 11:54:31 2012 +0000 +Description: create simple input file for ant + --- /dev/null +++ libkmlframework-java-20090718/src/build.xml @@ -0,0 +1,46 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libkmlframework-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
