[mina2] 03/06: Removed the dependency on libmx4j-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 7 16:31:21 UTC 2015


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

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

commit 9b529ff98f72c61eabfa32673dcba13e2d981556
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 12 14:57:29 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 12b2af8..1f6b924 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ mina2 (2.0.9-1) UNRELEASED; urgency=medium
   * New upstream release
   * Patched AprLibrary.java to fix the compatibility with tomcat-jni 8.x
     (Closes: #796456)
+  * debian/control:
+    - Removed the dependency on libmx4j-java
   * debian/orig-tar.sh:
     - No longer filter out the MD4 classes (removed upstream)
     - No longer remove the jar, vsd and javadoc files
diff --git a/debian/control b/debian/control
index ebaf572..730768d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
            Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk
 Build-Depends-Indep: libjzlib-java,
-                     libmx4j-java,
                      libognl-java,
                      librxtx-java,
                      libslf4j-java,
@@ -21,7 +20,7 @@ Homepage: http://mina.apache.org
 Package: libmina2-java
 Architecture: all
 Depends: libslf4j-java, ${misc:Depends}
-Recommends: libjzlib-java, libmx4j-java, libognl-java, libtomcat8-java
+Recommends: libjzlib-java, libognl-java, libtomcat8-java
 Suggests: libmina-java-doc, libspring-beans-java
 Description: Java network application framework
  Apache MINA is a network application framework which helps users develop high
diff --git a/debian/rules b/debian/rules
index f12da0d..eb7fcfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 
-DEB_JARS  := slf4j-api jzlib mx4j spring3-core spring3-beans ognl \
+DEB_JARS  := slf4j-api jzlib spring3-core spring3-beans ognl \
              /usr/share/java/tomcat8-jni.jar \
              RXTXcomm.jar
 DEB_ANT_BUILDFILE := debian/build.xml

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



More information about the pkg-java-commits mailing list