[fpga-icestorm] 01/02: Fixed reproducibility

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri May 13 21:09:53 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository fpga-icestorm.

commit 614287583cc3606c106188f6389dfeb832dea665
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri May 6 20:32:54 2016 +0200

    Fixed reproducibility
---
 debian/changelog                  |  7 +++++++
 debian/patches/reproducible.patch | 17 +++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dee7f7d..3e62804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fpga-icestorm (0~20160218gitf2b2549-2) UNRELEASED; urgency=medium
+
+  [ Daniel Shahaf ]
+  * Fixed reproducibility (Closes: 823616) - thanks for the patch!
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 06 May 2016 20:31:48 +0200
+
 fpga-icestorm (0~20160218gitf2b2549-1) unstable; urgency=medium
 
   [ Sebastian Kuzminsky ]
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
new file mode 100644
index 0000000..b75dff7
--- /dev/null
+++ b/debian/patches/reproducible.patch
@@ -0,0 +1,17 @@
+Description: make the build reproducible
+Author: Daniel Shahaf <danielsh at apache.org>
+Bug-Debian: https://bugs.debian.org/823616
+Last-Update: 2016-05-06
+
+--- fpga-icestorm-0~20160218gitf2b2549.orig/icebox/icebox_chipdb.py
++++ fpga-icestorm-0~20160218gitf2b2549/icebox/icebox_chipdb.py
+@@ -172,7 +172,7 @@ all_group_segments = ic.group_segments(a
+ print(".device %s %d %d %d" % (ic.device, ic.max_x+1, ic.max_y+1, len(all_group_segments)))
+ print()
+ 
+-for key in list(icebox.pinloc_db.keys()):
++for key in sorted(icebox.pinloc_db.keys()):
+     key_dev, key_package = key.split("-")
+     if key_dev == ic.device:
+         print(".pins %s" % (key_package))
+
diff --git a/debian/patches/series b/debian/patches/series
index 0353649..e512c55 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 03_cxxflags.patch
 override-CXX.patch
 fix_spelling_in_binaries.patch
+reproducible.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fpga-icestorm.git



More information about the debian-science-commits mailing list