[pkg-java] r14259 - trunk/libquartz-java/debian

Torsten Werner twerner at alioth.debian.org
Wed Aug 17 11:38:58 UTC 2011


Author: twerner
Date: 2011-08-17 11:38:58 +0000 (Wed, 17 Aug 2011)
New Revision: 14259

Modified:
   trunk/libquartz-java/debian/changelog
   trunk/libquartz-java/debian/control
Log:
Remove Java runtime from Depends.

Modified: trunk/libquartz-java/debian/changelog
===================================================================
--- trunk/libquartz-java/debian/changelog	2011-08-17 11:36:39 UTC (rev 14258)
+++ trunk/libquartz-java/debian/changelog	2011-08-17 11:38:58 UTC (rev 14259)
@@ -8,8 +8,9 @@
   * Update Homepage field.
   * Use Maven to build package because upstream has switched to Maven.
   * Switch to source format 3.0.
+  * Remove Java runtime from Depends.
 
- -- Torsten Werner <twerner at debian.org>  Wed, 17 Aug 2011 13:29:42 +0200
+ -- Torsten Werner <twerner at debian.org>  Wed, 17 Aug 2011 13:36:54 +0200
 
 libquartz-java (1.6.6-1) unstable; urgency=low
 

Modified: trunk/libquartz-java/debian/control
===================================================================
--- trunk/libquartz-java/debian/control	2011-08-17 11:36:39 UTC (rev 14258)
+++ trunk/libquartz-java/debian/control	2011-08-17 11:38:58 UTC (rev 14259)
@@ -7,9 +7,6 @@
 Build-Depends-Indep: glassfish-javaee, libcommons-modeler-java,
  libservlet2.5-java, glassfish-mail, glassfish-javaee, libcommons-dbcp-java,
  glassfish-activation, junit
-# libcommons-logging-java, libcommons-beanutils-java,
-# libcommons-collections3-java, libjboss-naming-java,
-# libjboss-system-java, libjboss-common-java, libjboss-jmx-java
 Standards-Version: 3.8.3
 Homepage: http://quartz-scheduler.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libquartz-java
@@ -17,7 +14,7 @@
 
 Package: libquartz-java
 Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: ${misc:Depends}
 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




More information about the pkg-java-commits mailing list