CVS libgnumail-java/debian

Arnaud Vandyck avdyk@haydn.debian.org
Fri Mar 25 10:41:05 2005


Update of /cvsroot/pkg-java/libgnumail-java/debian
In directory haydn:/tmp/cvs-serv13400/debian

Modified Files:
	ant.properties changelog control copyright rules 
Log Message:
build cleanly, uses ant, include javadoc, wolfgang as an uploader

--- /cvsroot/pkg-java/libgnumail-java/debian/ant.properties	2004/04/22 14:48:23	1.1.1.1
+++ /cvsroot/pkg-java/libgnumail-java/debian/ant.properties	2005/03/25 10:40:48	1.2
@@ -1,3 +1,4 @@
 build.compiler=jikes
 activation.jar=/usr/share/java/activation.jar
 inetlib.jar=/usr/share/java/inetlib.jar
+doc=apidoc
--- /cvsroot/pkg-java/libgnumail-java/debian/changelog	2004/10/11 13:39:53	1.4
+++ /cvsroot/pkg-java/libgnumail-java/debian/changelog	2005/03/25 10:40:49	1.5
@@ -1,3 +1,26 @@
+libgnumail-java (1.0-4) unstable; urgency=low
+
+  * Incorporated NMU changes
+  * Added 3 patches to compile against latest gnuinet lib without deprecated
+    methods/constructors - kaffe uses the latest gnuinet on bootclasspath
+  * Package builds cleanly now (closes: #300534)
+  * Removed gjdoc javadoc build from rules and use ant again.
+  * Make sure the javadocs are build and included (closes: #280468)
+  * Put libjessie-java to recommends  
+  * avdyk: added Wolfgang to the uploaders
+  
+ -- Wolfgang Baer <WBaer@gmx.de>  Wed, 23 Mar 2005 19:51:10 +0100
+
+libgnumail-java (1.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * libgnuinet-java has a dependency on libjessie-java -- add
+    jsse.jar to the classpath while building, and add libjessie-java
+    to the direct build-deps so the package doesn't break again if this
+    changes later.  Closes: #277708.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 29 Nov 2004 22:34:21 -0800
+
 libgnumail-java (1.0-3) unstable; urgency=low
 
   * debian/watch: added
--- /cvsroot/pkg-java/libgnumail-java/debian/control	2004/07/13 21:51:34	1.2
+++ /cvsroot/pkg-java/libgnumail-java/debian/control	2005/03/25 10:40:49	1.3
@@ -2,14 +2,15 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), cdbs (>= 0.4.8), kaffe (>= 1.1.1), libant1.6-java, jikes, libgnujaf-java, libgnuinet-java, gjdoc, sablevm
+Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe (>=2:1.1.4.PRECVS11-1), libant1.6-java, libgnujaf-java, libgnuinet-java, libjessie-java
 Standards-Version: 3.6.1
 
 Package: libgnumail-java
 Architecture: all
 Depends: kaffe (>= 1.1.1) | java1-runtime | java2-runtime, libgnujaf-java, libgnuinet-java
 Suggests: java-virtual-machine
+Recommends: libjessie-java
 Description: free implementation of the javamail API
  The javamail api provides abstract classes that model a mail 
  system. With the GNU free implementation of the javamail api, you can 
--- /cvsroot/pkg-java/libgnumail-java/debian/copyright	2004/04/22 14:48:23	1.1.1.1
+++ /cvsroot/pkg-java/libgnumail-java/debian/copyright	2005/03/25 10:40:49	1.2
@@ -1,7 +1,7 @@
 This package was debianized by Arnaud Vandyck <avdyk@debian.org> on
 Fri, 12 Dec 2003 16:37:37 +0100.
 
-It was downloaded from http://savannah.gnu.org/projects/classpathx
+It was downloaded from <http://savannah.gnu.org/projects/classpathx>
 
 Upstream Authors: Andrew Selkirk
                   Nic Ferrier
@@ -13,8 +13,23 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-See /usr/share/common-licenses/GPL-2
+This package is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; version 2 dated June, 1991.
+
+This package is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this package; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
--- /cvsroot/pkg-java/libgnumail-java/debian/rules	2004/08/15 00:44:33	1.3
+++ /cvsroot/pkg-java/libgnumail-java/debian/rules	2005/03/25 10:40:49	1.4
@@ -11,26 +11,14 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-#JAVA_HOME_DIRS       := /usr/lib/kaffe
-JAVACMD := /usr/bin/java-sablevm
+JAVA_HOME            := /usr/lib/kaffe
 ANT_HOME             := /usr/share/ant1.6
-DEB_JARS             := activation inetlib /usr/share/ant1.6/lib/ant-launcher.jar
+DEB_JARS             := activation inetlib ${ANT_HOME}/lib/ant-launcher.jar jsse
 DEB_ANT_COMPILER     := jikes
-DEB_ANT_BUILD_TARGET := dist # javadoc
+DEB_ANT_BUILD_TARGET := dist javadoc
 
 LIBRARY=gnumail
 VERSION=1.0
 
 clean::
 	-rm *.jar gjdoc_rawcomment.cache
-	-rm -fr apidoc
-
-install/lib$(LIBRARY)-java::
-	mkdir apidoc
-	-gjdoc -d apidoc -sourcepath source gnu.mail.handler\
- gnu.mail.providers gnu.mail.providers.imap\
- gnu.mail.providers.maildir gnu.mail.providers.mbox\
- gnu.mail.providers.nntp gnu.mail.providers.pop3\
- gnu.mail.providers.smtp gnu.mail.treeutil\
- gnu.mail.util javax.mail javax.mail.event\
- javax.mail.internet javax.mail.search