Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Improved the package description
· 265e9317
Emmanuel Bourg
authored
Jul 28, 2018
265e9317
Mention Sun in debian/copyright
· d7ff06d2
Emmanuel Bourg
authored
Jul 28, 2018
d7ff06d2
Simplified the Maven rules
· f9cbad37
Emmanuel Bourg
authored
Jul 28, 2018
f9cbad37
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f9cbad37
mimepull (1.9.7-2) UNRELEASED; urgency=medium
* Improved the package description
-- Emmanuel Bourg <ebourg@apache.org> Sat, 28 Jul 2018 09:12:43 +0200
mimepull (1.9.7-1) unstable; urgency=medium
* Initial release (Closes: #904084)
...
...
debian/control
View file @
f9cbad37
...
...
@@ -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
View file @
f9cbad37
...
...
@@ -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
View file @
f9cbad37
junit junit jar s/3\..*/3.x/ * *
org.jvnet.mimepull mimepull jar s/.*/debian/ * *