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

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Oct 30 19:53:40 UTC 2007


Author: twerner
Date: 2007-10-30 19:53:40 +0000 (Tue, 30 Oct 2007)
New Revision: 4521

Removed:
   trunk/glassfish/debian/glassfish.install
Modified:
   trunk/glassfish/debian/control
   trunk/glassfish/debian/rules
Log:
remove glassfish binary package (it is not really needed)


Modified: trunk/glassfish/debian/control
===================================================================
--- trunk/glassfish/debian/control	2007-10-30 19:14:41 UTC (rev 4520)
+++ trunk/glassfish/debian/control	2007-10-30 19:53:40 UTC (rev 4521)
@@ -10,14 +10,14 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/glassfish
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/glassfish
 
-Package: glassfish
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 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
- Application Server, the Java EE 5 Reference Implementation, and the
- Java Persistence API Reference Implementation, TopLink Essentials.
+#Package: glassfish
+#Architecture: all
+#Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 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
+# Application Server, the Java EE 5 Reference Implementation, and the
+# Java Persistence API Reference Implementation, TopLink Essentials.
 
 Package: glassfish-activation
 Architecture: all

Deleted: trunk/glassfish/debian/glassfish.install
===================================================================
--- trunk/glassfish/debian/glassfish.install	2007-10-30 19:14:41 UTC (rev 4520)
+++ trunk/glassfish/debian/glassfish.install	2007-10-30 19:53:40 UTC (rev 4521)
@@ -1 +0,0 @@
-debian/tmp/usr/share/java/*

Modified: trunk/glassfish/debian/rules
===================================================================
--- trunk/glassfish/debian/rules	2007-10-30 19:14:41 UTC (rev 4520)
+++ trunk/glassfish/debian/rules	2007-10-30 19:53:40 UTC (rev 4521)
@@ -10,7 +10,7 @@
 DEB_JARS		:= servlet-api jsp-api
 DEB_DESTDIR		:= $(CURDIR)/debian/tmp
 
-install/glassfish::
+common-install-prehook-indep::
 	for jar in `ls publish/glassfish/lib | grep jar$ `; \
 	do \
 		install -m 644 -D publish/glassfish/lib/$$jar $(DEB_DESTDIR)/usr/share/java/`basename $$jar .jar`-$(DEB_UPSTREAM_VERSION).jar; \




More information about the pkg-java-commits mailing list