[libaxiom-java] 16/21: Removed the unused dependency on libgnuinet-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 24 10:34:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libaxiom-java.

commit b4873c88b7427c1f69043459dac16b8710627304
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Mar 24 10:32:58 2016 +0100

    Removed the unused dependency on libgnuinet-java
---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbb212a..c7ecdd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libaxiom-java (1.2.8-2) UNRELEASED; urgency=medium
     - Package adopted by the Java Team
     - Standards-Version updated to 3.9.7 (no changes)
     - Depend on libmail-java instead of libgnumail-java
+    - Removed the unused dependency on libgnuinet-java
     - Removed the Java runtime dependency from the binary package
     - Added the Homepage field
     - Removed the deprecated DM-Upload-Allowed field
diff --git a/debian/control b/debian/control
index 0d2f828..8adfcc5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends-Indep: default-jdk,
   libjaxen-java,
   liblog4j1.2-java,
   libmail-java,
-  libgnuinet-java,
   libxerces2-java,
   junit
 Build-Depends: ant-optional, debhelper (>= 9), cdbs (>= 0.4.5.3)
diff --git a/debian/rules b/debian/rules
index b79b5a3..1f0c5e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_ANT_CHECK_TARGET := test
 DEB_ANT_BUILDFILE    := ./debian/build.xml
 DEB_ANT_ARGS         := -DartifactVersion=$(DEB_UPSTREAM_VERSION)
 DEB_JARS             := commons-logging-api jaxen log4j-1.2 xercesImpl \
-                        javax.mail inetlib ant-junit junit
+                        javax.mail ant-junit junit
 
 binary-post-install/libaxiom-java::
 	for jar in api dom impl; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libaxiom-java.git



More information about the pkg-java-commits mailing list