Merge ~darinmiller/kubuntu-packaging/+git/akregator:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/akregator:kubuntu_unstable

Proposed by Darin Miller
Status: Merged
Approved by: Rik Mills
Approved revision: bd2733f83c61fc8e7c1b4d2e48f2795cbed4441e
Merged at revision: bd2733f83c61fc8e7c1b4d2e48f2795cbed4441e
Proposed branch: ~darinmiller/kubuntu-packaging/+git/akregator:kubuntu_unstable
Merge into: ~kubuntu-packagers/kubuntu-packaging/+git/akregator:kubuntu_unstable
Diff against target: 24 lines (+4/-1)
2 files modified
debian/changelog (+3/-0)
debian/lintian-overrides (+1/-1)
Reviewer Review Type Date Requested Status
Rik Mills Approve
Review via email: mp+320273@code.launchpad.net

Description of the change

akregator pkg build displayed the following lintian failure:

W: akregator: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so.5.4.80 usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so
N: 3 tags overridden (3 warnings)
/usr/share/pkg-kde-tools/qt-kde-team/3/lintian.mk:20: recipe for target 'lintian' failed
make[1]: [lintian] Error 1 (ignored)
=== End lintian

Updated lintian-overrides to point libakregatorinterfaces.so to libakregatorinterfaces.so.5.4.80 (was pointing to libakregatorinterfaces.so.5.4.40)
Verified fix with local sbuild. Error fixed however, this message was displayed in the lintian section. Maybe linitian files also needs this this line?

W: akregator: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so.5.4.3 usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so

Again, no errors/failures so unsure how to react to above line.

To post a comment you must log in.
Revision history for this message
Rik Mills (rikmills) wrote :

I don't see that additional warning in the current build log, but lets see what happens when this builds again.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index eae8ee3..5e20b32 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -17,6 +17,9 @@ akregator (4:16.12.3-0ubuntu1) UNRELEASED; urgency=medium
6 [ José Manuel Santamaría Lema ]
7 * New upstream release (16.12.3)
8
9+ [ Darin Miller ]
10+ * updated lintian-overrides to point to correct symlink
11+
12 -- José Manuel Santamaría Lema <panfaust@gmail.com> Tue, 07 Mar 2017 10:50:45 +0100
13
14 kdepim (4:16.08.1-1~2.gbpb36d9f) UNRELEASED; urgency=medium
15diff --git a/debian/lintian-overrides b/debian/lintian-overrides
16index 29ab1a8..3abba93 100644
17--- a/debian/lintian-overrides
18+++ b/debian/lintian-overrides
19@@ -1,4 +1,4 @@
20 akregator: package-name-doesnt-match-sonames libakregatorinterfaces5 libakregatorprivate5
21 akregator: binary-without-manpage usr/bin/akregator
22 akregator: binary-without-manpage usr/bin/akregatorstorageexporter
23-akregator: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so.5.4.40 usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so
24+akregator: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so.5.4.80 usr/lib/x86_64-linux-gnu/libakregatorinterfaces.so

Subscribers

People subscribed via source and target branches