[libquartz2-java] 13/63: libquartz-java (1.6.5-1) unstable; urgency=low
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 14 10:32:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libquartz2-java.
commit f210a3df39dcf64005ac2610bc920ee94985e786
Author: Michael Koch <konqueror at gmx.de>
Date: Fri Oct 2 20:53:53 2009 +0000
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 <konqueror at gmx.de> Fri, 02 Oct 2009 22:47:16 +0200
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 14 +++++++-------
debian/rules | 4 ++--
4 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index adb2387..cea2315 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <konqueror at gmx.de> Fri, 02 Oct 2009 22:47:16 +0200
+
libquartz-java (1.6.4-1) unstable; urgency=low
* New upstream release
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index ce09c9a..2772909 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: libquartz-java
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
-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 <varun at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>
+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 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libquartz-java
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
diff --git a/debian/rules b/debian/rules
index b7ad0fa..e60242a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz2-java.git
More information about the pkg-java-commits
mailing list