[pkg-java] r9622 - trunk/libgnumail-java/debian

Torsten Werner twerner at alioth.debian.org
Tue Aug 4 20:55:28 UTC 2009


Author: twerner
Date: 2009-08-04 20:55:28 +0000 (Tue, 04 Aug 2009)
New Revision: 9622

Modified:
   trunk/libgnumail-java/debian/changelog
   trunk/libgnumail-java/debian/control
   trunk/libgnumail-java/debian/copyright
   trunk/libgnumail-java/debian/source.lintian-overrides
Log:
* 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.

Modified: trunk/libgnumail-java/debian/changelog
===================================================================
--- trunk/libgnumail-java/debian/changelog	2009-08-04 20:49:36 UTC (rev 9621)
+++ trunk/libgnumail-java/debian/changelog	2009-08-04 20:55:28 UTC (rev 9622)
@@ -1,10 +1,21 @@
-libgnumail-java (1.1.2-3) UNRELEASED; urgency=low
+libgnumail-java (1.1.2-3) unstable; urgency=low
 
+  [ Matthias Klose ]
   * (Build-)depend on default-jre/-jdk.
   * Set java source version to 1.4.
 
- -- Matthias Klose <doko at debian.org>  Wed, 30 Jul 2008 17:35:38 +0000
+  [ 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 <twerner at debian.org>  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.

Modified: trunk/libgnumail-java/debian/control
===================================================================
--- trunk/libgnumail-java/debian/control	2009-08-04 20:49:36 UTC (rev 9621)
+++ trunk/libgnumail-java/debian/control	2009-08-04 20:55:28 UTC (rev 9622)
@@ -1,37 +1,36 @@
 Source: libgnumail-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>,
-           Paul Cager <paul-debian at home.paulcager.org>
+           Paul Cager <paul-debian at home.paulcager.org>,
+           Torsten Werner <twerner at debian.org>
 Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), ant
 Build-Depends-Indep: default-jdk, libgnujaf-java, libgnuinet-java
-Standards-Version: 3.7.2
+Standards-Version: 3.8.2
+Homepage: http://savannah.gnu.org/projects/classpathx
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnumail-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnumail-java/
 
 Package: libgnumail-java
 Architecture: all
-Section: libs
-Depends: libgnujaf-java, libgnuinet-java
+Depends: libgnujaf-java, 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 
+ 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
- . 
-  Homepage: <http://savannah.gnu.org/projects/classpathx>
 
 Package: libgnumail-java-doc
 Architecture: all
 Section: doc
-Depends: classpath-doc
+Depends: classpath-doc, ${misc:Depends}
 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 
+ 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
- . 
-  Homepage: <http://savannah.gnu.org/projects/classpathx>

Modified: trunk/libgnumail-java/debian/copyright
===================================================================
--- trunk/libgnumail-java/debian/copyright	2009-08-04 20:49:36 UTC (rev 9621)
+++ trunk/libgnumail-java/debian/copyright	2009-08-04 20:55:28 UTC (rev 9622)
@@ -32,4 +32,4 @@
 
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.

Modified: trunk/libgnumail-java/debian/source.lintian-overrides
===================================================================
--- trunk/libgnumail-java/debian/source.lintian-overrides	2009-08-04 20:49:36 UTC (rev 9621)
+++ trunk/libgnumail-java/debian/source.lintian-overrides	2009-08-04 20:55:28 UTC (rev 9622)
@@ -1,5 +1,3 @@
 # These config files are not used (use ant + build.xml).
-libgnumail-java source: outdated-autotools-helper-file config.guess 2001-08-23
-libgnumail-java source: outdated-autotools-helper-file config.sub 2001-08-23
-libgnumail-java source: outdated-autotools-helper-file config/config.guess 2001-09-04
-libgnumail-java source: outdated-autotools-helper-file config/config.sub 2001-09-07
+libgnumail-java source: ancient-autotools-helper-file
+libgnumail-java source: ancient-libtool




More information about the pkg-java-commits mailing list