debian/0000775000000000000000000000000012314770303007170 5ustar debian/copyright0000664000000000000000000000341111655520265011131 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Upstream-Name: GNU JavaMail Files: * Copyright: 2000, Andrew Selkirk 2001, Benjamin A. Speakmon 2006, Cedric Hyppolite 1999, 2002-2006, Chris Burdess 1996-2002, 2004-2005, The Free Software Foundation License: GPL-2+ with linking exception Files: debian/* Copyright: 2003, Arnaud Vandyck 2011, Debian Java Maintainers License: GPL-2+ with linking exception License: GPL-2+ with linking exception GNU JavaMail 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; either version 2 of the License, or (at your option) any later version. . GNU JavaMail 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 library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . As a special exception, if you link this library with other files to produce an executable, this library does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. . On Debian based system, the full text of the GNU GPL license can be found in: /usr/share/common-licenses/GPL-2 debian/dirs0000664000000000000000000000001710041755466010062 0ustar usr/share/java debian/source.lintian-overrides0000664000000000000000000000022711236120100014033 0ustar # These config files are not used (use ant + build.xml). libgnumail-java source: ancient-autotools-helper-file libgnumail-java source: ancient-libtool debian/compat0000664000000000000000000000000211652601211010361 0ustar 8 debian/libgnumail-java.docs0000664000000000000000000000012010622164006013072 0ustar NEWS README.imap README.maildir README.mbox README.nntp README.pop3 README.smtp debian/gnumail.pom0000664000000000000000000000041211722020125011326 0ustar 4.0.0 javax.mail gnumail 1.1.2 GNU JavaMail jar http://savannah.gnu.org/projects/classpathx debian/README.Debian0000664000000000000000000000036410041755466011244 0ustar libgnumail-java for Debian -------------------------- Everything should be OK but do not hesitate to file bug reports and help upstream to have the more stable code as possible. -- Arnaud Vandyck , Fri Dec 12 17:12:14 2003 debian/watch0000664000000000000000000000022110622164006010211 0ustar version=2 ftp://ftp.gnu.org/gnu/classpathx/mail-(.*\..*)\.tar\.gz debian uupdate # Literal "." in above to avoid match with mail-20040420.tar.gz debian/source/0000775000000000000000000000000012104206510010457 5ustar debian/source/format0000664000000000000000000000001411407461653011705 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000012314766164010631 5ustar debian/patches/01_fix_classpath.patch0000664000000000000000000000044612262524433014777 0ustar Description: Adds missing dependencies in the Manifest. --- a/MANIFEST.MF +++ b/MANIFEST.MF @@ -2,4 +2,4 @@ Implementation-Version: 1.3 Implementation-Vendor: The Free Software Foundation, Inc. Implementation-URL: http://www.gnu.org/software/classpathx/javamail/ - +Class-Path: inetlib.jar debian/patches/series0000664000000000000000000000016512262524315012040 0ustar 01_fix_classpath.patch gnumail-imaps.patch javadoc-link.patch 04_remove_jaf_dependency.patch add-osgi-metadata.patch debian/patches/javadoc-link.patch0000664000000000000000000000057212262524433014211 0ustar Description: Links against system installed javadocs. --- a/build.xml +++ b/build.xml @@ -229,6 +229,8 @@ + + debian/patches/add-osgi-metadata.patch0000664000000000000000000000176312314766164015126 0ustar From: Jakub Adam Date: Sun, 16 Oct 2011 11:57:21 +0200 Subject: add-osgi-metadata --- build.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) --- a/build.xml +++ b/build.xml @@ -161,6 +161,14 @@ Free Software Foundation, Inc., 51 Frank + + + + + + + + debian/patches/gnumail-imaps.patch0000664000000000000000000000111211407461653014405 0ustar Description: Adds support for the imaps protocol. Bug: #429865 --- a/build.xml 2007-06-27 19:51:57.000000000 +0200 +++ b/build.xml 2007-06-27 19:53:53.000000000 +0200 @@ -127,6 +127,8 @@ protocol=imap; type=store; class=gnu.mail.providers.imap.IMAPStore; vendor=dog@gnu.org; + protocol=imaps; type=store; class=gnu.mail.providers.imap.IMAPStore; vendor=dog@gnu.org; + debian/patches/04_remove_jaf_dependency.patch0000664000000000000000000000362312262524433016465 0ustar Description: Remove the explicit dependency on the Java Activation Framework since it's now part of the JRE. Author: Emmanuel Bourg Forwarded: no --- a/build.xml +++ b/build.xml @@ -36,7 +36,6 @@ - @@ -52,7 +51,6 @@ - @@ -63,19 +61,14 @@ - - - - - - + WARNING: compilation using Ant is not supported, see the file INSTALL for details @@ -196,7 +189,6 @@ - debian/rules0000775000000000000000000000212612262524433010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ') VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-trax inetlib DEB_ANT_BUILD_TARGET := dist javadoc DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) \ -Dgnumail.jar=gnumail-$(VERSION).jar -Dproviders.jar=gnumail-providers-$(VERSION).jar \ -Ddoc=api -Dant.build.javac.source=1.4 API_DOCS := api install/$(PACKAGE):: mh_installpom -p$(PACKAGE) debian/gnumail.pom mh_installjar -p$(PACKAGE) --java-lib debian/gnumail.pom ./gnumail-$(VERSION).jar dh_install -p$(PACKAGE) ./gnumail-providers-$(VERSION).jar usr/share/java dh_link -p$(PACKAGE) usr/share/java/gnumail-providers-$(VERSION).jar usr/share/java/gnumail-providers.jar dh_installchangelogs ChangeLog install/$(PACKAGE)-doc:: dh_install -p$(PACKAGE)-doc $(API_DOCS) usr/share/doc/$(PACKAGE) clean:: rm -rf *.jar mh_clean debian/libgnumail-java-doc.doc-base0000664000000000000000000000063210622165273014401 0ustar Document: libgnumail-java Title: Programmer API for libgnumail-java Author: classpathx project Abstract: This is the programmer API of libgnumail-java a free implementation of the javamail API for sending and reading messages using SMTP, IMAP4, POP3, mbox, Maildir and NNTP. Section: Programming Format: HTML Index: /usr/share/doc/libgnumail-java/api/index.html Files: /usr/share/doc/libgnumail-java/api/* debian/changelog0000664000000000000000000002003112314770303011036 0ustar libgnumail-java (1.1.2-9ubuntu3) trusty; urgency=medium * d/p/add-osgi-metadata.patch: Drop requirement for javax.activiation, fixing FTBFS in eclipse-* packages. -- James Page Thu, 27 Mar 2014 09:34:49 +0000 libgnumail-java (1.1.2-9ubuntu2) trusty; urgency=medium * Merge with Debian; remaining changes: - Don't use bnd to generate OSGi metadata. -- Matthias Klose Mon, 06 Jan 2014 13:57:10 +0100 libgnumail-java (1.1.2-9) unstable; urgency=low * Team upload. * Removed the obsolete dependency on libgnujaf-java * debian/rules: Improved the clean target to allow rebuilds -- Emmanuel Bourg Wed, 15 May 2013 01:21:02 +0200 libgnumail-java (1.1.2-8ubuntu1) raring; urgency=low * Revert, because we don't want to have it in main. LP: #1126567. - Use bnd to generate OSGi metadata. -- Matthias Klose Wed, 20 Feb 2013 11:32:23 +0100 libgnumail-java (1.1.2-8) unstable; urgency=low [ Jakub Adam ] * Use bnd to generate OSGi metadata. * Bumped Standards-Version to 3.9.4. [ Niels Thykier ] * Use the canonical URLs in the Vcs-* fields. -- Jakub Adam Tue, 05 Feb 2013 14:45:47 +0100 libgnumail-java (1.1.2-7) unstable; urgency=low * Removed Michael Koch from Uploaders (Closes: #654066). * Publish maven artifacts for gnumail. * Bumped Standards-Version to 3.9.3. -- Jakub Adam Fri, 24 Feb 2012 23:27:11 +0100 libgnumail-java (1.1.2-6) unstable; urgency=low [ Jakub Adam ] * Add OSGi metadata to jar manifest * Bumped Standards-Version to 3.9.2 * Bumped debhelper compat to 8 * Updated the DEP-5 copyright to r202 [ Niels Thykier ] * Updated javadoc linking and relations to reflect that the API doc for libgnujaf-java is now in a separate package. -- Jakub Adam Sun, 16 Oct 2011 11:58:21 +0200 libgnumail-java (1.1.2-5) unstable; urgency=low * Team Upload. * Fixed typo in the changelog. * Removed unused linda overrides. * Bumped debhelper compat to 7. * Removed Arnaud Vandyck and Paul Cager from uploaders. Thank you for your work on this package. * Bumped Standards-Versions to 3.8.4 - no changes required. * Replaced classpath-doc dependency with default-jdk-doc and reduced it to a recommends. * Converted source format to 3.0 (quilt). * Removed reference to xalan2.jar in the build, it was not used. * Linked the javadoc against system installed javadocs. -- Niels Thykier Sun, 20 Jun 2010 21:11:15 +0200 libgnumail-java (1.1.2-4) unstable; urgency=low [ Onkar Shinde ] * debian/rules - Remove ANT_HOME, unnecessary files in DEB_JARS. - Use DEB_UPSTREAM_VERSION for retrieving version. - Move source version option to DEB_ANT_ARGS. - Only delete jar files in clean target. Rest is handles by clean target in build.xml. * debian/patches/01_fix_classpath.patch - Add appropriate jar files in classpath using manifest attribute. * debian/control - Change standards version to 3.8.3. -- Debian Java Maintainers Thu, 19 Nov 2009 19:41:30 +0530 libgnumail-java (1.1.2-3) unstable; urgency=low [ Matthias Klose ] * (Build-)depend on default-jre/-jdk. * Set java source version to 1.4. [ Torsten Werner ] * Add myself to Uploaders. * Add missing Depends: ${misc:Depends}. * Add Vcs-* and Homepage headers. * Update Standards-Version: 3.8.2. * Refer to GPL-2 in debian/copyright. * Fix Description api -> API. * Change Section: java. * Update lintian overrides. -- Torsten Werner Tue, 04 Aug 2009 22:48:48 +0200 libgnumail-java (1.1.2-2) unstable; urgency=low * Added debian/patches/gnumail-imaps.patch to add imaps provider. Closes: #429865. -- Michael Koch Wed, 27 Jun 2007 19:58:23 +0200 libgnumail-java (1.1.2-1) unstable; urgency=low * New upstream release (Closes: #420825, #422991). * Added lintian / linda overrides for out-of-date configure files (not used in our build). * Converted to cdbs (de-facto project standard). * Changed watch file to prevent false positive with an upstream date-stamped file. * Changed to debhelper compat 5. * Added myself to Uploaders. -- Paul Cager Thu, 17 May 2007 21:55:35 +0100 libgnumail-java (1.1.1-3) experimental; urgency=low * Uploaded to experimental. * Build with java-gcj-compat-dev. * Added java-gcj-compat-dev to Build-Depends-Indep. * Added java-gcj-compat to Depends. * Moved debhelper to Build-Depends. * Added myself to Uploaders and removed Wolfgang Baer. * Updated Standards-Version to 3.7.2. -- Michael Koch Thu, 8 Feb 2007 18:21:27 +0100 libgnumail-java (1.1.1-2) unstable; urgency=low * kaffe compiler transition -- Wolfgang Baer Mon, 16 Jan 2006 11:17:32 +0100 libgnumail-java (1.1.1-1) unstable; urgency=low * New upstream release + no longer ships libmail.so (closes: #313281) + README files are updated (closes: #291891) + Builds clean against libgnuinet-java (1.1.1-1) (closes: #326867) + No longer inconsistent results in InternetAddress (closes: #295114) * libant1.6-java to ant transition * Registered API doc with doc-base * Updated FSF address * Standards-Version 3.6.2 (no changes) * Upload sponsored by Petter Reinholdtsen -- Wolfgang Baer Sat, 10 Sep 2005 18:06:24 +0200 libgnumail-java (1.0-5) unstable; urgency=low * Somehow the cdbs build system tries to also use the alternative make build system and interferes with the ant build system. * Changed build system back to debhelper use only (closes: #303218) - Patches are therefore included in the diff.gz, but also in the debian/patches dir for reference and later usage - Removed dependency on cdbs -- Wolfgang Baer Tue, 05 Apr 2005 19:26:12 +0200 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 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 Mon, 29 Nov 2004 22:34:21 -0800 libgnumail-java (1.0-3) unstable; urgency=low * debian/watch: added -- Arnaud Vandyck Mon, 11 Oct 2004 15:33:03 +0200 libgnumail-java (1.0-2) unstable; urgency=low * debian/rules: if gjdoc fails, the package will be usable. gjdoc seems not to work properly on amd64 (could be related to kaffe!) (closes: #265705) -- Arnaud Vandyck Sun, 15 Aug 2004 02:43:55 +0200 libgnumail-java (1.0-1) unstable; urgency=low * New upstream release (closes: #254445) -- Arnaud Vandyck Tue, 13 Jul 2004 23:41:34 +0200 libgnumail-java (0.0cvs20040420-1) unstable; urgency=low * New upstream release * Added javadoc generation * Removed dpatch and use simplepatch system from cdbs -- Arnaud Vandyck Thu, 22 Apr 2004 18:22:02 +0200 libgnumail-java (0.0cvs20031104-2) unstable; urgency=low * added dependency to dpatch to build, thanks to Frank Lichtenheld (closes: #241962) -- Arnaud Vandyck Sun, 4 Apr 2004 20:02:42 +0200 libgnumail-java (0.0cvs20031104-1) unstable; urgency=low * Initial Release (closes: #217930). -- Arnaud Vandyck Fri, 12 Dec 2003 16:37:37 +0100 debian/control0000664000000000000000000000300612314766240010577 0ustar Source: libgnumail-java Section: java Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Jakub Adam Build-Depends: debhelper (>= 8), cdbs (>= 0.4.5.3), ant, maven-repo-helper Build-Depends-Indep: default-jdk, libgnuinet-java, default-jdk-doc Standards-Version: 3.9.4 Homepage: http://savannah.gnu.org/projects/classpathx Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libgnumail-java/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libgnumail-java/ Package: libgnumail-java Architecture: all Depends: libgnuinet-java, ${misc:Depends} Suggests: libgnumail-java-doc 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 send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and NNTP Package: libgnumail-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: default-jdk-doc, libgnuinet-java Suggests: libgnumail-java Description: free implementation of the javamail API (Javadocs) The javamail API provides abstract classes that model a mail system. With the GNU free implementation of the javamail API, you can send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and NNTP. . This package provides the documentation for libgnumail-java