This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-mylyn.
commit 77d90b3cbb766a6d7086b504722d462b9225e3b7 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 15:09:14 2016 +0100 Depend on libmail-java instead of libgnumail-java (Closes: #809566) --- debian/changelog | 1 + debian/control | 2 +- debian/eclipse.orbitdeps | 2 +- debian/patches/debian-orbit-deps.patch | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf36e2b..8019d85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ eclipse-mylyn (3.12.0-2) UNRELEASED; urgency=medium * Team upload. + * Depend on libmail-java instead of libgnumail-java (Closes: #809566) * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 7ff1542..f82d3a6 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 10), libcommons-discovery-java (>= 0.5-2), libcommons-io-java, libcommons-lang-java, - libgnumail-java (>= 1.1.2-8), + libmail-java, libguava-java, libgoogle-gson-java, libhttpclient-java (>= 4.1.1-2), diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps index 0aaac94..430ffb7 100644 --- a/debian/eclipse.orbitdeps +++ b/debian/eclipse.orbitdeps @@ -3,11 +3,11 @@ axis-jaxrpc commons-discovery commons-io commons-lang -gnumail gson guava httpclient httpcore +javax.mail jdom1 jsoup rome diff --git a/debian/patches/debian-orbit-deps.patch b/debian/patches/debian-orbit-deps.patch index 986a938..25c88ba 100644 --- a/debian/patches/debian-orbit-deps.patch +++ b/debian/patches/debian-orbit-deps.patch @@ -157,7 +157,7 @@ index 2d1f06f..ce7bad0 100644 + unpack="false"/> + + <plugin -+ id="javax.mail" ++ id="com.sun.mail.javax.mail" + download-size="0" + install-size="0" + version="0.0.0" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-mylyn.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

