debian/ 0000755 0000000 0000000 00000000000 12036615124 007166 5 ustar debian/poms/ 0000755 0000000 0000000 00000000000 12036615124 010144 5 ustar debian/poms/jcommon.pom 0000644 0000000 0000000 00000002301 11550417440 012320 0 ustar 4.0.0jfreejcommonjcommon1.0.16JFree.orghttp://www.jfree.org/2001
JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org,
including JFreeChart and JFreeReport.
http://www.jfree.org/jcommon/scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jcommonhttp://jfreechart.cvs.sourceforge.net/jfreechart/jcommon/GNU Lesser General Public Licencehttp://www.gnu.org/licenses/lgpl.txtrepo
debian/jcommon.bnd 0000644 0000000 0000000 00000000217 12036350411 011310 0 ustar Bundle-Name: General Purpose library for Java
Bundle-SymbolicName: org.jfree
Bundle-Version: 1.0.0
Bundle-Vendor: Debian.org
Import-Package: *
debian/watch 0000644 0000000 0000000 00000000176 11351754371 010232 0 ustar version=3
opts=dversionmangle=s/[.+]dfsg// \
http://sf.net/jfreechart/jcommon-([\d.]+)\.tar\.gz \
debian debian/orig-tar.sh
debian/rules 0000755 0000000 0000000 00000002760 12036350411 010246 0 ustar #!/usr/bin/make -f
# Add here any variable or target overrides you need
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
LIBRARY_PACKAGE := jcommon
API_VERSION := $(DEB_UPSTREAM_VERSION)
DEB_JARS := \
junit \
servlet-api-2.5
DEB_ANT_BUILDFILE := ant/build.xml
DEB_ANT_BUILD_TARGET := compile compile-xml javadoc
# FIXME: how to run this?
DEB_ANT_CHECK_TARGET := compile-junit-tests
MAVEN_REPO := http://repository.jboss.org/maven2
clean::
mh_clean
rm -rf build
rm -rf javadoc
rm -f $(LIBRARY_PACKAGE)-$(API_VERSION).jar
rm -f $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
rm -f lib/junit.jar lib/jcommon-$(API_VERSION)-junit.jar
install/lib$(LIBRARY_PACKAGE)-java::
bnd wrap -properties debian/jcommon.bnd -output $(LIBRARY_PACKAGE)-$(API_VERSION).jar \
$(LIBRARY_PACKAGE)-$(API_VERSION).jar
dh_install -plib$(LIBRARY_PACKAGE)-java $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar /usr/share/java/
dh_link -plib$(LIBRARY_PACKAGE)-java /usr/share/java/$(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar /usr/share/java/$(LIBRARY_PACKAGE)-xml.jar
mh_installpoms -plib$(LIBRARY_PACKAGE)-java
mh_installjar -plib$(LIBRARY_PACKAGE)-java -l debian/poms/$(LIBRARY_PACKAGE).pom $(LIBRARY_PACKAGE)-$(API_VERSION).jar
get-orig-pom:
mkdir -p debian/poms
wget -U NoSuchBrowser/1.0 -O debian/poms/$(LIBRARY_PACKAGE).pom \
$(MAVEN_REPO)/jfree/$(LIBRARY_PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(LIBRARY_PACKAGE)-$(DEB_UPSTREAM_VERSION).pom
debian/changelog 0000644 0000000 0000000 00000010452 12036614600 011040 0 ustar libjcommon-java (1.0.16-3) unstable; urgency=low
* Remove Michael Koch from Uploaders (Closes: #654075).
* Add Jakub Adam to Uploaders.
* Generate OSGi metadata into jcommon.jar manifest.
* Bump Standards-Version to 3.9.4.
-- Jakub Adam Sat, 13 Oct 2012 22:06:45 +0200
libjcommon-java (1.0.16-2) unstable; urgency=low
* Team upload.
[ Ioan Eugen STAN ]
* Fix "Package does not install maven artifacts" (Closes: #620046)
* Enabled maven artifact deployment:
- debian/control: Build-Depends added maven-repo-helper
- debian/rules: install maven artifacts
- debian/poms/jcommon.pom: localised pom for maven
* debian/patches/javaDocLink: links the package to system doc (Debian
Java FAQ 4.4.4).
[ Torsten Werner ]
* Remove last patch because it is not needed.
[ Damien Raude-Morvan ]
* Update to Standards-Version 3.9.2.
* Remove Arnaud Vandyck from Uploaders.
* Drop Depends on JRE since it's a library (as per Debian Java
Policy).
* Build-Depends on libservlet2.5-java instead of libservlet2.4-java.
* Rename d/libcommon-java-doc.doc-base to d/libjcommon-java-doc.doc-base
to correctly register documentation.
-- Damien Raude-Morvan Mon, 25 Apr 2011 15:18:34 +0200
libjcommon-java (1.0.16-1) unstable; urgency=low
[ Matthias Klose ]
* (Build-)depend on default-jre/-jdk.
[ Torsten Werner ]
* New upstream release (Closes: #575016)
* Add d/orig-tar.sh to clean up orig tarball after download.
* Add missing Depends: ${misc:Depends}.
* Bump up debhelper version to 5.
* Update Standards-Version: 3.8.4 (no changes).
* Change Section: java.
* Do various cleanups.
* Changes source format to 3.0.
* Add Vcs-* and Homepage headers to d/control.
-- Torsten Werner Mon, 22 Mar 2010 21:45:58 +0100
libjcommon-java (1.0.10.dfsg-1) unstable; urgency=low
* oops, we need to remove lib/junit.jar from the orig
-- Rene Engelhard Mon, 24 Sep 2007 14:19:48 +0200
libjcommon-java (1.0.10-1) unstable; urgency=low
[ Michael Koch ]
* Fixed typo in java1-runtime dependency.
* Fixed clean target to delete the created jars on second build.
* Removed Build-Depends on ecj-bootstrap and special handling for it in
debian/rules.
* Added myself and Removed Wolfgang from Uploaders.
[ Rene Engelhard ]
* New upstream release
* add myself to Uploaders
* remove junit.jar from lib/ in clean and add compile-junit-tests to
DEB_ANT_TEST_TARGET; build-depend on junit
-- Rene Engelhard Wed, 29 Aug 2007 23:03:41 +0200
libjcommon-java (1.0.6-1) unstable; urgency=low
* New upstream release.
-- Matthias Klose Sun, 1 Oct 2006 14:12:07 +0200
libjcommon-java (1.0.5-1) unstable; urgency=low
Robert Schuster :
* New stable upstream release
* Build with java-gcj-compat-dev and ecj-bootstrap
Arnaud Vandyck :
* Updated Standards-Version to 3.7.2: added cdbs and debhelper in
Build-Depends.
* Added myself to uploaders.
* debian/rules: removed ant-launcher.jar, no more needed by cdbs-ant
-- Arnaud Vandyck Wed, 19 Jul 2006 12:39:50 +0200
libjcommon-java (1.0.0-1) unstable; urgency=low
* New stable upstream release (closes: #328574)
* Move to main - build with kaffe
* Use cdbs build system - added cdbs build-dependency
* Move package to pkg-java-maintainers for comaintenance,
added Christian Bayle and myself as uploaders
* Removed unneeded README.Debian
* Added README.Debian-source how the upstream tarball was cleaned
* Move big documentation in an own -doc package
* Register javadoc api with doc-base
* Standards-Version 3.6.2 (no changes)
-- Wolfgang Baer Thu, 09 Feb 2006 15:58:13 +0100
libjcommon-java (0.8.3-3) unstable; urgency=low
* Added dependancy on java2-runtime (Closes: #202400)
-- Christian Bayle Tue, 22 Jul 2003 21:56:51 +0200
libjcommon-java (0.8.3-2) unstable; urgency=low
* Change way of managing external libs
-- Christian Bayle Thu, 10 Jul 2003 08:54:54 +0200
libjcommon-java (0.8.3-1) unstable; urgency=low
* Initial Release.
-- Christian Bayle Sat, 5 Jul 2003 15:27:56 +0200
Local variables:
mode: debian-changelog
End:
debian/libjcommon-java-doc.doc-base 0000644 0000000 0000000 00000000676 11555274223 014417 0 ustar Document: libjcommon-java-doc
Title: Programmer API for the JCommon
Author: David Gilbert (david.gilbert@object-refinery.com)
Abstract: This is the programmer API of JCommon is a free general purpose
Java class library that is used in several projects including JFreeChart
and JFreeReport.
Section: Programming
Format: HTML
Index: /usr/share/doc/libjcommon-java-doc/javadoc/index.html
Files: /usr/share/doc/libjcommon-java-doc/javadoc/*.html
debian/libjcommon-java.poms 0000644 0000000 0000000 00000000030 11550417440 013130 0 ustar debian/poms/jcommon.pom
debian/patches/ 0000755 0000000 0000000 00000000000 12036615124 010615 5 ustar debian/patches/javaDocLink 0000644 0000000 0000000 00000000614 11550417440 012727 0 ustar --- a/ant/build.xml
+++ b/ant/build.xml
@@ -166,6 +166,7 @@
windowtitle="JCommon Class Library (version ${jcommon.version})"
overview="source/overview.html"
linksource="true">
+
debian/patches/series 0000644 0000000 0000000 00000000014 11550417440 012026 0 ustar javaDocLink
debian/libjcommon-java-doc.docs 0000644 0000000 0000000 00000000023 10373701444 013651 0 ustar javadoc
README.txt
debian/orig-tar.sh 0000755 0000000 0000000 00000000515 11351754371 011261 0 ustar #!/bin/sh -e
VERSION=$2
TAR=../libjcommon-java_$VERSION.orig.tar.gz
DIR=jcommon-$VERSION
tar -x -z -f $TAR
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
rm -rf $DIR
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
. .svn/deb-layout
mv $TAR $origDir && echo "moved $TAR to $origDir"
fi
debian/source/ 0000755 0000000 0000000 00000000000 12036615124 010466 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11351755477 011713 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 11351755477 010403 0 ustar 5
debian/copyright 0000644 0000000 0000000 00000002766 11351755477 011153 0 ustar This package was debianized by Christian Bayle on
Wed, 2 Jul 2003 22:49:43 +0200.
It was downloaded from
and
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:
(C) 2000-2005, 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 of the License, or (at your option) any later version.
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.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 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'.
debian/control 0000644 0000000 0000000 00000002713 12036614600 010572 0 ustar Source: libjcommon-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Christian Bayle , Rene Engelhard ,
Jakub Adam
Build-Depends: debhelper (>= 5), cdbs, maven-repo-helper
Build-Depends-Indep: default-jdk, ant, libservlet2.5-java, junit, bnd
Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjcommon-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjcommon-java/
Homepage: http://www.jfree.org/jcommon/
Package: libjcommon-java
Architecture: all
Depends: ${misc:Depends}
Suggests: java-virtual-machine, libjcommon-java-doc
Description: General Purpose library for Java
JCommon is a free general purpose Java class library that is used in
several projects at The Object Refinery, including JFreeChart and
JFreeReport.
.
The library includes:
* user interface classes for displaying information about applications
* custom layout managers
* a date chooser panel
* serialization utilities
* XML parser support classes
Package: libjcommon-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libjcommon-java
Description: General Purpose library for Java - documentation
JCommon is a free general purpose Java class library that is used in
several projects at The Object Refinery, including JFreeChart and
JFreeReport.
.
This package includes the documentation.