Bug#842356: bio-eagle: please make the build reproducible
Chris Lamb
lamby at debian.org
Fri Oct 28 12:01:08 UTC 2016
Source: bio-eagle
Version: 2.3-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that bio-eagle could not be built reproducibly.
Whilst you correctly pass --sort=name, the wildcard is already expanded
in a locale-specific manner.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/bio-eagle-examples.install 2016-10-28 12:48:26.616909155 +0100
--- b/debian/bio-eagle-examples.install 2016-10-28 12:54:35.768261134 +0100
@@ -1,2 +1,2 @@
-example/examples.tar.xz /usr/share/doc/bio-eagle/examples/
+examples.tar.xz /usr/share/doc/bio-eagle/examples/
tables /usr/share/doc/bio-eagle/examples/
--- a/debian/rules 2016-10-28 12:48:26.616909155 +0100
--- b/debian/rules 2016-10-28 13:00:23.707463839 +0100
@@ -6,8 +6,7 @@
dh $@ --sourcedirectory=src
override_dh_install:
- cd $(CURDIR)/example/ && \
- tar Jcvf examples.tar.xz * --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner
+ tar Jcvf examples.tar.xz example --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner
dh_install
override_dh_installchangelogs:
More information about the Reproducible-builds
mailing list