[Python-modules-commits] [ruamel.yaml] 10/12: Override warning about embedded library

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 18 07:57:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository ruamel.yaml.

commit 69aafbb01540b40403eaa2b868f981442e84d69b
Author: Vincent Bernat <vincent at bernat.im>
Date:   Wed Nov 18 08:37:35 2015 +0100

    Override warning about embedded library
---
 debian/python-ruamel.yaml.lintian-overrides  | 3 +++
 debian/python3-ruamel.yaml.lintian-overrides | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/python-ruamel.yaml.lintian-overrides b/debian/python-ruamel.yaml.lintian-overrides
new file mode 100644
index 0000000..8cff993
--- /dev/null
+++ b/debian/python-ruamel.yaml.lintian-overrides
@@ -0,0 +1,3 @@
+# No static linking is done. The internal yaml library happens to also
+# be named libyaml, hence the confusion.
+python-ruamel.yaml: embedded-library usr/lib/python2.7/dist-packages/_ruamel_yaml.x86_64-linux-gnu.so: libyaml
diff --git a/debian/python3-ruamel.yaml.lintian-overrides b/debian/python3-ruamel.yaml.lintian-overrides
new file mode 100644
index 0000000..d9adc0b
--- /dev/null
+++ b/debian/python3-ruamel.yaml.lintian-overrides
@@ -0,0 +1,4 @@
+# No static linking is done. The internal yaml library happens to also
+# be named libyaml, hence the confusion.
+python3-ruamel.yaml: embedded-library usr/lib/python3/dist-packages/_ruamel_yaml.cpython-35m-x86_64-linux-gnu.so: libyaml
+python3-ruamel.yaml: embedded-library usr/lib/python3/dist-packages/_ruamel_yaml.cpython-34m-x86_64-linux-gnu.so: libyaml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ruamel.yaml.git



More information about the Python-modules-commits mailing list