[json-simple] 01/05: New patch junit-scope-test.patch
Gilles Filippini
pini at moszumanska.debian.org
Sat May 10 08:27:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to branch master
in repository json-simple.
commit 303f38df1f31d6779172763552628353d8cfb95f
Author: Gilles Filippini <pini at debian.org>
Date: Fri May 9 19:38:26 2014 +0200
New patch junit-scope-test.patch
---
debian/changelog | 8 ++++++++
debian/patches/junit-scope-test.patch | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cb0a1cb..4c34511 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+json-simple (1.1.1-2) UNRELEASED; urgency=medium
+
+ * New patch junit-scope-test.patch:
+ Set scope 'test' for the junit maven dependency, so that it doesn't
+ propagate into the installed pom file.
+
+ -- Gilles Filippini <pini at debian.org> Fri, 09 May 2014 19:11:02 +0200
+
json-simple (1.1.1-1) unstable; urgency=low
[ Gilles Filippini ]
diff --git a/debian/patches/junit-scope-test.patch b/debian/patches/junit-scope-test.patch
new file mode 100644
index 0000000..2598cb5
--- /dev/null
+++ b/debian/patches/junit-scope-test.patch
@@ -0,0 +1,12 @@
+Index: json-simple/pom.xml
+===================================================================
+--- json-simple.orig/pom.xml 2014-05-09 17:44:32.950624516 +0200
++++ json-simple/pom.xml 2014-05-09 19:13:08.456737489 +0200
+@@ -39,6 +39,7 @@
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.10</version>
++ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4505433
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+junit-scope-test.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/json-simple.git
More information about the pkg-java-commits
mailing list