[DebianGIS-dev] r2486 - packages/jts/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Sep 22 09:17:47 UTC 2009
Author: frankie
Date: 2009-09-22 09:17:47 +0000 (Tue, 22 Sep 2009)
New Revision: 2486
Modified:
packages/jts/trunk/debian/changelog
packages/jts/trunk/debian/control
packages/jts/trunk/debian/copyright
Log:
Policy fixes.
Modified: packages/jts/trunk/debian/changelog
===================================================================
--- packages/jts/trunk/debian/changelog 2009-09-22 08:56:32 UTC (rev 2485)
+++ packages/jts/trunk/debian/changelog 2009-09-22 09:17:47 UTC (rev 2486)
@@ -1,11 +1,17 @@
jts (1.7-2) unstable; urgency=low
- * Added Homepage field to debian/control
+ * Added Homepage field to debian/control.
+ * Added Vcs-* fields to debian/control.
* Now using default-jdk/jre instead of kaffe.
(closes: #547392)
- * Added Vcs-* fields to debian/control.
+ * 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 10:52:04 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 22 Sep 2009 11:16:16 +0200
jts (1.7-1) unstable; urgency=low
Modified: packages/jts/trunk/debian/control
===================================================================
--- packages/jts/trunk/debian/control 2009-09-22 08:56:32 UTC (rev 2485)
+++ packages/jts/trunk/debian/control 2009-09-22 09:17:47 UTC (rev 2486)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends-Indep: debhelper (>= 7), cdbs, ant, default-jdk
+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/
@@ -11,8 +11,8 @@
Package: libjts-java
Architecture: all
-Section: libs
-Depends: default-jre-headless | default-jre
+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:
@@ -27,6 +27,7 @@
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:
Modified: packages/jts/trunk/debian/copyright
===================================================================
--- packages/jts/trunk/debian/copyright 2009-09-22 08:56:32 UTC (rev 2485)
+++ packages/jts/trunk/debian/copyright 2009-09-22 09:17:47 UTC (rev 2486)
@@ -21,7 +21,7 @@
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
More information about the Pkg-grass-devel
mailing list