[pkg-d-commits] [ldc] 01/01: Override embedded zlib lintian error

Matthias Klumpp mak at moszumanska.debian.org
Mon May 22 22:33:15 UTC 2017


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

mak pushed a commit to branch master
in repository ldc.

commit 101282ce1a29904512cef4113a05f7b4d4d972ff
Author: Matthias Klumpp <mak at debian.org>
Date:   Mon May 22 23:16:16 2017 +0200

    Override embedded zlib lintian error
    
    This is caused by LLVM 4, and there is nothing that we can do about this
    at time.
---
 debian/ldc.install | 1 +
 debian/lintian/ldc | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/ldc.install b/debian/ldc.install
index 2c97306..527c9c3 100644
--- a/debian/ldc.install
+++ b/debian/ldc.install
@@ -1,3 +1,4 @@
 etc/bash_completion.d/*		usr/share/bash-completion/completions/
 etc/ldc2.conf
 usr/bin/*
+debian/lintian/ldc 		usr/share/lintian/overrides/
diff --git a/debian/lintian/ldc b/debian/lintian/ldc
new file mode 100644
index 0000000..0e55010
--- /dev/null
+++ b/debian/lintian/ldc
@@ -0,0 +1,4 @@
+# These are *temporary* overrides that should be removed as soon as LLVM 4.0
+# is fixed in Debian to not link in zlib.
+ldc binary: embedded-library usr/bin/ldc2: zlib
+ldc binary: embedded-library usr/bin/ldmd2: zlib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list