Source: libvdpau
Version: 1.2-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

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

This is because it included build paths in (somewhat useless!)
log files. Patch attached that simply doesn't ship these in
the binary package. This is similar to #939548 [1] in dsdp.

Patch attached.

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/939548


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-09-07 10:10:56.887480026 +0100
--- b/debian/rules      2019-09-07 10:19:08.226064740 +0100
@@ -40,7 +40,7 @@
        dh_auto_configure -- $(CONFIGURE_OPTIONS)
 
 override_dh_installdocs:
-       dh_installdocs -X.md5
+       dh_installdocs -X.md5 -X/_formulas. -X/_form0.
 
 override_dh_bugfiles:
        dh_bugfiles -A

Reply via email to