diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-01-17 17:17:13 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-01-17 17:17:13 -0300 |
commit | d9cbab4beb14e363ab9df26dba199e35d6922daa (patch) | |
tree | a092b294397efcdbea2ff1fb50b1f7dd41d68326 /debian | |
parent | 6cd9ff6e24cb08a4fce776cf3e357e53b8e93b0d (diff) | |
download | qt4-x11-d9cbab4beb14e363ab9df26dba199e35d6922daa.tar.gz |
Override lintian's old autotools helpers files warnings.
We are not using them, tested by patching them away and rebuilding.
Actually we are using the system's version of the involved libs.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d55d860..88eca26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ qt4-x11 (4:4.8.5+git209-g718fae5+dfsg-2) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * Make rm verbose. In this way it's easier to audit the build. + * Override lintian's old autotools helpers files warnings, we are not + using them, tested by patching them away and rebuilding. Actually we are + using the system's version of the involved libs. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 15 Jan 2014 15:52:50 -0300 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index b3f1014..def9a86 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,2 +1,6 @@ # libqt4-webkit-dbg is a transitional package for libqtwebkit-dbg qt4-x11 source: dbg-package-missing-depends libqt4-webkit-dbg +# Yes, these are outdated autotools helper files, but we are not even using +# them. +qt4-x11 source: outdated-autotools-helper-file src/3rdparty/freetype/builds/unix/config.guess +qt4-x11 source: outdated-autotools-helper-file src/3rdparty/freetype/builds/unix/config.sub |