Source: libccrtp
Version: 2.0.9-2.2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

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

This is due to it capturing the buildpath in some automatically
generated documentation. It appears safe to simply delete the manpages
in question as they are a) private APIs and b) kinda terse/useless
anyway.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2017-04-17 13:16:14.337050334 +0100
--- b/debian/rules      2017-04-17 13:38:53.662578698 +0100
@@ -15,3 +15,7 @@
 override_dh_clean:
        rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
        dh_clean
+
+override_dh_installman:
+       dh_installman
+       rm -rf debian/libccrtp-doc/usr/share/man/man2

Reply via email to