CVS jts/debian
Wolfgang B??r
wbaer-guest at haydn.debian.org
Wed Aug 10 17:21:33 UTC 2005
Update of /cvsroot/pkg-java/jts/debian
In directory haydn:/tmp/cvs-serv28324/jts/debian
Modified Files:
README.Debian-source changelog control copyright
libjts-java-doc.docs rules
Log Message:
jts (1.6-1) unstable; urgency=low
* New upstream release
* Upload to unstable
* Adjusted copyright to include the second download location
* Fixed minor lintian warnings in debian/control
* Standards-Version 3.6.2 (no changes needed)
* Changed libant1.6-java build-dep to ant (now in main)
--- /cvsroot/pkg-java/jts/debian/README.Debian-source 2005/05/06 11:49:16 1.1.1.1
+++ /cvsroot/pkg-java/jts/debian/README.Debian-source 2005/08/10 17:21:32 1.2
@@ -1,7 +1,8 @@
jts for Debian
--------------
-As upstream distributes as zip file I had to repackage jts.
+As upstream only distributes as binary/source combination zip file
+I do repackaging to remove the binary parts:
- unzip jts-<version>.zip into a jts-<version> directory
- rm -Rf lib - to remove the prebuild and dependency runtime libraries
--- /cvsroot/pkg-java/jts/debian/changelog 2005/05/06 11:49:16 1.1.1.1
+++ /cvsroot/pkg-java/jts/debian/changelog 2005/08/10 17:21:32 1.2
@@ -1,3 +1,16 @@
+jts (1.6-1) unstable; urgency=low
+
+ * New upstream release
+ * Upload to unstable
+ * Adjusted copyright to include the second download location
+ * Fixed minor lintian warnings in debian/control
+ * Standards-Version 3.6.2 (no changes needed)
+ * Changed libant1.6-java build-dep to ant (now in main)
+
+ * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sun, 7 Aug 2005 14:12:35 +0200
+
jts (1.5-1) experimental; urgency=low
* Initial Release (closes: #294756)
--- /cvsroot/pkg-java/jts/debian/control 2005/05/06 11:49:17 1.1.1.1
+++ /cvsroot/pkg-java/jts/debian/control 2005/08/10 17:21:32 1.2
@@ -1,9 +1,10 @@
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>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, libant1.6-java, kaffe
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, kaffe
+Standards-Version: 3.6.2
Package: libjts-java
Architecture: all
@@ -12,20 +13,20 @@
Suggests: libjts-java-doc, java-virtual-machine
Description: Java Topology Suite
JTS is a java library which provides:
- * an implementation of the spatial data model defined
- in the OGC Simple Features Specification for SQL (SFS)
- * a complete, consistent, implementation of fundamental 2D spatial algorithms
- * an explicit precision model, with algorithms that gracefully handle
- situations that result in dimensional collapse
- * robust implementations of key computational geometric operations
- * I/O in Well-Known Text format
+ * an implementation of the spatial data model defined
+ in the OGC Simple Features Specification for SQL (SFS)
+ * a complete, consistent, implementation of fundamental 2D spatial algorithms
+ * an explicit precision model, with algorithms that gracefully handle
+ situations that result in dimensional collapse
+ * robust implementations of key computational geometric operations
+ * I/O in Well-Known Text format
Package: libjts-java-doc
Architecture: all
Section: doc
-Suggests: libjts-java-doc
+Suggests: libjts-java
Description: Documentation for the Java Topology Suite JTS
Documentation for programmers:
- * javadoc for libjts-java
- * developer guide
- * technical Specifications etc
+ * javadoc for libjts-java
+ * developer guide
+ * technical Specifications etc
--- /cvsroot/pkg-java/jts/debian/copyright 2005/05/06 11:49:17 1.1.1.1
+++ /cvsroot/pkg-java/jts/debian/copyright 2005/08/10 17:21:32 1.2
@@ -2,6 +2,7 @@
Thu, 27 Jan 2005 10:38:29 +0100.
It was downloaded from <http://www.vividsolutions.com/jts/jtshome.htm>
+and is also available form <http://sourceforge.net/projects/jts-topo-suite/>
Copyright:
--- /cvsroot/pkg-java/jts/debian/libjts-java-doc.docs 2005/05/06 11:49:17 1.1.1.1
+++ /cvsroot/pkg-java/jts/debian/libjts-java-doc.docs 2005/08/10 17:21:32 1.2
@@ -1,3 +1,3 @@
-doc/*.pdf
+doc/*
target/docs/api
target/docs/examples
--- /cvsroot/pkg-java/jts/debian/rules 2005/05/06 11:49:17 1.1.1.1
+++ /cvsroot/pkg-java/jts/debian/rules 2005/08/10 17:21:32 1.2
@@ -6,9 +6,8 @@
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-# These two must be specified
JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant1.6
+ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_COMPILER := jikes
More information about the pkg-java-commits
mailing list