Author: mkoch Date: 2009-10-02 20:53:53 +0000 (Fri, 02 Oct 2009) New Revision: 10744
Modified: trunk/libquartz-java/debian/changelog trunk/libquartz-java/debian/compat trunk/libquartz-java/debian/control trunk/libquartz-java/debian/rules Log: libquartz-java (1.6.5-1) unstable; urgency=low * New upstream release. * Build-Depends on default-jdk. * Build-Depends on debhelper (>= 7). * Moved package to section 'java'. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <[email protected]> Fri, 02 Oct 2009 22:47:16 +0200 Modified: trunk/libquartz-java/debian/changelog =================================================================== --- trunk/libquartz-java/debian/changelog 2009-10-02 20:30:46 UTC (rev 10743) +++ trunk/libquartz-java/debian/changelog 2009-10-02 20:53:53 UTC (rev 10744) @@ -1,3 +1,14 @@ +libquartz-java (1.6.5-1) unstable; urgency=low + + * New upstream release. + * Build-Depends on default-jdk. + * Build-Depends on debhelper (>= 7). + * Moved package to section 'java'. + * Added myself to Uploaders. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Fri, 02 Oct 2009 22:47:16 +0200 + libquartz-java (1.6.4-1) unstable; urgency=low * New upstream release Modified: trunk/libquartz-java/debian/compat =================================================================== --- trunk/libquartz-java/debian/compat 2009-10-02 20:30:46 UTC (rev 10743) +++ trunk/libquartz-java/debian/compat 2009-10-02 20:53:53 UTC (rev 10744) @@ -1 +1 @@ -5 +7 Modified: trunk/libquartz-java/debian/control =================================================================== --- trunk/libquartz-java/debian/control 2009-10-02 20:30:46 UTC (rev 10743) +++ trunk/libquartz-java/debian/control 2009-10-02 20:53:53 UTC (rev 10744) @@ -1,15 +1,15 @@ Source: libquartz-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs, debhelper (>= 5) -Build-Depends-Indep: ant, java-gcj-compat-dev, glassfish-javaee, - libcommons-logging-java, libcommons-modeler-java, libservlet2.4-java, +Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]> +Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant +Build-Depends-Indep: glassfish-javaee, + libcommons-logging-java, libcommons-modeler-java, libservlet2.5-java, libcommons-dbcp-java, libcommons-beanutils-java, junit, libcommons-collections3-java, libjboss-naming-java, libjboss-system-java, libjboss-common-java, libjboss-jmx-java -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Homepage: http://www.opensymphony.com/quartz/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libquartz-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libquartz-java @@ -17,7 +17,7 @@ Package: libquartz-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - java-gcj-compat | java1-runtime | java2-runtime + default-jre | java1-runtime | java2-runtime Description: open source job scheduling system Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE Modified: trunk/libquartz-java/debian/rules =================================================================== --- trunk/libquartz-java/debian/rules 2009-10-02 20:30:46 UTC (rev 10743) +++ trunk/libquartz-java/debian/rules 2009-10-02 20:53:53 UTC (rev 10744) @@ -3,11 +3,11 @@ include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar #tests fail because clover is missing: #DEB_ANT_CHECK_TARGET := test -DEB_JARS := commons-logging commons-modeler servlet-api glassfish-ejb-api glassfish-javaee \ +DEB_JARS := commons-logging commons-modeler servlet-api-2.5 glassfish-ejb-api glassfish-javaee \ commons-dbcp commons-beanutils commons-digester commons-collections3 jnpserver\ jboss-system jboss-common jboss-jmx junit _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

