Source: osdlyrics
Version: 0.5.10+dfsg1-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it was embedding the build date via the PACKAGE_VERSION
define. (I don't think the VERSION macro is embedded, but if the package
remains unreproducible then this is probably the reason.)

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2021-09-12 11:29:29.016655107 +0100
--- b/debian/rules      2021-09-12 11:54:52.849334799 +0100
@@ -21,7 +21,7 @@
        dh $@ --with python3
 
 override_dh_auto_configure:
-       dh_auto_configure -- PYTHON=/usr/bin/python3
+       dh_auto_configure -- PYTHON=/usr/bin/python3 
PACKAGE_VERSION=$(DEB_VERSION_UPSTREAM)
 
 execute_after_dh_auto_install:
        # Remove __pycache__ directories

Reply via email to