diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-09 11:42:40 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-09 11:42:40 -0300 |
commit | b0b83c35147a1a54f0402f428ebd261994dbdd84 (patch) | |
tree | 1e644d604c4c948f975f182b56f3fad3c1074f5f | |
parent | b93156ab2248f4e278ac44227cf32ceabbb9803b (diff) | |
download | qtbase-b0b83c35147a1a54f0402f428ebd261994dbdd84.tar.gz |
Add lintian override.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libqt5core5.lintian-overrides | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 581c18d..7c8456f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ qtbase-opensource-src (5.1.0+dfsg-1) UNRELEASED; urgency=low * Update symbols files with current build. The missing symbols seemed to be internal/private stuff and optional ones, so everything should be OK. * Mark private symbols in symbols files. + * Add a lintian override for libqt5core5. Symbols should declare a dependency on + qtbase-abi-5-1-0. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 27 Jun 2013 14:04:21 -0300 diff --git a/debian/libqt5core5.lintian-overrides b/debian/libqt5core5.lintian-overrides new file mode 100644 index 0000000..1271d1a --- /dev/null +++ b/debian/libqt5core5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5core5: symbols-declares-dependency-on-other-package qtbase-abi-5-0-2 |