From 475a06624ab118f37764afaefa9c6014f3bb1d69 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Tue, 6 Oct 2015 00:53:18 -0700 Subject: [PATCH] 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. --- debian/python3-pysam.lintian-overrides | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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* -- 2.30.2