From 86359aa24f73173724147a0ff685672be0962381 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Sat, 6 Dec 2008 16:06:51 +0000 Subject: [PATCH] * debian/source.lintian-overrides: - add override for not adding ${misc:depends} to Depends: line. --- debian/changelog | 4 +++- debian/source.lintian-overrides | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 debian/source.lintian-overrides diff --git a/debian/changelog b/debian/changelog index 7dee35c..f6cd7e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ desktop-base (5.0.3) UNRELEASED; urgency=low * debian/README.Debian: announce the change. * debian/postinst: - make sure we can use /etc/splashy/config.xml. + * debian/source.lintian-overrides: + - add override for not adding ${misc:depends} to Depends: line. - -- Yves-Alexis Perez Sat, 06 Dec 2008 16:54:09 +0100 + -- Yves-Alexis Perez Sat, 06 Dec 2008 17:02:28 +0100 desktop-base (5.0.2) unstable; urgency=low diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 0000000..cebc8b1 --- /dev/null +++ b/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +# we ignore ${Misc:Depends} because it would bring gconf +desktop-base source: debhelper-but-no-misc-depends desktop-base