Bug#860470: libccrtp: please make the build reproducible

Chris Lamb lamby at debian.org
Mon Apr 17 12:41:18 UTC 2017


Source: libccrtp
Version: 2.0.9-2.2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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


More information about the Pkg-voip-maintainers mailing list