Merge lp:~mitya57/appmenu-qt5/drop-useless-suggests into lp:appmenu-qt5

Proposed by Dmitry Shachnev
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 27
Merged at revision: 27
Proposed branch: lp:~mitya57/appmenu-qt5/drop-useless-suggests
Merge into: lp:appmenu-qt5
Diff against target: 14 lines (+0/-4)
1 file modified
debian/control (+0/-4)
To merge this branch: bzr merge lp:~mitya57/appmenu-qt5/drop-useless-suggests
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+243146@code.launchpad.net

Commit message

Drop useless Suggests on qtbase packages.

Description of the change

I have noticed that appmenu-qt5 still suggests libqt5core5, even though that package have been replaced by libqt5core5a long time ago. But then I noticed that these suggestions are not needed at all, as it *depends* on that Qt 5 stuff anyway, via shlibs depends.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Indeed, I suppose this was a leftover from some old packaging for the very first versions. When thinking about it, it shouldn't actually be in trunk anymore. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2014-10-09 05:21:21 +0000
+++ debian/control 2014-11-28 12:13:52 +0000
@@ -27,10 +27,6 @@
27Architecture: any27Architecture: any
28Depends: ${misc:Depends},28Depends: ${misc:Depends},
29 ${shlibs:Depends},29 ${shlibs:Depends},
30Suggests: libqt5core5,
31 libqt5dbus5,
32 libqt5gui5,
33 libqt5widgets5,
34Description: application menu for Qt530Description: application menu for Qt5
35 appmenu provides you with an integrated application menu in your global31 appmenu provides you with an integrated application menu in your global
36 menu bar. It functions as a QPA platformtheme plugin.32 menu bar. It functions as a QPA platformtheme plugin.

Subscribers

People subscribed via source and target branches