From e410dec40f82522b165eb73041bf91dd8847908f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 7 Aug 2015 11:35:37 +0200 Subject: [PATCH] debian: add a lintian override for debian-revision-should-not-be-zero This is expected. --- debian/liblldpctl-dev.lintian-overrides | 2 ++ debian/lldpd.lintian-overrides | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 debian/liblldpctl-dev.lintian-overrides diff --git a/debian/liblldpctl-dev.lintian-overrides b/debian/liblldpctl-dev.lintian-overrides new file mode 100644 index 00000000..e6402d3c --- /dev/null +++ b/debian/liblldpctl-dev.lintian-overrides @@ -0,0 +1,2 @@ +# Non official package +liblldpctl-dev binary: debian-revision-should-not-be-zero diff --git a/debian/lldpd.lintian-overrides b/debian/lldpd.lintian-overrides index 38343ac8..4c8af483 100644 --- a/debian/lldpd.lintian-overrides +++ b/debian/lldpd.lintian-overrides @@ -1,4 +1,7 @@ # liblldpctl is tightly coupled with lldpd because of the use of a # binary RPC mechanism between the library and lldpd. The library can # only work with the exact version of lldpd it was compiled with. -lldpd binary: package-name-doesnt-match-sonames liblldpctl4 +lldpd binary: package-name-doesnt-match-sonames liblldpctl* + +# Non official package +lldpd binary: debian-revision-should-not-be-zero -- 2.47.2