debian/ 0000755 0000000 0000000 00000000000 12037163515 007171 5 ustar debian/poms/ 0000755 0000000 0000000 00000000000 12037163515 010147 5 ustar debian/poms/jfreechart.pom 0000644 0000000 0000000 00000002712 11550411520 012772 0 ustar 4.0.0jfreejfreechartjfreechart1.0.13http://www.jfree.org/jfreechart/JFree.orghttp://www.jfree.org/2001
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently
supports bar charts, pie charts, line charts, XY-plots and time series plots.
scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreecharthttp://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/GNU Lesser General Public Licencehttp://www.gnu.org/licenses/lgpl.txtrepojfreejcommon1.0.16
debian/libjfreechart-java-doc.doc-base 0000644 0000000 0000000 00000000630 10405040514 015043 0 ustar Document: libjfreechart-java-doc
Title: Programmer API for JFreeChart
Author: David Gilbert (david.gilbert@object-refinery.com)
Abstract: This is the programmer API of JFreeChart is a free Java class
library for generating various types of charts
Section: Programming
Format: HTML
Index: /usr/share/doc/libjfreechart-java-doc/javadoc/index.html
Files: /usr/share/doc/libjfreechart-java-doc/javadoc/*.html
debian/jfreechart-swt.bnd 0000644 0000000 0000000 00000000234 12034274612 012603 0 ustar Bundle-Name: JFreeChart SWT support
Bundle-SymbolicName: org.jfree.experimental.chart.swt
Bundle-Version: 1.0.0
Bundle-Vendor: Debian.org
Import-Package: *
debian/watch 0000644 0000000 0000000 00000000127 10737516464 010234 0 ustar version=3
http://sf.net/jfreechart/ jfreechart-(.*)\.tar\.gz debian debian/orig-tar.sh
debian/rules 0000755 0000000 0000000 00000004227 12034274612 010254 0 ustar #!/usr/bin/make -f
# debian/rules file for jfreechart (uses cdbs)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := jcommon servlet-api-2.5
DEB_ANT_BUILDFILE := ant/build.xml
DEB_ANT_BUILD_TARGET := compile compile-experimental javadoc
PACKAGE := jfreechart
MAVEN_REPO := http://repo1.maven.org/maven2
clean::
mh_clean
-rm -rf build
-rm -rf javadoc
-rm -f lib/jfreechart-$(DEB_UPSTREAM_VERSION)*.jar lib/swtgraphics2d.jar
common-build-indep::
ant -f ant/build-swt.xml
install/lib$(PACKAGE)-java::
jh_manifest -c jcommon.jar lib/jfreechart-$(DEB_UPSTREAM_VERSION).jar \
lib/jfreechart-$(DEB_UPSTREAM_VERSION)-experimental.jar
bnd wrap -properties debian/jfreechart.bnd -output lib/jfreechart-$(DEB_UPSTREAM_VERSION).jar \
lib/jfreechart-$(DEB_UPSTREAM_VERSION).jar
bnd wrap -properties debian/jfreechart-experimental.bnd -output lib/jfreechart-$(DEB_UPSTREAM_VERSION)-experimental.jar \
lib/jfreechart-$(DEB_UPSTREAM_VERSION)-experimental.jar
dh_install lib/jfreechart-$(DEB_UPSTREAM_VERSION)-experimental.jar /usr/share/java
dh_link /usr/share/java/jfreechart-$(DEB_UPSTREAM_VERSION)-experimental.jar /usr/share/java/jfreechart-experimental.jar
mh_installpoms -plib$(PACKAGE)-java
mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom lib/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
install/lib$(PACKAGE)-swt-java::
jh_manifest -c "jcommon.jar jfreechart-$(DEB_UPSTREAM_VERSION).jar swt.jar" \
lib/jfreechart-$(DEB_UPSTREAM_VERSION)-swt.jar
bnd wrap -properties debian/jfreechart-swt.bnd -output lib/jfreechart-$(DEB_UPSTREAM_VERSION)-swt.jar \
lib/jfreechart-$(DEB_UPSTREAM_VERSION)-swt.jar
dh_install -plib$(PACKAGE)-swt-java lib/jfreechart-$(DEB_UPSTREAM_VERSION)-swt.jar /usr/share/java
dh_link -plib$(PACKAGE)-swt-java /usr/share/java/jfreechart-$(DEB_UPSTREAM_VERSION)-swt.jar /usr/share/java/jfreechart-swt.jar
get-orig-source:
-uscan --upstream-version 0 --rename
get-orig-pom:
mkdir -p debian/poms
wget -U NoSuchBrowser/1.0 -O debian/poms/$(PACKAGE).pom \
$(MAVEN_REPO)/jfree/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom
debian/changelog 0000644 0000000 0000000 00000017136 12037163344 011053 0 ustar libjfreechart-java (1.0.13-5) unstable; urgency=low
* Fix Vcs-* fields of d/control.
* Removed Michael Koch from Uploaders (Closes: #654077).
* Build libjfreechart-swt-java binary package.
* Add OSGi metadata to JAR manifests.
* Added Jakub Adam to Uploaders.
* Bump Standards-Version to 3.9.4.
-- Jakub Adam Sun, 07 Oct 2012 01:24:51 +0200
libjfreechart-java (1.0.13-4) unstable; urgency=low
* Team upload.
[ Ioan Eugen STAN ]
* Fix "Package does not install maven artifacts" - applyed the patch sent
(Closes: #620045):
- debian/control: Build-Depends on maven-repo-helper
- debian/poms/jfreechart.pom: added file
- debian/rules:
+ added PACKAGE and MAVEN_REPO
+ added binary-post-install rule to install poms and jars
+ added get-orig-pom rule to download pom files from debian/poms
* debian/source/format: added file (switch to quilt).
* debian/patches/series: added file.
* debian/patches/javaDocLink.diff: patch for ant/build.xml to link package
javadoc to system javadoc.
[ Damien Raude-Morvan ]
* Update to Standards-Version 3.9.2:
- Rename debian/README.Debian-source to debian/README.source.
* Drop Depends on JRE since it's a library (as per Debian Java
Policy).
-- Damien Raude-Morvan Mon, 25 Apr 2011 15:18:09 +0200
libjfreechart-java (1.0.13-3) unstable; urgency=low
* Team upload.
* Include jcommon.jar in Class-Path entry of META-INF/MANIFEST.MF
using jh_manifest (Closes: #601576):
- d/control: Depends on javahelper.
- d/rules: Call jh_manifest on jfreechart.jar and *-experimental.jar.
-- Damien Raude-Morvan Sat, 30 Oct 2010 23:52:55 +0200
libjfreechart-java (1.0.13-2) unstable; urgency=low
[ Onkar Shinde ]
* debian/control
- default-jdk/jre conversion.
- Change runtime jre dependency to match target JVM version specified in
build.xml.
- Change build-dep libservlet2.4-java -> libservlet2.5-java.
- Sync runtime version of libjcommon-java with build-dep version.
- Change standards version to 3.8.3.
* debian/rules
- There are no patches. Remove simple patchsys include.
- Change JAV_HOME to match default-jdk. Remove ANT_HOME.
- Remove unnecessary ant-launcher jar from DEB_JARS.
- Remove DEB_ANT_COMPILER. Not needed these days.
- Change servelet-api jar to 2.5.
- Build experimental jar as well.
* debian/dirs
- Remove. Not really needed.
-- Debian Java Maintainers Mon, 23 Nov 2009 14:58:02 +0530
libjfreechart-java (1.0.13-1) unstable; urgency=low
* New upstream release (closes: #533374)
* Added myself to uploaders
* Moved to Section: java
* Already conforms to standards 3.8.2
* Add ${misc:Depends} to dependencies for potential debhelper-induced
dependencies
* Adapted debian/rules to the new location of the generated jar
-- Vincent Fourmond Wed, 17 Jun 2009 22:31:09 +0200
libjfreechart-java (1.0.10-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.8.0
-- Varun Hiremath Sat, 05 Jul 2008 03:06:20 +0530
libjfreechart-java (1.0.9-1) unstable; urgency=high
[ Varun Hiremath ]
* New upstream release
* This release fixes the following security issue:
+ Multiple cross-site scripting vulnerabilities in the image map
feature allow remote attackers to inject arbitrary web script or HTML
via several attributes (CVE-2007-6306; Closes: #456148).
* Fix debian/watch to include letters also in upstream version.
* Make some minor fixes in debian/orig-tar.sh file.
* debian/control: Bumped up Standards-Version to 3.7.3
[ Michael Koch ]
* Use uscan SourceForge helper in watch file.
-- Varun Hiremath Sat, 05 Jan 2008 01:08:58 +0530
libjfreechart-java (1.0.8-1) unstable; urgency=low
* New upstream release.
* Upstream changelog name fixed.
* Update copyright, with license LGPL 2.1.
* Use Vcs-Svn and Vcs-Browser in place of XS-* fields.
-- Kumar Appaiah Thu, 27 Sep 2007 06:48:57 +0530
libjfreechart-java (1.0.6-2) unstable; urgency=low
* Removed j2re1.4 from Depends.
-- Michael Koch Mon, 08 Oct 2007 08:18:02 +0200
libjfreechart-java (1.0.6-1) unstable; urgency=low
* New upstream release.
* debian/control
+ Move every Build-Depend other than cdbs and debhelper to Build-Depends-Indep.
+ Add Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields.
+ Add Varun Hiremath and Kumar Appaiah to Uploaders.
* debian/rules:
+ Use DEB_UPSTREAM_VERSION in place of version.
+ Add get-orig-source for fetching clean upstream source.
* debian/compat: bump to 5.
* debian/watch: Added file.
* debian/orig-tar.sh: Automate repackaging.
* debian/patches: Remove 00_BuildXml_Manifest.patch, as upstream
build.xml doesn't need manifest check.
-- Kumar Appaiah Wed, 26 Sep 2007 00:45:41 +0530
libjfreechart-java (1.0.2-3) unstable; urgency=low
* Merged from Ubuntu.
* Moved Build-Depends-Indep to Build-Depends.
* Removed Wolfgang and added myself to Uploaders.
* Updated Standards-Version.
-- Michael Koch Sun, 17 Jun 2007 18:38:20 +0200
libjfreechart-java (1.0.2-2ubuntu1) feisty; urgency=low
* Re-merge with Debian. Changes kept:
* Fix versioned build dependency on libjcommon-java.
* Build-depend on libservlet2.4-java instead of libservlet2.3-java
-- Matthias Klose Wed, 11 Oct 2006 22:30:49 +0000
-- Barry deFreese Tue, 6 Feb 2007 09:50:59 -0500
libjfreechart-java (1.0.2-2) unstable; urgency=low
* Reupload with changed section names.
-- Matthias Klose Sun, 1 Oct 2006 15:24:27 +0200
libjfreechart-java (1.0.2-1) unstable; urgency=low
* New upstream release.
* Change section from contrib to main; "JFreeChart should work quite well
with free runtimes based on GNU Classpath 0.92 or later".
* Build using java-gcj-compat-dev.
-- Matthias Klose Sun, 1 Oct 2006 14:21:26 +0200
libjfreechart-java (1.0.1-1) unstable; urgency=low
* New upstream release (closes: #299628)
* Build-depends and depends on libjcommons-java (>= 1.0.0-1
* Dropped now unneeded patch
* Convert build system to cdbs - added build-dependency
* Although build with free tools its not yet completely usable with free
tools alone (needs Java2D) - therefore it stays in contrib for now.
* Move package to pkg-java-maintainers for comaintenance,
added Christian Bayle and myself as uploaders
* Removed README.Debian - not needed
* Move big documentation in an own -doc package
* Added README.Debian-source how the upstream tarball was cleaned
* Added patch to remove bogus manifest classpath from jar
* Register javadoc api with doc-base
* Standards-Version 3.6.2 (no changes)
-- Wolfgang Baer Thu, 02 Feb 2006 15:48:42 +0100
libjfreechart-java (0.9.8-3.1) unstable; urgency=low
* NMU
* Removed libservlet2.2-java from the Build-Depends-Indep.
-- Arnaud Vandyck Sun, 24 Apr 2005 22:01:13 +0200
libjfreechart-java (0.9.8-3) unstable; urgency=low
* Change the way to deal with externals java libs
-- Christian Bayle Thu, 10 Jul 2003 09:34:09 +0200
libjfreechart-java (0.9.8-2) unstable; urgency=low
* Now build an install demo jar
-- Christian Bayle Sun, 6 Jul 2003 19:55:46 +0200
libjfreechart-java (0.9.8-1) unstable; urgency=low
* Initial Release.
-- Christian Bayle Sun, 6 Jul 2003 13:03:21 +0200
debian/jfreechart.bnd 0000644 0000000 0000000 00000000210 12034274612 011762 0 ustar Bundle-Name: JFreeChart library
Bundle-SymbolicName: org.jfree.chart
Bundle-Version: 1.0.0
Bundle-Vendor: Debian.org
Import-Package: *
debian/patches/ 0000755 0000000 0000000 00000000000 12037163515 010620 5 ustar debian/patches/series 0000644 0000000 0000000 00000000047 12034274305 012033 0 ustar javaDocLink.diff
fixBuildSwtPaths.diff
debian/patches/fixBuildSwtPaths.diff 0000644 0000000 0000000 00000002310 12034274305 014707 0 ustar From: Jakub Adam
Date: Sun, 7 Oct 2012 13:55:21 +0200
Subject: fixBuildSwtPaths
---
ant/build-swt.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ant/build-swt.xml b/ant/build-swt.xml
index 5d6153d..1a329dc 100644
--- a/ant/build-swt.xml
+++ b/ant/build-swt.xml
@@ -8,10 +8,10 @@
-
+
-
+
debian/patches/javaDocLink.diff 0000644 0000000 0000000 00000000604 11550411520 013626 0 ustar --- a/ant/build.xml
+++ b/ant/build.xml
@@ -149,6 +149,7 @@
use="yes"
linksource="yes"
splitindex="yes">
+
debian/libjfreechart-java-doc.docs 0000644 0000000 0000000 00000000024 10722422423 014320 0 ustar javadoc
README.txt
debian/orig-tar.sh 0000755 0000000 0000000 00000000664 11216252440 011254 0 ustar #!/bin/sh -e
# called by uscan with '--upstream-version'
DIR=libjfreechart-java-$2.orig
echo "Cleaning up the original tarball"
# clean up the upstream tarball
tar zxf $3
mv jfreechart-$2 $DIR
GZIP=--best tar czf $3 --exclude '*jar' --exclude 'lib/*' $DIR
rm -rf $DIR
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
. .svn/deb-layout
mv $3 $origDir
echo "moved $3 to $origDir"
fi
exit 0
debian/source/ 0000755 0000000 0000000 00000000000 12037163515 010471 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11550411520 011666 0 ustar 3.0 (quilt)
debian/jfreechart-experimental.bnd 0000644 0000000 0000000 00000000242 12034274612 014462 0 ustar Bundle-Name: JFreeChart experimental library
Bundle-SymbolicName: org.jfree.experimental.chart
Bundle-Version: 1.0.0
Bundle-Vendor: Debian.org
Import-Package: *
debian/README.source 0000644 0000000 0000000 00000000364 11555274314 011357 0 ustar libjfreechart-java
-------------
Upstream does not provide source only tarballs. Therefore the following
actions were taken to produce the orig.tar.gz:
- rm lib/*
- rm *.jar
-- Wolfgang Baer Thu, 02 Feb 2006 15:48:42 +0100
debian/compat 0000644 0000000 0000000 00000000002 10676253521 010373 0 ustar 5
debian/copyright 0000644 0000000 0000000 00000002361 10722422423 011121 0 ustar This package was debianized by Christian Bayle on
Wed, 2 Jul 2003 22:49:43 +0200.
It was downloaded from http://sourceforge.net/projects/jfreechart/
and http://www.jfree.org
Upstream Authors: David Gilbert (david.gilbert@object-refinery.com) and others
Thanks to the following developers who have contributed code to this
class library: Anthony Boulestreau, Jeremy Bowman, J. David
Eisenberg, Paul English, Hans-Jurgen Greiner, Bill Kelemen, Achilleus
Mantzios, Thomas Meier, Krzysztof Paz, Andrzej Porebski, Nabuo
Tamemasa, Mark Watson and Hari.
Copyright:
2000-2006, by Object Refinery Limited and Contributors.
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; either
version 2.1 of the License.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
debian/control 0000644 0000000 0000000 00000003657 12037163362 010607 0 ustar Source: libjfreechart-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Christian Bayle , Varun Hiremath ,
Kumar Appaiah , Vincent Fourmond ,
Jakub Adam
Build-Depends: debhelper (>= 5), cdbs, maven-repo-helper
Build-Depends-Indep: default-jdk, ant, libjcommon-java (>= 1.0.6), libservlet2.5-java,
javahelper (>= 0.32), bnd, libswt-gtk-3-java
Standards-Version: 3.9.4
Homepage: http://www.jfree.org/jfreechart/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjfreechart-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjfreechart-java
Package: libjfreechart-java
Architecture: all
Depends: libjcommon-java (>= 1.0.6), ${misc:Depends}
Suggests: java-virtual-machine, libjfreechart-java-doc
Description: Chart library for Java
JFreeChart is a free Java class library for generating charts, including:
* pie charts (2D and 3D)
* bar charts (regular and stacked, with an optional 3D effect)
* line and area charts
* scatter plots and bubble charts
* time series, high/low/open/close charts and candle stick charts
* combination charts
* Pareto charts
* Gantt charts
* wind plots, meter charts and symbol charts
* wafer map charts
Package: libjfreechart-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libjfreechart-java
Description: Chart library for Java - documentation
JFreeChart is a free Java class library for generating charts.
.
This package provides the javadoc documentation.
Package: libjfreechart-swt-java
Architecture: all
Depends: libjfreechart-java (= ${binary:Version}), libswt-gtk-3-java, ${misc:Depends}
Description: Chart library for Java (SWT support)
JFreeChart is a free Java class library for generating charts.
.
This package allows one to use JFreeChart in SWT applications.
debian/libjfreechart-java.poms 0000644 0000000 0000000 00000000033 11550412472 013606 0 ustar debian/poms/jfreechart.pom