diff options
author | Pino Toscano <pino@debian.org> | 2012-05-28 15:24:47 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2012-05-28 15:24:47 +0200 |
commit | fa9b1b55c53fff3a936798bdbaa61fe5bc8d7903 (patch) | |
tree | 75e5d469302801e5347f8445bfb3a6ce1f5955f1 | |
parent | 82f22b146b07525669db7bd85141d4b818302798 (diff) | |
download | qt4-x11-fa9b1b55c53fff3a936798bdbaa61fe5bc8d7903.tar.gz |
override the two lintian warnings for dbg-package-missing-depends
they are false positives
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e3fd81d..989720d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ qt4-x11 (4:4.8.1-2) UNRELEASED; urgency=low patch no_libicu_message.diff. (together with the above it Closes: #673537) * Recommend libqt4-dbg in libqt4-designer-dbg, libqt4-qt3support-dbg, libqt4-script-dbg, libqt4-xmlpatterns-dbg, qt4-bin-dbg, and qt4-demos-dbg. + * Override the two lintian warnings for dbg-package-missing-depends, since + they are false positives. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 03 May 2012 21:58:22 +0200 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..590c767 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,4 @@ +# libqt4-webkit-dbg is a transitional package for libqtwebkit-dbg +qt4-x11 source: dbg-package-missing-depends: libqt4-webkit-dbg +# qt4-bin-dbg is a collection of debug symbols for binaries +qt4-x11 source: dbg-package-missing-depends: qt4-bin-dbg |