diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libcoq-ocaml.lintian-overrides | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 288ce57d..c4dae733 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,8 @@ coq (8.5~beta2+dfsg-1) UNRELEASED; urgency=medium * coq-theories is now arch any, since it contains .coq-native/ directories (i.e. cmxs files for native compute) * coq depends on coq-theories binary:Version - * lintian-overrides for coq-native/*cmx* files (hardening-no-relro) + * lintian-overrides for coq-native/*cmx* and plugins/*cmxs files + (hardening-no-relro) -- Enrico Tassi <gareuselesinge@debian.org> Wed, 15 Jul 2015 11:36:30 +0200 diff --git a/debian/libcoq-ocaml.lintian-overrides b/debian/libcoq-ocaml.lintian-overrides new file mode 100644 index 00000000..33365c06 --- /dev/null +++ b/debian/libcoq-ocaml.lintian-overrides @@ -0,0 +1 @@ +hardening-no-relro *plugins*cmxs |