[irrlicht] 02/02: add patch to make build reproducible

Vincent Cheng vcheng at moszumanska.debian.org
Mon Jun 29 04:24:24 UTC 2015


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

vcheng pushed a commit to branch master
in repository irrlicht.

commit a0e37775a399cfff89eeebd622e0d52e6db8cc90
Author: Vincent Cheng <vcheng at debian.org>
Date:   Sun Jun 28 21:24:07 2015 -0700

    add patch to make build reproducible
---
 debian/changelog                                    |  3 ++-
 debian/patches/debian/make-build-reproducible.patch | 17 +++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e50dd99..17c30d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-irrlicht (1.8.1+dfsg1-2) UNRELEASED; urgency=medium
+irrlicht (1.8.1+dfsg1-2) unstable; urgency=medium
 
+  * Add patch to make build reproducible. (Closes: #788336)
   * Update my email address.
   * Update Standards version to 3.9.6, no changes required.
 
diff --git a/debian/patches/debian/make-build-reproducible.patch b/debian/patches/debian/make-build-reproducible.patch
new file mode 100644
index 0000000..d0b1708
--- /dev/null
+++ b/debian/patches/debian/make-build-reproducible.patch
@@ -0,0 +1,17 @@
+Description: Remove $datetime from footer.html to make package reproducible
+Author: Maria Valentina Marin <marivalenm at gmail.com>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/788336
+Last-Update: 2015-06-28
+
+--- a/scripts/doc/irrlicht/footer.html
++++ b/scripts/doc/irrlicht/footer.html
+@@ -7,7 +7,7 @@
+     <td width="0"> <div align="left"><small><a href="http://irrlicht.sourceforge.net" target="_blank"><img src="irrlicht.png" alt="The Irrlicht Engine" align="middle" border=0 width=88 height=31></a></small></div></td>
+     <td> <div align="left"><small><em><font size="2">The <a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht 
+         Engine</a> Documentation © 2003-2010 by Nikolaus Gebhardt. Generated 
+-        on $datetime by <a href="http://www.doxygen.org" target="_blank">Doxygen</a> 
++        by <a href="http://www.doxygen.org" target="_blank">Doxygen</a> 
+         ($doxygenversion)</font></em></small></div></td>
+   </tr>
+ </table>
diff --git a/debian/patches/series b/debian/patches/series
index 1d3ee5d..1277985 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ debian/arch-support.diff
 debian/use-system-libs.diff
 debian/link-against-needed-libs.diff
 debian/fix-hurd-ftbfs.diff
+debian/make-build-reproducible.patch

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



More information about the Pkg-games-commits mailing list