Source: lomiri-location-service
Version: 3.3.0-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
lomiri-location-service could not be built reproducibly.

This is because debian/rules calls rdfind, which, by default, generates
a nondeterminstic results.txt file that then gets shipped with the binary
.deb.

Patch attached that disables generation of this file.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git debian/rules debian/rules
index dbdb92e..fd1a240 100755
--- debian/rules
+++ debian/rules
@@ -33,7 +33,7 @@ override_dh_auto_install:
 override_dh_install:
        rm -Rv debian/tmp/usr/lib/*/lomiri-location-service/examples/
        rm -Rv debian/tmp/usr/share/lomiri-location-service/examples/
-       cd debian/tmp/usr/share/doc/lomiri-location-service/html/ && rdfind 
-makesymlinks true .
+       cd debian/tmp/usr/share/doc/lomiri-location-service/html/ && rdfind 
-makesymlinks true -makeresultsfile false .
        cd debian/tmp/usr/share/doc/lomiri-location-service/html/ && symlinks 
-rc .
        dh_install -Xlomiri-location-service.1
 

Reply via email to