[libnb-platform-java] 01/01: Add netbeans-platform-junit4.patch
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jun 16 15:07:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository libnb-platform-java.
commit b25cc57126c4fb3f640ad1c9a01a2f63b5b96695
Author: Markus Koschany <apo at gambaru.de>
Date: Tue Jun 16 16:00:14 2015 +0200
Add netbeans-platform-junit4.patch
---
debian/changelog | 2 ++
debian/patches/netbeans-platform-junit4.patch | 31 +++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 34 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f281b3f..b1ead7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ libnb-platform18-java (8.0.2+dfsg1-1) UNRELEASED; urgency=medium
we don't build for older netbeans platforms either.
* Add osgi-update.patch for incorporating the changes of the OSGi framework
specification.
+ * Add netbeans-platform-junit4.patch and bundle Junit4, so that nobody has to
+ download Junit4 from the Internet.
* Fix privacy breach logo lintian error and privacy breach lintian warning by
removing the links to external image sources in javadoc files in
debian/rules.
diff --git a/debian/patches/netbeans-platform-junit4.patch b/debian/patches/netbeans-platform-junit4.patch
new file mode 100644
index 0000000..758d90c
--- /dev/null
+++ b/debian/patches/netbeans-platform-junit4.patch
@@ -0,0 +1,31 @@
+From: Markus Koschany <apo at gambaru.de>
+Date: Tue, 16 Jun 2015 15:59:27 +0200
+Subject: netbeans platform junit4
+
+Incorporate Junit4 into the platform cluster.
+
+Forwarded: not-needed
+---
+ nbbuild/cluster.properties | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
+index 27fb4ec..b5a7e39 100644
+--- a/nbbuild/cluster.properties
++++ b/nbbuild/cluster.properties
+@@ -211,6 +211,7 @@ nb.cluster.platform=\
+ libs.jna,\
+ libs.jna.platform,\
+ libs.jsr223,\
++ libs.junit4,\
+ libs.osgi,\
+ libs.testng,\
+ masterfs,\
+@@ -1108,7 +1109,6 @@ nb.cluster.stableuc=\
+ lib.cvsclient,\
+ libs.aguiswinglayout,\
+ libs.findbugs,\
+- libs.junit4,\
+ libs.oracle.cloud,\
+ libs.ppawtlayout,\
+ loadgenerator,\
diff --git a/debian/patches/series b/debian/patches/series
index 9484f1e..962941b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ netbeans-platform-windowslauncher.patch
netbeans-platform-properties.patch
osgi-update.patch
netbeans-platform-jemmy.patch
+netbeans-platform-junit4.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git
More information about the pkg-java-commits
mailing list