This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statcvs.
commit d5b82286c2cfc4c9230ccda14e2a36f375546914 Author: Markus Koschany <[email protected]> Date: Fri Oct 21 15:43:15 2016 +0000 Release statcvs 1:0.7.0.dfsg-6 --- debian/changelog | 14 ++++++++++ debian/compat | 2 +- debian/control | 40 ++++++++++++++++++--------- debian/copyright | 6 ++-- debian/patches/jfreechart-compatibility.patch | 35 +++++++++++++++++++++++ debian/patches/series | 1 + debian/statcvs.dirs | 3 +- debian/statcvs.install | 2 +- debian/statcvs.manpages | 2 +- 9 files changed, 84 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3b07f8..2f9e8dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> 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 diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 557a4be..8e29e7d 100644 --- a/debian/control +++ b/debian/control @@ -2,24 +2,38 @@ Source: statcvs Section: vcs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Vincent Fourmond <[email protected]>, Christian Bayle <[email protected]> -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 <[email protected]>, + Christian Bayle <[email protected]> +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, diff --git a/debian/copyright b/debian/copyright index 4bda8ad..ad8e546 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ This package was debianized by Christian Bayle <[email protected]>, Fri, 11 Jul 2 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 @@ Upstream Authors: Manuel Schulze, Lukasz Pekacki, Richard Cyganiak, Anja Jentzsc Copyright: - 2002 Lukasz Pekacki <[email protected]> + 2002 Lukasz Pekacki <[email protected]> License: @@ -32,7 +32,7 @@ License: 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. diff --git a/debian/patches/jfreechart-compatibility.patch b/debian/patches/jfreechart-compatibility.patch new file mode 100644 index 0000000..d00d6fb --- /dev/null +++ b/debian/patches/jfreechart-compatibility.patch @@ -0,0 +1,35 @@ +From: Markus Koschany <[email protected]> +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) { ++ }; ++} diff --git a/debian/patches/series b/debian/patches/series index 117f89a..c13dcab 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01-disable-unjar.diff 10-disable-jtreemap.diff +jfreechart-compatibility.patch diff --git a/debian/statcvs.dirs b/debian/statcvs.dirs index d86dc8a..64f6fc8 100644 --- a/debian/statcvs.dirs +++ b/debian/statcvs.dirs @@ -1,3 +1,2 @@ -/usr/share/java /usr/bin - +/usr/share/java diff --git a/debian/statcvs.install b/debian/statcvs.install index 9f844a4..c7eb6a4 100644 --- a/debian/statcvs.install +++ b/debian/statcvs.install @@ -1 +1 @@ -debian/wrappers/statcvs usr/bin \ No newline at end of file +debian/wrappers/statcvs usr/bin diff --git a/debian/statcvs.manpages b/debian/statcvs.manpages index f234563..9fdc1bb 100644 --- a/debian/statcvs.manpages +++ b/debian/statcvs.manpages @@ -1 +1 @@ -debian/manpages/statcvs.1 \ No newline at end of file +debian/manpages/statcvs.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statcvs.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

