From: Vincent Bernat Date: Fri, 7 Aug 2015 09:35:37 +0000 (+0200) Subject: debian: add a lintian override for debian-revision-should-not-be-zero X-Git-Tag: 0.7.17~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e410dec40f82522b165eb73041bf91dd8847908f;p=thirdparty%2Flldpd.git debian: add a lintian override for debian-revision-should-not-be-zero This is expected. --- 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