[javamail] 01/04: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 3 18:50:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javamail.
commit 026528282189dcfc2e8b4234e7db1dfbde38046f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 3 14:53:36 2018 +0200
Wrap and sort
---
debian/control | 27 +++++++++++++++------------
debian/copyright | 3 +--
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 7960be9..c912bbb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,19 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 1.6.7)
-Build-Depends-Indep: default-jdk-doc,
- junit4,
- libactivation-java,
- libbuild-helper-maven-plugin-java,
- libmaven-bundle-plugin-java (>= 2.3.7-2~),
- libmaven-dependency-plugin-java,
- libmaven-install-plugin-java,
- libmaven-javadoc-plugin-java,
- libmaven-source-plugin-java (>= 2.1)
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ default-jdk-doc,
+ junit4,
+ libactivation-java,
+ libbuild-helper-maven-plugin-java,
+ libmaven-bundle-plugin-java (>= 2.3.7-2~),
+ libmaven-dependency-plugin-java,
+ libmaven-install-plugin-java,
+ libmaven-javadoc-plugin-java,
+ libmaven-source-plugin-java (>= 2.1),
+ maven-debian-helper (>= 1.6.7)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/javamail.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javamail.git
@@ -20,8 +23,8 @@ Homepage: http://javamail.java.net
Package: libmail-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}, libactivation-java
-Suggests: ${maven:OptionalDepends}, libmail-java-doc
+Depends: libactivation-java, ${maven:Depends}, ${misc:Depends}
+Suggests: libmail-java-doc, ${maven:OptionalDepends}
Description: JavaMail API Reference Implementation
The JavaMail API provides a platform-independent and protocol-independent
framework to build mail and messaging applications.
diff --git a/debian/copyright b/debian/copyright
index a8f69aa..244240f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -332,7 +332,7 @@ License: CDDL-1.1
infringement litigation, then the reasonable value of the licenses
granted by such Participant under Sections 2.1 or 2.2 shall be
taken into account in determining the amount or value of any payment
- or license.
+ or license.
.
6.4. In the event of termination under Sections 6.1 or 6.2 above,
all end user licenses that have been validly granted by You or any
@@ -444,4 +444,3 @@ License: GPL-2 with Classpath exception
library, you may extend this exception to your version of the library, but you
are not obligated to do so. If you do not wish to do so, delete this
exception statement from your version.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git
More information about the pkg-java-commits
mailing list