[pkg-java] r5127 - trunk/glassfish/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Dec 18 11:10:47 UTC 2007


Author: twerner
Date: 2007-12-18 11:10:47 +0000 (Tue, 18 Dec 2007)
New Revision: 5127

Modified:
   trunk/glassfish/debian/changelog
   trunk/glassfish/debian/control
   trunk/glassfish/debian/rules
Log:
Remove Build-Depends: libservlet2.4-java.

Modified: trunk/glassfish/debian/changelog
===================================================================
--- trunk/glassfish/debian/changelog	2007-12-18 10:57:00 UTC (rev 5126)
+++ trunk/glassfish/debian/changelog	2007-12-18 11:10:47 UTC (rev 5127)
@@ -1,8 +1,9 @@
 glassfish (2+b58g-3) unstable; urgency=low
 
   * Build directory servlet-api to make javaee more complete.
+  * Remove Build-Depends: libservlet2.4-java.
 
- -- Torsten Werner <twerner at debian.org>  Tue, 18 Dec 2007 11:55:57 +0100
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Dec 2007 12:10:02 +0100
 
 glassfish (2+b58g-2) unstable; urgency=low
 

Modified: trunk/glassfish/debian/control
===================================================================
--- trunk/glassfish/debian/control	2007-12-18 10:57:00 UTC (rev 5126)
+++ trunk/glassfish/debian/control	2007-12-18 11:10:47 UTC (rev 5127)
@@ -4,7 +4,7 @@
 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, libservlet2.4-java, sun-java6-jdk
+Build-Depends-Indep: ant, sun-java6-jdk
 Standards-Version: 3.7.2
 Homepage: https://glassfish.dev.java.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/glassfish

Modified: trunk/glassfish/debian/rules
===================================================================
--- trunk/glassfish/debian/rules	2007-12-18 10:57:00 UTC (rev 5126)
+++ trunk/glassfish/debian/rules	2007-12-18 11:10:47 UTC (rev 5127)
@@ -7,7 +7,6 @@
 JAVA_HOME 		:= /usr/lib/jvm/java-6-sun
 DEB_ANT_BUILD_TARGET	:= jar
 DEB_ANT_BUILDFILE	:= debian/build.xml
-DEB_JARS		:= servlet-api jsp-api
 DEB_DESTDIR		:= $(CURDIR)/debian/tmp
 
 ALL_JARS := $(wildcard publish/glassfish/lib/*.jar)




More information about the pkg-java-commits mailing list