Author: frankie
Date: 2009-09-22 08:53:14 +0000 (Tue, 22 Sep 2009)
New Revision: 2484

Modified:
   packages/jts/trunk/debian/changelog
   packages/jts/trunk/debian/compat
   packages/jts/trunk/debian/control
   packages/jts/trunk/debian/rules
Log:
Some required changes.


Modified: packages/jts/trunk/debian/changelog
===================================================================
--- packages/jts/trunk/debian/changelog 2009-09-22 05:33:59 UTC (rev 2483)
+++ packages/jts/trunk/debian/changelog 2009-09-22 08:53:14 UTC (rev 2484)
@@ -1,3 +1,12 @@
+jts (1.7-2) unstable; urgency=low
+
+  * Added Homepage field to debian/control
+  * Now using default-jdk/jre instead of kaffe.
+    (closes: #547392)
+  * Added Vcs-* fields to debian/control.
+
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Tue, 22 Sep 2009 10:52:04 
+0200
+
 jts (1.7-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/jts/trunk/debian/compat
===================================================================
--- packages/jts/trunk/debian/compat    2009-09-22 05:33:59 UTC (rev 2483)
+++ packages/jts/trunk/debian/compat    2009-09-22 08:53:14 UTC (rev 2484)
@@ -1 +1 @@
-4
+7

Modified: packages/jts/trunk/debian/control
===================================================================
--- packages/jts/trunk/debian/control   2009-09-22 05:33:59 UTC (rev 2483)
+++ packages/jts/trunk/debian/control   2009-09-22 08:53:14 UTC (rev 2484)
@@ -2,15 +2,18 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <wb...@gmx.de>, Francesco Paolo Lovergine 
<fran...@debian.org>
-Build-Depends-Indep: debhelper (>= 5), cdbs, ant, kaffe
-Standards-Version: 3.7.2
+Uploaders: Francesco Paolo Lovergine <fran...@debian.org>
+Build-Depends-Indep: 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
+Depends: default-jre-headless | default-jre
+Suggests: libjts-java-doc
 Description: Java Topology Suite 
  JTS is a java library which provides:
   * an implementation of the spatial data model defined 

Modified: packages/jts/trunk/debian/rules
===================================================================
--- packages/jts/trunk/debian/rules     2009-09-22 05:33:59 UTC (rev 2483)
+++ packages/jts/trunk/debian/rules     2009-09-22 08:53:14 UTC (rev 2484)
@@ -6,7 +6,7 @@
 
 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/java
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to