Author: fourmond Date: 2008-09-17 22:34:10 +0000 (Wed, 17 Sep 2008) New Revision: 7007
Modified: trunk/xmlgraphics-commons/debian/changelog trunk/xmlgraphics-commons/debian/control trunk/xmlgraphics-commons/debian/rules trunk/xmlgraphics-commons/debian/watch Log: [xmlgraphics-commons] Ready to move to main/experimental Modified: trunk/xmlgraphics-commons/debian/changelog =================================================================== --- trunk/xmlgraphics-commons/debian/changelog 2008-09-17 18:32:44 UTC (rev 7006) +++ trunk/xmlgraphics-commons/debian/changelog 2008-09-17 22:34:10 UTC (rev 7007) @@ -1,9 +1,19 @@ -xmlgraphics-commons (1.2.dfsg-2) UNRELEASED; urgency=low +xmlgraphics-commons (1.2.dfsg+dak-1) experimental; urgency=low + [ Michael Koch ] * Fixed watch file to match current debian version format. - -- Michael Koch <[EMAIL PROTECTED]> Sat, 29 Dec 2007 20:53:28 +0100 + [ Vincent Fourmond ] + * Added myself to Uploaders + * Fixed debian/rules and debian/control to build with openjdk + (closes: #452875) + * Already conforms to Standards 3.8.0 + * Moving to main, hence the pseudo-new-upstream tarball to work + around dak's contrib-to-main bug. + * Uploading to experimental to avoid potential disruption + -- Vincent Fourmond <[EMAIL PROTECTED]> Thu, 18 Sep 2008 00:28:42 +0200 + xmlgraphics-commons (1.2.dfsg-1) unstable; urgency=low * New upstream release. Modified: trunk/xmlgraphics-commons/debian/control =================================================================== --- trunk/xmlgraphics-commons/debian/control 2008-09-17 18:32:44 UTC (rev 7006) +++ trunk/xmlgraphics-commons/debian/control 2008-09-17 22:34:10 UTC (rev 7007) @@ -1,14 +1,15 @@ Source: xmlgraphics-commons -Section: contrib/libs +Section: libs Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, + Vincent Fourmond <[EMAIL PROTECTED]> Build-Depends: debhelper (>5), cdbs -Build-Depends-Indep: sun-java6-jdk, ant-optional, libcommons-io-java (>= 1.3.1), junit -Standards-Version: 3.7.3 +Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, + libcommons-io-java (>= 1.3.1), junit +Standards-Version: 3.8.0 Package: libxmlgraphics-commons-java -Section: contrib/libs Architecture: all Depends: java-gcj-compat | java2-runtime Description: reusable components used by Batik and FOP Modified: trunk/xmlgraphics-commons/debian/rules =================================================================== --- trunk/xmlgraphics-commons/debian/rules 2008-09-17 18:32:44 UTC (rev 7006) +++ trunk/xmlgraphics-commons/debian/rules 2008-09-17 22:34:10 UTC (rev 7007) @@ -7,7 +7,7 @@ export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\- | sed -e 's/.dfsg.*//') #JAVA_HOME := /usr/lib/jvm/java-gcj -JAVA_HOME := /usr/lib/jvm/java-6-sun +JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun # no junit test at the moment DEB_JARS := commons-io #junit ant-junit Modified: trunk/xmlgraphics-commons/debian/watch =================================================================== --- trunk/xmlgraphics-commons/debian/watch 2008-09-17 18:32:44 UTC (rev 7006) +++ trunk/xmlgraphics-commons/debian/watch 2008-09-17 22:34:10 UTC (rev 7007) @@ -1,3 +1,3 @@ version=3 -opts=dversionmangle=s/\.dfsg$// \ +opts=dversionmangle=s/\.dfsg(\+dak)?$// \ http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-(.*)-src\.tar\.gz _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

