[jts] 08/10: Imported Debian patch 1.7-2

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Aug 4 17:08:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository jts.

commit 11ae4f601bf6e0132fa38ffdf844743158ca848d
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Sep 22 11:16:16 2009 +0200

    Imported Debian patch 1.7-2
---
 debian/changelog | 15 +++++++++++++++
 debian/compat    |  2 +-
 debian/control   | 16 ++++++++++------
 debian/copyright |  2 +-
 debian/rules     |  3 ++-
 5 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e0d3fd6..0f75a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+jts (1.7-2) unstable; urgency=low
+
+  * Added Homepage field to debian/control.
+  * Added Vcs-* fields to debian/control.
+  * Now using default-jdk/jre instead of kaffe.
+    (closes: #547392)
+  * Wolfgang removed among uploaders, because inactive since years.
+  * Fixed lintian warning: debhelper-but-no-misc-depends.
+  * Debhelper compatibility set to 7.
+  * Fixed lintian error: clean-should-be-satisfied-by-build-depends.
+  * Fixed Section for libjts-java.
+  * Copyright fixed: JTS is released under LGPL 2.1 or later.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 22 Sep 2009 11:16:16 +0200
+
 jts (1.7-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 1a5e7d1..80f16df 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,18 @@ Source: jts
 Section: libs
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <WBaer at gmx.de>, Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends-Indep: debhelper (>= 5), cdbs, ant, kaffe
-Standards-Version: 3.7.2
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
+Standards-Version: 3.8.3
+Homepage: http://www.vividsolutions.com/jts/jtshome.htm
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/jts/
+Vcs-Svn: svn://svn.debian.org/pkg-grass/packages/jts/
 
 Package: libjts-java
 Architecture: all
-Section: libs
-Depends: kaffe | java1-runtime | java2-runtime
-Suggests: libjts-java-doc, java-virtual-machine
+Section: java
+Depends: default-jre-headless | default-jre, ${misc:Depends}
+Suggests: libjts-java-doc
 Description: Java Topology Suite 
  JTS is a java library which provides:
   * an implementation of the spatial data model defined 
@@ -24,6 +27,7 @@ Description: Java Topology Suite
 Package: libjts-java-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Suggests: libjts-java
 Description: Documentation for the Java Topology Suite JTS
  Documentation for programmers:
diff --git a/debian/copyright b/debian/copyright
index 04451fc..3e8a364 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,7 @@ License:
 
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; version 2.1 dated February 1999.
+the Free Software Foundation; version 2.1 dated February 1999 or later.
 
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/debian/rules b/debian/rules
index 0368379..af25819 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ include /usr/share/cdbs/1/class/ant.mk
 
 export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 
-JAVA_HOME := /usr/lib/kaffe
+JAVA_HOME := /usr/lib/jvm/default-java
+JAVA_CMD := /usr/bin/java
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jts.git



More information about the Pkg-grass-devel mailing list