[json-smart] 01/06: Add maven-bundle-plugin-failok.patch and work around a FTBFS

Markus Koschany apo at moszumanska.debian.org
Mon Oct 16 13:59:43 UTC 2017


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

apo pushed a commit to branch master
in repository json-smart.

commit 616a0adf4bfacabb602c0ee29f05ac1e64be9ce0
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 16 15:45:46 2017 +0200

    Add maven-bundle-plugin-failok.patch and work around a FTBFS
    
    caused by a bug in maven-bundle-plugin. See #868913 for more information.
    
    Closes: #868603
---
 debian/patches/maven-bundle-plugin-failok.patch | 20 ++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/maven-bundle-plugin-failok.patch b/debian/patches/maven-bundle-plugin-failok.patch
new file mode 100644
index 0000000..985dd74
--- /dev/null
+++ b/debian/patches/maven-bundle-plugin-failok.patch
@@ -0,0 +1,20 @@
+From: Markus Koschany <apo at debian.org>
+Date: Mon, 16 Oct 2017 15:45:02 +0200
+Subject: maven bundle plugin failok
+
+---
+ accessors-smart/pom.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml
+index 0903118..ff2ced3 100644
+--- a/accessors-smart/pom.xml
++++ b/accessors-smart/pom.xml
+@@ -61,6 +61,7 @@ accessors-smart use ASM to speed up those calls.
+ 						</Export-Package>
+ 						<!-- Private-Package></Private-Package -->
+ 						<Embed-Dependency>asm;groupId=org.ow2.asm;inline=true</Embed-Dependency>
++					<_failok>true</_failok>
+ 					</instructions>
+ 				</configuration>
+ 			</plugin>
diff --git a/debian/patches/series b/debian/patches/series
index f1b74b8..5b3ab1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-bundle-dependencies.patch
 02-ignore-failing-tests.patch
+maven-bundle-plugin-failok.patch

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



More information about the pkg-java-commits mailing list