Source: bio-eagle
Version: 2.3-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: fileordering
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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:

Reply via email to