[pkg-java] r19167 - in trunk/statcvs/debian: . patches

Markus Koschany apo at moszumanska.debian.org
Fri Oct 21 15:43:16 UTC 2016


Author: apo
Date: 2016-10-21 15:43:15 +0000 (Fri, 21 Oct 2016)
New Revision: 19167

Added:
   trunk/statcvs/debian/patches/jfreechart-compatibility.patch
Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/compat
   trunk/statcvs/debian/control
   trunk/statcvs/debian/copyright
   trunk/statcvs/debian/patches/series
   trunk/statcvs/debian/statcvs.dirs
   trunk/statcvs/debian/statcvs.install
   trunk/statcvs/debian/statcvs.manpages
Log:
Release statcvs 1:0.7.0.dfsg-6


Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/changelog	2016-10-21 15:43:15 UTC (rev 19167)
@@ -1,3 +1,17 @@
+statcvs (1:0.7.0.dfsg-6) unstable; urgency=medium
+
+  * Team upload.
+  * Switch to compat level 10.
+  * wrap-and-sort -sa.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Use canonical Vcs-URI.
+  * Tighten dependency on libjfreechart-java.
+  * Depend on default-jre | java7-runtime.
+  * Add jfreechart-compatibility.patch and fix FTBFS with jfreechart 1.0.19.
+    (Closes: #841547)
+
+ -- Markus Koschany <apo at debian.org>  Fri, 21 Oct 2016 17:32:06 +0200
+
 statcvs (1:0.7.0.dfsg-5) unstable; urgency=low
 
   * Rebuild with javahelper >= 0.36 to avoid the statcvs.jar not being a

Modified: trunk/statcvs/debian/compat
===================================================================
--- trunk/statcvs/debian/compat	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/compat	2016-10-21 15:43:15 UTC (rev 19167)
@@ -1 +1 @@
-5
+10

Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/control	2016-10-21 15:43:15 UTC (rev 19167)
@@ -2,24 +2,38 @@
 Section: vcs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Fourmond <fourmond at debian.org>, Christian Bayle <bayle at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ant, junit, 
- libjcommon-java, libjfreechart-java (>= 1.0.13), libjdom1-java,
- default-jdk, javahelper (>= 0.36)
-Standards-Version: 3.9.2
+Uploaders:
+ Vincent Fourmond <fourmond at debian.org>,
+ Christian Bayle <bayle at debian.org>
+Build-Depends:
+ ant,
+ cdbs,
+ debhelper (>= 10),
+ default-jdk,
+ javahelper (>= 0.36),
+ junit,
+ libjcommon-java,
+ libjdom1-java,
+ libjfreechart-java (>= 1.0.19)
+Standards-Version: 3.9.8
 Homepage: http://statcvs.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statcvs
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/statcvs
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/statcvs
 
-
 Package: statcvs
 Architecture: all
-Depends: java-gcj-compat | java-runtime, ${java:Depends},
- libjfreechart-java (>= 1.0.13), java-wrappers (>= 0.1.22),
+Depends:
+ default-jre | java7-runtime,
+ java-wrappers (>= 0.1.22),
+ libjfreechart-java (>= 1.0.19),
+ ${java:Depends},
  ${misc:Depends}
-Breaks: statsvn (<< 0.5.0)
-Conflicts: statsvn (<< 0.5.0)
-Recommends: cvs
+Breaks:
+ statsvn (<< 0.5.0)
+Conflicts:
+ statsvn (<< 0.5.0)
+Recommends:
+ cvs
 Description: CVS Repository statistic analysis tool, written in Java
  StatCvs retrieves information from a CVS repository and generates
  various tables and charts describing the project development,

Modified: trunk/statcvs/debian/copyright
===================================================================
--- trunk/statcvs/debian/copyright	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/copyright	2016-10-21 15:43:15 UTC (rev 19167)
@@ -3,7 +3,7 @@
 It was downloaded from http://statcvs.sf.net
 
 It was repackaged to remove binary only jar files shipped in lib/,
-various test files without appropriate sources and the jtreemap jar. 
+various test files without appropriate sources and the jtreemap jar.
 
 The script debian/new-upstream from the source package was used to actually
 perform the repackaging.
@@ -12,7 +12,7 @@
 
 Copyright:
 
-  2002 Lukasz Pekacki <lukasz at pekacki.de> 
+  2002 Lukasz Pekacki <lukasz at pekacki.de>
 
 License:
 
@@ -32,7 +32,7 @@
     MA 02110-1301, USA
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 
 The original debian packaging is by Christian Bayle.

Added: trunk/statcvs/debian/patches/jfreechart-compatibility.patch
===================================================================
--- trunk/statcvs/debian/patches/jfreechart-compatibility.patch	                        (rev 0)
+++ trunk/statcvs/debian/patches/jfreechart-compatibility.patch	2016-10-21 15:43:15 UTC (rev 19167)
@@ -0,0 +1,35 @@
+From: Markus Koschany <apo at debian.org>
+Date: Fri, 21 Oct 2016 17:18:20 +0200
+Subject: jfreechart compatibility
+
+Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841547
+Forwarded: no
+---
+ src/net/sf/statcvs/charts/SymbolicNameAnnotation.java | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/src/net/sf/statcvs/charts/SymbolicNameAnnotation.java b/src/net/sf/statcvs/charts/SymbolicNameAnnotation.java
+index e099519..b749d58 100644
+--- a/src/net/sf/statcvs/charts/SymbolicNameAnnotation.java
++++ b/src/net/sf/statcvs/charts/SymbolicNameAnnotation.java
+@@ -24,6 +24,7 @@ import org.jfree.chart.plot.XYPlot;
+ import org.jfree.text.TextUtilities;
+ import org.jfree.ui.RectangleEdge;
+ import org.jfree.ui.TextAnchor;
++import org.jfree.chart.event.AnnotationChangeListener;
+ 
+ /**
+  * SymbolicNameAnnotation
+@@ -131,4 +132,10 @@ public class SymbolicNameAnnotation implements XYAnnotation {
+     private float getNaturalX(final SymbolicName tag, final Rectangle2D dataArea, final ValueAxis domainAxis, final RectangleEdge domainEdge) {
+         return (float) domainAxis.valueToJava2D(tag.getDate().getTime(), dataArea, domainEdge);
+     }
+-}
+\ No newline at end of file
++
++    public void removeChangeListener(AnnotationChangeListener listener) {
++    };
++
++    public void addChangeListener(AnnotationChangeListener listener) {
++    };
++}

Modified: trunk/statcvs/debian/patches/series
===================================================================
--- trunk/statcvs/debian/patches/series	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/patches/series	2016-10-21 15:43:15 UTC (rev 19167)
@@ -1,2 +1,3 @@
 01-disable-unjar.diff
 10-disable-jtreemap.diff
+jfreechart-compatibility.patch

Modified: trunk/statcvs/debian/statcvs.dirs
===================================================================
--- trunk/statcvs/debian/statcvs.dirs	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/statcvs.dirs	2016-10-21 15:43:15 UTC (rev 19167)
@@ -1,3 +1,2 @@
-/usr/share/java
 /usr/bin
-
+/usr/share/java

Modified: trunk/statcvs/debian/statcvs.install
===================================================================
--- trunk/statcvs/debian/statcvs.install	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/statcvs.install	2016-10-21 15:43:15 UTC (rev 19167)
@@ -1 +1 @@
-debian/wrappers/statcvs usr/bin
\ No newline at end of file
+debian/wrappers/statcvs usr/bin

Modified: trunk/statcvs/debian/statcvs.manpages
===================================================================
--- trunk/statcvs/debian/statcvs.manpages	2016-10-19 11:28:31 UTC (rev 19166)
+++ trunk/statcvs/debian/statcvs.manpages	2016-10-21 15:43:15 UTC (rev 19167)
@@ -1 +1 @@
-debian/manpages/statcvs.1
\ No newline at end of file
+debian/manpages/statcvs.1




More information about the pkg-java-commits mailing list