[libdb-je-java] 22/22: Removed the dependency on glassfish-javaee

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Nov 22 23:58: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 libdb-je-java.

commit a146eab578ebfd35232afe2f69ee08a9448c6d7c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Nov 23 00:57:19 2017 +0100

    Removed the 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 7f4f7fb..759aec8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdb-je-java (3.3.98-2) UNRELEASED; urgency=medium
   * Team upload.
   * Install the Maven artifacts
   * Removed the examples from the binary package
+  * Removed the dependency on glassfish-javaee
   * Build with the upstream Ant script
   * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
diff --git a/debian/control b/debian/control
index 3da12de..90496df 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
  debhelper (>= 10),
  ant,
  default-jdk,
- glassfish-javaee,
  junit,
  maven-repo-helper
 Standards-Version: 4.1.1
diff --git a/debian/rules b/debian/rules
index 7c89d22..15216b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export CLASSPATH=/usr/share/java/glassfish-javaee.jar:/usr/share/java/junit.jar
+export CLASSPATH=/usr/share/java/junit.jar
 
 %:
 	dh $@ --with maven-repo-helper

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



More information about the pkg-java-commits mailing list