Revise python3 lintian overrides
authorAfif Elghraoui <afif@ghraoui.name>
Tue, 6 Oct 2015 07:53:18 +0000 (00:53 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Tue, 6 Oct 2015 07:53:18 +0000 (00:53 -0700)
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

index 2af9286ec5c242f9b611926acda7e14164a4a664..5490deec7600e74a39a0bfc1aa5c7b3e1d24324f 100644 (file)
@@ -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*