[pkg-java] r7243 - branches/glassfish/lenny/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Thu Nov 6 21:20:12 UTC 2008


Author: twerner
Date: 2008-11-06 21:20:11 +0000 (Thu, 06 Nov 2008)
New Revision: 7243

Modified:
   branches/glassfish/lenny/debian/changelog
   branches/glassfish/lenny/debian/control
Log:
Fix java runtime Depends. (Closes: #503775)

Modified: branches/glassfish/lenny/debian/changelog
===================================================================
--- branches/glassfish/lenny/debian/changelog	2008-11-06 21:19:23 UTC (rev 7242)
+++ branches/glassfish/lenny/debian/changelog	2008-11-06 21:20:11 UTC (rev 7243)
@@ -1,3 +1,9 @@
+glassfish (2+b58g-3lenny1) testing-proposed-updates; urgency=low
+
+  * Fix java runtime Depends. (Closes: #503775)
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 06 Nov 2008 22:00:12 +0100
+
 glassfish (2+b58g-3) unstable; urgency=low
 
   * Build directory servlet-api to make javaee more complete.

Modified: branches/glassfish/lenny/debian/control
===================================================================
--- branches/glassfish/lenny/debian/control	2008-11-06 21:19:23 UTC (rev 7242)
+++ branches/glassfish/lenny/debian/control	2008-11-06 21:20:11 UTC (rev 7243)
@@ -21,7 +21,7 @@
 
 Package: glassfish-activation
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java2-runtime
 Description: Open source Java EE 5 Application Server
  The GlassFish community is building free, open source,
  production-quality, enterprise software. The main deliverables are an
@@ -32,7 +32,7 @@
 
 Package: glassfish-appserv
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | java6-runtime
 Description: Open source Java EE 5 Application Server
  The GlassFish community is building free, open source,
  production-quality, enterprise software. The main deliverables are an
@@ -43,7 +43,7 @@
 
 Package: glassfish-jmac-api
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | java6-runtime
 Description: Open source Java EE 5 Application Server
  The GlassFish community is building free, open source,
  production-quality, enterprise software. The main deliverables are an
@@ -54,7 +54,7 @@
 
 Package: glassfish-mail
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java2-runtime
 Description: Open source Java EE 5 Application Server
  The GlassFish community is building free, open source,
  production-quality, enterprise software. The main deliverables are an
@@ -65,7 +65,7 @@
 
 Package: glassfish-javaee
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | java6-runtime
 Description: Open source Java EE 5 Application Server
  The GlassFish community is building free, open source,
  production-quality, enterprise software. The main deliverables are an
@@ -77,7 +77,7 @@
 
 Package: glassfish-toplink-essentials
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | java6-runtime
 Description: Open source Java EE 5 Application Server
  The GlassFish community is building free, open source,
  production-quality, enterprise software. The main deliverables are an




More information about the pkg-java-commits mailing list