[SCM] libkml branch, master, updated. upstream/1.3.0_r863-45-g4a2fc89
Bas Couwenberg
sebastic at xs4all.nl
Tue Oct 8 22:34:45 UTC 2013
The following commit has been merged in the master branch:
commit 83e4e7be3fe46fc8ddf3cd11e8b61127a4accdb5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Oct 6 15:18:22 2013 +0200
Drop needless dependency on default-jre for libkml-java.
diff --git a/debian/changelog b/debian/changelog
index 00efdff..8d1c447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ libkml (1.3.0~r864-1) UNRELEASED; urgency=low
* Add a watch file.
* Add patch to fix executable-not-elf-or-script for java run.sh example.
* Add lintian override for no fortify functions false positive.
+ * Drop needless dependency on default-jre for libkml-java.
-- Bas Couwenberg <sebastic at xs4all.nl> Sat, 05 Oct 2013 21:15:09 +0200
diff --git a/debian/control b/debian/control
index ebc743a..90195db 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: Library to manipulate KML 2.2 OGC standard files - development file
Package: libkml-java
Architecture: any
Section: java
-Depends: libkml0 (= ${binary:Version}), default-jre, ${shlibs:Depends}, ${misc:Depends}
+Depends: libkml0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Library to manipulate KML 2.2 OGC standard files - Java package
This is a library for use with applications that want to parse,
generate and operate on KML, a geo-data XML variant. It is an
--
A library to manipulate KML 2.2 OGC standard files
More information about the Pkg-grass-devel
mailing list