Bug#1017945: geeqie: please make the build reproducible

Chris Lamb lamby at debian.org
Mon Aug 22 18:43:06 BST 2022


Source: geeqie
Version: 1:2.0.1-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
geeqie could not be built reproducibly.

This is because it ships a Doxygen .tag file that contains the absolute
build path. Patch attached that prevents this file from being shipped
in the binary package, similar to some other files.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2022-08-22 08:59:15.361422245 -0700
--- b/debian/rules	2022-08-22 10:36:59.238342779 -0700
@@ -12,6 +12,7 @@
 		$(CURDIR)/debian/tmp/usr/share/doc/geeqie-common/README.md \
 		$(CURDIR)/debian/tmp/usr/share/doc/geeqie/COPYING \
 		$(CURDIR)/debian/tmp/usr/share/doc/geeqie-common/AUTHORS \
+		$(CURDIR)/debian/tmp/usr/share/doc/geeqie/html/lua-api/Geeqie.tag \
 		$(CURDIR)/debian/tmp/usr/share/doc/geeqie/ChangeLog \
 		$(CURDIR)/debian/tmp/usr/share/doc/geeqie/ChangeLog.html
 


More information about the Reproducible-bugs mailing list