From: Afif Elghraoui Date: Tue, 6 Oct 2015 07:53:18 +0000 (-0700) Subject: Revise python3 lintian overrides X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~275 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=475a06624ab118f37764afaefa9c6014f3bb1d69;p=python-pysam.git Revise python3 lintian overrides The original overrides were architecture specific, which was wrong. Now that python 3.5 is being built, some new overrides apply to them as well. --- diff --git a/debian/python3-pysam.lintian-overrides b/debian/python3-pysam.lintian-overrides index 2af9286..5490dee 100644 --- a/debian/python3-pysam.lintian-overrides +++ b/debian/python3-pysam.lintian-overrides @@ -1,6 +1,6 @@ # These are apparently false-positives # Inspection of the build logs shows that these are indeed compiled with # -D_FORTIFY_SOURCE=2 -hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/TabProxies.cpython-34m-x86_64-linux-gnu.so -hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/calignmentfile.cpython-34m-x86_64-linux-gnu.so -hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/ctabix.cpython-34m-x86_64-linux-gnu.so +hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/TabProxies.cpython-3* +hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/calignmentfile.cpython-3* +hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/ctabix.cpython-3*