Source: geeqie
Version: 1:2.0.1-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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
 

Reply via email to