[clanlib] 02/06: Make the build reproducible.

Stephen Kitt skitt at moszumanska.debian.org
Fri Jun 10 22:04:21 UTC 2016


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

skitt pushed a commit to branch master
in repository clanlib.

commit 44faedd5cf5631f53856450931c1b2f55e049350
Author: Stephen Kitt <steve at sk2.org>
Date:   Fri Jun 10 22:28:04 2016 +0200

    Make the build reproducible.
---
 debian/changelog                      |  2 ++
 debian/patches/420_reproducible.patch | 15 +++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f64dc5..6ee154f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ clanlib (1.0~svn3827-4.2) UNRELEASED; urgency=medium
   * Team upload.
   * Migrate to git.
   * Acknowledge NMU, thanks Tobias! (Closes: #811017)
+  * Apply Chris Lamb's patch to make the build reproducible. (Closes:
+    #790357)
 
  -- Stephen Kitt <skitt at debian.org>  Fri, 10 Jun 2016 22:23:10 +0200
 
diff --git a/debian/patches/420_reproducible.patch b/debian/patches/420_reproducible.patch
new file mode 100644
index 0000000..7963ee3
--- /dev/null
+++ b/debian/patches/420_reproducible.patch
@@ -0,0 +1,15 @@
+Description: Build reproducibly
+Author: Chris Lamb <lamby at debian.org>
+Origin: https://bugs.debian.org/790357
+
+--- a/Documentation/Reference/class.plg
++++ b/Documentation/Reference/class.plg
+@@ -861,7 +861,7 @@
+       
+       my $str;
+       my $cur_also;
+-      foreach $cur_also (keys %see_also)
++      foreach $cur_also (sort keys %see_also)
+       {
+         $str .= " | " if ($str ne "");
+         $str .= $see_also{$cur_also};
diff --git a/debian/patches/series b/debian/patches/series
index 34aea3f..ae24f2d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 300_log_h.diff
 400_test_subdirs_signals.diff
 410_libpng16.patch
+420_reproducible.patch

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



More information about the Pkg-games-commits mailing list