[shiro] 03/06: add patch for #797296

Tony Mancill tmancill at moszumanska.debian.org
Sun Jun 12 19:02:42 UTC 2016


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

tmancill pushed a commit to branch master
in repository shiro.

commit 8c8ab19c11957805f9c0d6693942d0abb19551b0
Author: tony mancill <tmancill at debian.org>
Date:   Sun Jun 12 11:54:11 2016 -0700

    add patch for #797296
---
 debian/patches/02-reproducible-build.patch | 17 +++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/02-reproducible-build.patch b/debian/patches/02-reproducible-build.patch
new file mode 100644
index 0000000..b68e87c
--- /dev/null
+++ b/debian/patches/02-reproducible-build.patch
@@ -0,0 +1,17 @@
+Description: Replace ${user.name} with "debian" in the buildNumber.
+ This is to make the Debian builds reproducible.
+Author: Chris Lamb <lamby at debian.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797296
+
+--- a/pom.xml
++++ b/pom.xml
+@@ -66,7 +66,7 @@
+     <properties>
+ 
+         <!-- Replaced by the build number plugin at build time: -->
+-        <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
++        <buildNumber>debian-${maven.build.timestamp}</buildNumber>
+ 
+         <!-- non-dependency-based properties: -->
+         <shiro.osgi.importRange>[1.2, 2)</shiro.osgi.importRange>
diff --git a/debian/patches/series b/debian/patches/series
index 0f5e843..c35b34b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+02-reproducible-build.patch
 01-bundles-to-jars.patch

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



More information about the pkg-java-commits mailing list