[pkg-java] r5128 - in trunk/glassfish/debian: . patches

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Dec 18 12:14:49 UTC 2007


Author: twerner
Date: 2007-12-18 12:14:49 +0000 (Tue, 18 Dec 2007)
New Revision: 5128

Removed:
   trunk/glassfish/debian/patches/ejb.diff
Modified:
   trunk/glassfish/debian/changelog
   trunk/glassfish/debian/control
   trunk/glassfish/debian/patches/series
   trunk/glassfish/debian/rules
Log:
* Add Build-Depends: libaxis-java and remove wrong patch ejb.diff.
* Change Standards-Version: 3.7.3.

Modified: trunk/glassfish/debian/changelog
===================================================================
--- trunk/glassfish/debian/changelog	2007-12-18 11:10:47 UTC (rev 5127)
+++ trunk/glassfish/debian/changelog	2007-12-18 12:14:49 UTC (rev 5128)
@@ -2,8 +2,10 @@
 
   * Build directory servlet-api to make javaee more complete.
   * Remove Build-Depends: libservlet2.4-java.
+  * Add Build-Depends: libaxis-java and remove wrong patch ejb.diff.
+  * Change Standards-Version: 3.7.3.
 
- -- Torsten Werner <twerner at debian.org>  Tue, 18 Dec 2007 12:10:02 +0100
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Dec 2007 13:14:00 +0100
 
 glassfish (2+b58g-2) unstable; urgency=low
 

Modified: trunk/glassfish/debian/control
===================================================================
--- trunk/glassfish/debian/control	2007-12-18 11:10:47 UTC (rev 5127)
+++ trunk/glassfish/debian/control	2007-12-18 12:14:49 UTC (rev 5128)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), quilt
-Build-Depends-Indep: ant, sun-java6-jdk
-Standards-Version: 3.7.2
+Build-Depends-Indep: ant, sun-java6-jdk, libaxis-java
+Standards-Version: 3.7.3
 Homepage: https://glassfish.dev.java.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/glassfish
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/glassfish

Deleted: trunk/glassfish/debian/patches/ejb.diff
===================================================================
--- trunk/glassfish/debian/patches/ejb.diff	2007-12-18 11:10:47 UTC (rev 5127)
+++ trunk/glassfish/debian/patches/ejb.diff	2007-12-18 12:14:49 UTC (rev 5128)
@@ -1,13 +0,0 @@
-Index: glassfish-v2+b58g/ejb-api/src/share/classes/javax/ejb/SessionContext.java
-===================================================================
---- glassfish-v2+b58g.orig/ejb-api/src/share/classes/javax/ejb/SessionContext.java	2007-10-27 19:32:56.000000000 +0530
-+++ glassfish-v2+b58g/ejb-api/src/share/classes/javax/ejb/SessionContext.java	2007-10-27 19:34:41.000000000 +0530
-@@ -37,7 +37,7 @@
- 
- import java.util.*;
- import java.security.Identity;
--import javax.xml.rpc.handler.MessageContext;
-+import javax.mail.MessageContext;
- 
- /**
-  * The SessionContext interface provides access to the runtime session context 

Modified: trunk/glassfish/debian/patches/series
===================================================================
--- trunk/glassfish/debian/patches/series	2007-12-18 11:10:47 UTC (rev 5127)
+++ trunk/glassfish/debian/patches/series	2007-12-18 12:14:49 UTC (rev 5128)
@@ -1,2 +1 @@
 properties.diff
-ejb.diff

Modified: trunk/glassfish/debian/rules
===================================================================
--- trunk/glassfish/debian/rules	2007-12-18 11:10:47 UTC (rev 5127)
+++ trunk/glassfish/debian/rules	2007-12-18 12:14:49 UTC (rev 5128)
@@ -8,6 +8,7 @@
 DEB_ANT_BUILD_TARGET	:= jar
 DEB_ANT_BUILDFILE	:= debian/build.xml
 DEB_DESTDIR		:= $(CURDIR)/debian/tmp
+DEB_JARS                := jaxrpc
 
 ALL_JARS := $(wildcard publish/glassfish/lib/*.jar)
 ALL_JARS += $(wildcard */build/release/*.jar)




More information about the pkg-java-commits mailing list