From 4ab6824c4538f4f441e0db0eef510cbfbb912125 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 4 Jan 2012 23:45:16 +0000 Subject: [PATCH] Move source specific overrides to debian/source/lintian-overrides Ha, let's see! From: Michael Prokop --- debian/collectd-core.overrides | 4 ---- debian/source/lintian-overrides | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 debian/source/lintian-overrides diff --git a/debian/collectd-core.overrides b/debian/collectd-core.overrides index dcff62e..4e6322e 100644 --- a/debian/collectd-core.overrides +++ b/debian/collectd-core.overrides @@ -11,7 +11,3 @@ collectd-core: capitalization-error-in-description python Python # directory. According to the Java guys the path name and the ABI is stable # though ... collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/* - -# dpatch is obsolete but we can't deprecated it yet to avoid -# a big diff to Debian's "upstream" package -collectd source: build-depends-on-obsolete-package dpatch diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..70087e2 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,3 @@ +# dpatch is obsolete but we can't deprecate it yet as +# we want to avoid a big diff to Debian's "upstream" package +collectd source: build-depends-on-obsolete-package dpatch