This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jalview.
commit 9011fa35659dd1193ed1f33f22325ff6c0c5eafe Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 12 14:55:32 2014 +0200 Removed the unused build dependencies on libgnumail-java, libxalan2-java and libxerces2-java --- debian/changelog | 3 ++- debian/control | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index da6a054..5337f06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ jalview (2.7.dfsg-4) UNRELEASED; urgency=low * Team upload * Fixed a compilation error with Java 8 (Closes: #750746) - * Removed the unused build dependency on libgnujaf-java + * Removed the unused build dependencies on libgnujaf-java, libgnumail-java, + libxalan2-java and libxerces2-java * Updated Standards-Version to 3.9.5 (no changes) * Moved the package to Git * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index fbd6cd3..dfd2d21 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,6 @@ Build-Depends: ant, libcastor-xml-java, libcommons-discovery-java, libcommons-logging-java, - libgnumail-java, libhttpclient-java, libhttpcore-java, libhttpmime-java, @@ -27,9 +26,7 @@ Build-Depends: ant, liblog4j1.2-java, libmiglayout-java, libvamsas-client-java, - libwsdl4j-java, - libxalan2-java, - libxerces2-java + libwsdl4j-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/jalview.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jalview.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jalview.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

