diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-12-12 17:43:15 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-12-12 17:43:15 -0300 |
commit | 3b1a9de5f78ee132797e0721075d2a2f083871aa (patch) | |
tree | 9337cc769cfdfb59469d20bda3b898889264ab27 | |
parent | c3ce9ca4ff16b8ef3ea69580da3a9d042cf76849 (diff) | |
download | qtbase-3b1a9de5f78ee132797e0721075d2a2f083871aa.tar.gz |
Add lintian override for package not matching SONAME.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libqt5core5a.lintian-overrides | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1892c71..fa647ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ qtbase-opensource-src (5.2.0+dfsg-1) UNRELEASED; urgency=low - Make libqt5core5a break and replace libqt5core5 << 5.2.0+dfsg~. - Rename the associated files (install, lintian-overrides and symbols). - Adjust dependencies in debian/control. + - Add lintian override for package not matching SONAME. - Re create symbols that used the qreal subst, they are now all doubles. * A user of Qt built by a distro doesn't needs to find where the SQL plugins are via CMake. Do not install them (Closes: #729602). diff --git a/debian/libqt5core5a.lintian-overrides b/debian/libqt5core5a.lintian-overrides index 3558cac..682c2a5 100644 --- a/debian/libqt5core5a.lintian-overrides +++ b/debian/libqt5core5a.lintian-overrides @@ -1,3 +1,5 @@ # 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. libqt5core5a: symbols-declares-dependency-on-other-package qtbase-abi-5-2-0 +# To help Ubuntu in their releases we also renamed libqt5core5 to libqt5core5a. +libqt5core5a: package-name-doesnt-match-sonames libQt5Core5 |