Added ldconfig overrides for EDASQLite and EDA
authorJerome St-Louis <jerome@ecere.com>
Mon, 18 Mar 2013 06:35:10 +0000 (02:35 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 18 Mar 2013 06:35:10 +0000 (02:35 -0400)
debian/libeda0.lintian-overrides
debian/libedasqlite0.lintian-overrides

index 63b7137..4bc4507 100644 (file)
@@ -6,3 +6,15 @@
 # rather define its own prototypes, fortify functions
 # is not supported in eC.
 libeda0 binary: hardening-no-fortify-functions
+
+# The libEDA library is installed under the ec/ subdirectory
+# and managed by the eC dynamic library import mechanism.
+# debhelper is somehow calling ldconfig even though
+# no configuration is required.
+libeda0 binary: postrm-has-useless-call-to-ldconfig
+
+# The libEDA library is installed under the ec/ subdirectory
+# and managed by the eC dynamic library import mechanism.
+# debhelper is somehow calling ldconfig even though
+# no configuration is required.
+libeda0 binary: postinst-has-useless-call-to-ldconfig
index 148c1fc..722ec7c 100644 (file)
@@ -6,3 +6,15 @@
 # rather define its own prototypes, fortify functions
 # is not supported in eC.
 libedasqlite0 binary: hardening-no-fortify-functions
+
+# The libEDASQLite library is installed under the ec/ subdirectory
+# and managed by the eC dynamic library import mechanism.
+# debhelper is somehow calling ldconfig even though
+# no configuration is required.
+libedasqlite0 binary: postrm-has-useless-call-to-ldconfig
+
+# The libEDASQLite library is installed under the ec/ subdirectory
+# and managed by the eC dynamic library import mechanism.
+# debhelper is somehow calling ldconfig even though
+# no configuration is required.
+libedasqlite0 binary: postinst-has-useless-call-to-ldconfig