Bug#866032: libfelix-bundlerepository-java: Drop runtime dependency on EasyMock
Mykola Nikishov
mn at mn.com.ua
Mon Jun 26 19:40:16 UTC 2017
Package: libfelix-bundlerepository-java
Version: 2.0.10-1
Severity: normal
Tags: patch
This is fixed upstream already [1] and scheduled for release 2.0.12.
[1] https://issues.apache.org/jira/browse/FELIX-5626
-- System Information:
Debian Release: 9.0
APT prefers oldoldstable
APT policy: (500, 'oldoldstable'), (500, 'stable'), (70, 'unstable'), (60, 'testing'), (50, 'experimental'), (40, 'oldstable')
Architecture: amd64
(x86_64)
Kernel: Linux 4.11.0-1-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages libfelix-bundlerepository-java depends on:
ii libeasymock-java 3.4+ds-1
ii libosgi-core-java 6.0.0-1
Versions of packages libfelix-bundlerepository-java recommends:
ii libfelix-gogo-runtime-java 0.16.2-1
ii libfelix-osgi-obr-java 1.0.2-3
ii libfelix-shell-java 1.4.3-1
ii libfelix-utils-java 1.8.6-1
pn libkxml2-java <none>
ii libosgi-compendium-java 5.0.0-5
Versions of packages libfelix-bundlerepository-java suggests:
pn libfelix-bundlerepository-java-doc <none>
-- no debconf information
-------------- next part --------------
>From 03c6d096143fb4d663fd5c55a7e706d65af2665a Mon Sep 17 00:00:00 2001
From: Mykola Nikishov <mn at mn.com.ua>
Date: Mon, 26 Jun 2017 22:23:03 +0300
Subject: [PATCH] Exclude EasyMock from the runtime classpath
Fixed upstream [1], [2] and scheduled for upcoming 2.0.12.
[1] https://issues.apache.org/jira/browse/FELIX-5626
[2] https://github.com/apache/felix/pull/106
---
debian/maven.rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/maven.rules b/debian/maven.rules
index e1494a0..beef6cc 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -20,3 +20,5 @@ org.apache.felix org.apache.felix.shell jar s/.*/debian/ * *
org.apache.felix org.apache.felix.utils jar s/.*/debian/ * *
s/net.sf.kxml/kxml2/ kxml2 jar s/.*/debian/ * *
s/org.apache.felix/org.osgi/ org.osgi.core * s/.*/debian/
+# pre-2.0.12 fix for https://issues.apache.org/jira/browse/FELIX-5626
+org.easymock easymock jar * * s/.*/test
\ No newline at end of file
--
2.13.1
More information about the pkg-java-maintainers
mailing list