Author: avdyk Date: 2007-05-07 08:50:38 +0000 (Mon, 07 May 2007) New Revision: 3399
Modified: trunk/xmlgraphics-commons/debian/README.Debian trunk/xmlgraphics-commons/debian/changelog trunk/xmlgraphics-commons/debian/control trunk/xmlgraphics-commons/debian/rules Log: 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 Modified: trunk/xmlgraphics-commons/debian/README.Debian =================================================================== --- trunk/xmlgraphics-commons/debian/README.Debian 2007-05-05 21:37:41 UTC (rev 3398) +++ trunk/xmlgraphics-commons/debian/README.Debian 2007-05-07 08:50:38 UTC (rev 3399) @@ -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 Modified: trunk/xmlgraphics-commons/debian/changelog =================================================================== --- trunk/xmlgraphics-commons/debian/changelog 2007-05-05 21:37:41 UTC (rev 3398) +++ trunk/xmlgraphics-commons/debian/changelog 2007-05-07 08:50:38 UTC (rev 3399) @@ -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). Modified: trunk/xmlgraphics-commons/debian/control =================================================================== --- trunk/xmlgraphics-commons/debian/control 2007-05-05 21:37:41 UTC (rev 3398) +++ trunk/xmlgraphics-commons/debian/control 2007-05-07 08:50:38 UTC (rev 3399) @@ -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 Modified: trunk/xmlgraphics-commons/debian/rules =================================================================== --- trunk/xmlgraphics-commons/debian/rules 2007-05-05 21:37:41 UTC (rev 3398) +++ trunk/xmlgraphics-commons/debian/rules 2007-05-07 08:50:38 UTC (rev 3399) @@ -7,8 +7,8 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

