[jackson-dataformat-yaml] 08/12: Add parent-pom.patch
Markus Koschany
apo at moszumanska.debian.org
Fri Oct 13 21:50:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jackson-dataformat-yaml.
commit 19b23f097371eb443d0bc1e76d9c4a92d2a03c2f
Author: Markus Koschany <apo at debian.org>
Date: Fri Oct 13 23:37:19 2017 +0200
Add parent-pom.patch
---
debian/patches/0002-depend-on-junit.patch | 2 ++
debian/patches/0003-ignore-integration-tests.patch | 13 ++++++++++---
debian/patches/parent-pom.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/debian/patches/0002-depend-on-junit.patch b/debian/patches/0002-depend-on-junit.patch
index 4a98e33..c494ca9 100644
--- a/debian/patches/0002-depend-on-junit.patch
+++ b/debian/patches/0002-depend-on-junit.patch
@@ -6,6 +6,8 @@ Subject: depend on junit
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
+diff --git a/pom.xml b/pom.xml
+index 2746d71..ce60c83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,12 @@
diff --git a/debian/patches/0003-ignore-integration-tests.patch b/debian/patches/0003-ignore-integration-tests.patch
index 70bdf78..a281829 100644
--- a/debian/patches/0003-ignore-integration-tests.patch
+++ b/debian/patches/0003-ignore-integration-tests.patch
@@ -1,6 +1,13 @@
-Description: Ignore the integration tests due to missing libraries
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: not-needed
+From: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Date: Fri, 13 Oct 2017 23:36:54 +0200
+Subject: ignore-integration-tests
+
+---
+ pom.xml | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+diff --git a/pom.xml b/pom.xml
+index ce60c83..b304a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,15 @@
diff --git a/debian/patches/parent-pom.patch b/debian/patches/parent-pom.patch
new file mode 100644
index 0000000..0bc37c2
--- /dev/null
+++ b/debian/patches/parent-pom.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Fri, 13 Oct 2017 23:37:07 +0200
+Subject: parent pom
+
+---
+ pom.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index b304a60..73fedb7 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -4,7 +4,7 @@
+ <parent>
+ <groupId>com.fasterxml.jackson</groupId>
+ <artifactId>jackson-parent</artifactId>
+- <version>2.8</version>
++ <version>2.9.1</version>
+ </parent>
+
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
diff --git a/debian/patches/series b/debian/patches/series
index 3770075..c7e508e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0002-depend-on-junit.patch
0003-ignore-integration-tests.patch
+parent-pom.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-yaml.git
More information about the pkg-java-commits
mailing list