[libjgroups-java] 35/38: Removed the unused build dependency on glassfish-javaee
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjgroups-java.
commit 4f70dc1b45ca0c2ff7e40a9125544ed468020dc2
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Nov 23 12:17:05 2017 +0100
Removed the unused build dependency on glassfish-javaee
---
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 2e69f1c..ad7fe27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
libjgroups-java (2.12.2.Final-5) UNRELEASED; urgency=medium
+ * Removed the unused build dependency on glassfish-javaee
* Moved the package to Git
* Standards-Version updated to 4.1.1
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 7ebcc38..1c69e02 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends:
cdbs,
debhelper (>= 10),
default-jdk,
- glassfish-javaee,
junit,
libcommons-logging-java,
liblog4j1.2-java,
diff --git a/debian/rules b/debian/rules
index 26c1b22..6dad65d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ANT_OPTS := -Xmx128M
DEB_ANT_BUILD_TARGET := jar
#does no longer work with 2.7.0
#DEB_ANT_CHECK_TARGET := -Djgroups.bind_addr=`hostname` all-tests
-DEB_JARS := xalan2 serializer junit log4j-1.2 bsh commons-logging glassfish-javaee ant-junit testng
+DEB_JARS := xalan2 serializer junit log4j-1.2 bsh commons-logging ant-junit testng
ANT_OPTS := -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
install/libjgroups-java::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgroups-java.git
More information about the pkg-java-commits
mailing list