This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/1%3A2.1.1-b31-1 in repository glassfish.
commit 110be5dabecd5d212298fa08bde6c4f2f7acbb03 Author: Torsten Werner <[email protected]> Date: Tue Oct 30 19:53:40 2007 +0000 remove glassfish binary package (it is not really needed) --- debian/control | 16 ++++++++-------- debian/glassfish.install | 1 - debian/rules | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index d5e1c54..a54bb4c 100644 --- a/debian/control +++ b/debian/control @@ -10,14 +10,14 @@ 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 -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 diff --git a/debian/glassfish.install b/debian/glassfish.install deleted file mode 100644 index 1789dc8..0000000 --- a/debian/glassfish.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/share/java/* diff --git a/debian/rules b/debian/rules index 87e0bfe..79db799 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ DEB_ANT_BUILDFILE := debian/build.xml 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; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

