This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlgraphics-commons.
commit 040b901bdc4e585a769925c7db8d6f1ae31ebbd8 Author: Arnaud Vandyck <[email protected]> Date: Mon May 7 08:50:38 2007 +0000 xmlgraphics-commons (1.1.dfsg.2-1) unstable; urgency=low * Move to contrib because it needs Sun's proprietary jpeg codecs. -- Arnaud Vandyck <[email protected]> Mon, 7 May 2007 10:46:53 +0200 --- debian/README.Debian | 12 +++++++++++- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 4 ++-- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index f483f0e..0797c63 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,9 +1,19 @@ xmlgraphics-commons ------------------- +Why in contrib? +--------------- + +xmlgraphics-commons needs Sun's proprietary jpeg codecs to build. If you +want to use those codec's in your application, you'll need a proprietary +virtual machine (the one from Sun, IBM or Blackdown). + +Whe the JDK will be completly free, we can hope Classpath will integrate +those codec's. + Source tarball: --------------- I removed commons-io.jar from lib directory. - -- Arnaud Vandyck <[email protected]>, Fri, 13 Apr 2007 07:27:33 +0200 + -- Arnaud Vandyck <[email protected]>, Mon, 7 May 2007 10:49:11 +0200 diff --git a/debian/changelog b/debian/changelog index f94143d..c650fa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xmlgraphics-commons (1.1.dfsg.2-1) unstable; urgency=low + + * Move to contrib because it needs Sun's proprietary jpeg codecs. + + -- Arnaud Vandyck <[email protected]> Mon, 7 May 2007 10:46:53 +0200 + xmlgraphics-commons (1.1.dfsg.1-1) unstable; urgency=low * Initial Release (closes: #418896). diff --git a/debian/control b/debian/control index a986e0f..b6b6d14 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: xmlgraphics-commons -Section: libs +Section: contrib/libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]> -Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, ant-optional, cdbs, libcommons-io-java (>= 1.3.1), junit +Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, ant-optional, cdbs, libcommons-io-java (>= 1.3.1), junit, ibm-j2sdk1.6 Standards-Version: 3.7.2 Package: libxmlgraphics-commons-java -Section: libs +Section: contrib/libs Architecture: all Depends: java-gcj-compat | java2-runtime, libasm-java Description: reusable components used by Batik and FOP diff --git a/debian/rules b/debian/rules index bd577a4..0384b3b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -JAVA_HOME := /usr/lib/jvm/java-gcj/ -ANT_HOME := /usr/share/ant +#JAVA_HOME := /usr/lib/jvm/java-gcj/ +JAVA_HOME := /usr/lib/j2sdk1.6-ibm/ # no junit test at the moment DEB_JARS := commons-io #junit ant-junit -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

