[netbeans] 06/07: Add reproducible-build.patch
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jun 20 18:16:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository netbeans.
commit c4fbe635e06262ae5f69fb5e8cf2d515849f87a5
Author: Markus Koschany <apo at gambaru.de>
Date: Sat Jun 20 18:48:23 2015 +0200
Add reproducible-build.patch
---
debian/patches/netbeans-include-junit.patch | 18 +++++++++---------
debian/patches/reproducible-build.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 31 insertions(+), 9 deletions(-)
diff --git a/debian/patches/netbeans-include-junit.patch b/debian/patches/netbeans-include-junit.patch
index f34d6a4..2797406 100644
--- a/debian/patches/netbeans-include-junit.patch
+++ b/debian/patches/netbeans-include-junit.patch
@@ -14,16 +14,16 @@ Forwarded: not-needed
---
junitlib/build.xml | 6 +
junitlib/external/junit-3.8.2-license.txt | 220 +++++++++++++++++++++
- junitlib/external/junit-4.10-license.txt | 220 +++++++++++++++++++++
+ junitlib/external/junit-4.10-license.txt | 220 +++++++++++++++++++++
junitlib/manifest.mf | 6 +
junitlib/nbproject/project.properties | 7 +
junitlib/nbproject/project.xml | 18 ++
junitlib/release/docs/junit-3.8.2-api.zip.external | 3 +
- junitlib/release/docs/junit-4.10-api.zip.external | 3 +
+ junitlib/release/docs/junit-4.10-api.zip.external | 3 +
.../release/modules/ext/junit-3.8.2.jar.external | 3 +
.../netbeans/modules/junitlib/Bundle.properties | 7 +
.../org/netbeans/modules/junitlib/junit-3.8.2.xml | 15 ++
- .../org/netbeans/modules/junitlib/junit-4.10.xml | 15 ++
+ .../org/netbeans/modules/junitlib/junit-4.10.xml | 15 ++
.../src/org/netbeans/modules/junitlib/layer.xml | 14 ++
nbbuild/cluster.properties | 2 +-
14 files changed, 538 insertions(+), 1 deletion(-)
@@ -281,7 +281,7 @@ index 0000000..75e380c
+any resulting litigation.
diff --git a/junitlib/external/junit-4.10-license.txt b/junitlib/external/junit-4.10-license.txt
new file mode 100644
-index 0000000..bbf82f5
+index 0000000..c00defb
--- /dev/null
+++ b/junitlib/external/junit-4.10-license.txt
@@ -0,0 +1,220 @@
@@ -519,7 +519,7 @@ index 0000000..e49c3d6
+
diff --git a/junitlib/nbproject/project.properties b/junitlib/nbproject/project.properties
new file mode 100644
-index 0000000..af6fe52
+index 0000000..36bfb43
--- /dev/null
+++ b/junitlib/nbproject/project.properties
@@ -0,0 +1,7 @@
@@ -565,7 +565,7 @@ index 0000000..c71e217
+URL:http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2-javadoc.jar
diff --git a/junitlib/release/docs/junit-4.10-api.zip.external b/junitlib/release/docs/junit-4.10-api.zip.external
new file mode 100644
-index 0000000..083c169
+index 0000000..6646ca3
--- /dev/null
+++ b/junitlib/release/docs/junit-4.10-api.zip.external
@@ -0,0 +1,3 @@
@@ -583,7 +583,7 @@ index 0000000..dd52afb
+URL:http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
diff --git a/junitlib/src/org/netbeans/modules/junitlib/Bundle.properties b/junitlib/src/org/netbeans/modules/junitlib/Bundle.properties
new file mode 100644
-index 0000000..6681d08
+index 0000000..bf31625
--- /dev/null
+++ b/junitlib/src/org/netbeans/modules/junitlib/Bundle.properties
@@ -0,0 +1,7 @@
@@ -617,7 +617,7 @@ index 0000000..7a2ad09
+</library>
diff --git a/junitlib/src/org/netbeans/modules/junitlib/junit-4.10.xml b/junitlib/src/org/netbeans/modules/junitlib/junit-4.10.xml
new file mode 100644
-index 0000000..9a3ac3f
+index 0000000..359ad71
--- /dev/null
+++ b/junitlib/src/org/netbeans/modules/junitlib/junit-4.10.xml
@@ -0,0 +1,15 @@
@@ -638,7 +638,7 @@ index 0000000..9a3ac3f
+</library>
diff --git a/junitlib/src/org/netbeans/modules/junitlib/layer.xml b/junitlib/src/org/netbeans/modules/junitlib/layer.xml
new file mode 100644
-index 0000000..d7fcba5
+index 0000000..40640f8
--- /dev/null
+++ b/junitlib/src/org/netbeans/modules/junitlib/layer.xml
@@ -0,0 +1,14 @@
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..fe3ab67
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at gambaru.de>
+Date: Sat, 20 Jun 2015 18:47:58 +0200
+Subject: reproducible build
+
+---
+ nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java b/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java
+index 30b0f0a..fdb836d 100644
+--- a/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java
++++ b/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java
+@@ -526,7 +526,7 @@ class UpdateTracking {
+ * @param install_time New value of property install_time.
+ */
+ void setInstall_time(long install_time) {
+- this.install_time = install_time;
++ this.install_time = 1434794324829L;
+ }
+
+ /** Getter for property files.
diff --git a/debian/patches/series b/debian/patches/series
index 2fc5a36..dc9d329 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -27,3 +27,4 @@ netbeans-updatecenters.patch
netbeans-slf4j.dummy.patch
netbeans-platform-o.n.bootstrap.patch
netbeans-include-junit.patch
+reproducible-build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git
More information about the pkg-java-commits
mailing list