[jasperreports] 03/06: Replaced the dependency on glassfish-j2ee with the Geronimo spec jars
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 4 22:20:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jasperreports.
commit 6fa4d8a47fc0e85aaab566c9bad57359904ffcaf
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 4 22:55:52 2017 +0100
Replaced the dependency on glassfish-j2ee with the Geronimo spec jars
---
debian/changelog | 1 +
debian/control | 1 -
debian/maven.rules | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 07be9f6..97f80e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jasperreports (6.2.2-4) UNRELEASED; urgency=medium
* Removed the build dependencies on libaspectj-java, libjoptsimple-java
and libyaml-snake-java since the FTBFS reported in #844362 was actually
caused by #844428.
+ * Replaced the dependency on glassfish-j2ee with the Geronimo spec jars
* Standards-Version updated to 4.1.2
-- Emmanuel Bourg <ebourg at apache.org> Wed, 16 Nov 2016 09:47:48 +0100
diff --git a/debian/control b/debian/control
index ad78edf..4d4bae7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends:
ant,
debhelper (>= 9),
default-jdk,
- glassfish-javaee,
groovy,
libantlr-java,
libapache-poi-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index dc796fe..510f3a1 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -18,3 +18,4 @@ s/org.jfree/jfree/ * * s/.*/debian/ * *
org.apache.lucene lucene-core * s/4\..*/4.10.x/ * *
org.apache.lucene lucene-analyzers-common * s/4\..*/4.10.x/ * *
org.apache.lucene lucene-queryparser * s/4\..*/4.10.x/ * *
+s/javax.persistence/org.apache.geronimo.specs/ s/persistence-api/geronimo-jpa_2.0_spec/ jar s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasperreports.git
More information about the pkg-java-commits
mailing list