[jackson-core] 08/19: Add no-bundle.patch

Markus Koschany apo at moszumanska.debian.org
Thu Jan 25 22:29:40 UTC 2018


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

apo pushed a commit to branch master
in repository jackson-core.

commit 3d6add0e48b6fe4854511858f893ed797bd9eec8
Author: Markus Koschany <apo at debian.org>
Date:   Thu Jan 25 18:19:41 2018 +0100

    Add no-bundle.patch
---
 debian/patches/no-bundle.patch | 21 +++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/no-bundle.patch b/debian/patches/no-bundle.patch
new file mode 100644
index 0000000..986bdb7
--- /dev/null
+++ b/debian/patches/no-bundle.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 25 Jan 2018 18:19:30 +0100
+Subject: no bundle
+
+---
+ pom.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index a35faa0..5f3ca2c 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -11,7 +11,7 @@
+   <artifactId>jackson-core</artifactId>
+   <name>Jackson-core</name>
+   <version>2.9.4</version>
+-  <packaging>bundle</packaging>
++  <packaging>jar</packaging>
+   <description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
+   <inceptionYear>2008</inceptionYear>
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d530df6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-bundle.patch

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



More information about the pkg-java-commits mailing list