[Git][java-team/mimepull][master] 3 commits: Improved the package description

Emmanuel Bourg gitlab at salsa.debian.org
Sat Jul 28 08:14:06 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / mimepull


Commits:
265e9317 by Emmanuel Bourg at 2018-07-28T07:13:02Z
Improved the package description

- - - - -
d7ff06d2 by Emmanuel Bourg at 2018-07-28T07:13:12Z
Mention Sun in debian/copyright

- - - - -
f9cbad37 by Emmanuel Bourg at 2018-07-28T07:13:44Z
Simplified the Maven rules

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/maven.rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mimepull (1.9.7-2) UNRELEASED; urgency=medium
+
+  * Improved the package description
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 28 Jul 2018 09:12:43 +0200
+
 mimepull (1.9.7-1) unstable; urgency=medium
 
   * Initial release (Closes: #904084)


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,10 @@ Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: Pull API for parsing MIME messages
- Mimepull provides a streaming API to access attachments parts
- in a MIME message.
+ Mimepull provides a streaming API to access attachments parts in a MIME
+ message. It's designed to parse large MIME messages that couldn't be loaded
+ into memory. MIME message parsing is done using pull-parsing, much similar
+ to StAX in XML world. The MIME parts are constructed lazily, and parsing
+ is triggered by applications while reading the attachment parts. The API
+ provides various configuration options to control parsing and storing of
+ MIME parts.


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,6 +4,7 @@ Source: https://github.com/javaee/metro-mimepull
 
 Files: *
 Copyright: 1997-2018, Oracle Corporation
+           2004, Sun Microsystems, Inc.
 License: CDDL-1.1 or GPL-2 with Classpath exception
 
 Files: debian/*


=====================================
debian/maven.rules
=====================================
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,2 @@
 
 junit junit jar s/3\..*/3.x/ * *
-org.jvnet.mimepull mimepull jar s/.*/debian/ * *



View it on GitLab: https://salsa.debian.org/java-team/mimepull/compare/bbe379d3e1af3b7e6347035110118a13d6ae8ec5...f9cbad37284fa3f666a9e188dcf4060000f22188

-- 
View it on GitLab: https://salsa.debian.org/java-team/mimepull/compare/bbe379d3e1af3b7e6347035110118a13d6ae8ec5...f9cbad37284fa3f666a9e188dcf4060000f22188
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180728/f6d679c1/attachment.html>


More information about the pkg-java-commits mailing list