File: reproducible_build

package info (click to toggle)
libxray-spacegroup-perl 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 4,587; sh: 17; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: make build reproducible
Origin: vendor
Bug-Debian: https://bugs.debian.org/790072
Forwarded: no
Author: Chris Lamb <lamby@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-07-28

--- a/data/space_groups.db.PL
+++ b/data/space_groups.db.PL
@@ -63,6 +63,7 @@
 use File::Spec;
 ##Storable:
 use Storable qw/nstore/;
+$Storable::canonical = 1;
 ##end Storable:
 ##MLDBM:
 ## use MLDBM qw(DB_File Storable);