Merge lp:~laney/overlay-scrollbar/swap-depends into lp:overlay-scrollbar

Proposed by Iain Lane
Status: Merged
Approved by: Lars Karlitski
Approved revision: 394
Merged at revision: 394
Proposed branch: lp:~laney/overlay-scrollbar/swap-depends
Merge into: lp:overlay-scrollbar
Diff against target: 26 lines (+6/-3)
1 file modified
debian/control (+6/-3)
To merge this branch: bzr merge lp:~laney/overlay-scrollbar/swap-depends
Reviewer Review Type Date Requested Status
Lars Karlitski Approve
Sebastien Bacher (community) Approve
Review via email: mp+277726@code.launchpad.net

Commit message

Have the -gtk2 library depend on overlay-scrollbar. It contains gsettings schemas and configuration, so having it this way round is right.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

sweat!

review: Approve
Revision history for this message
Sebastien Bacher (seb128) wrote :

(sweet even, but I don't have the lp power to approve it)

Revision history for this message
Lars Karlitski (larsu) wrote :

Sweaty!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2015-06-04 08:48:33 +0000
3+++ debian/control 2015-11-17 16:51:56 +0000
4@@ -22,6 +22,7 @@
5 Multi-Arch: same
6 Depends: ${misc:Depends},
7 ${shlibs:Depends},
8+ overlay-scrollbar (= ${source:Version}),
9 Replaces: liboverlay-scrollbar-0.2-0 (<< 0.2.16+r348),
10 liboverlay-scrollbar-0.2-dev (<< 0.2.16+r348),
11 Conflicts: liboverlay-scrollbar-0.2-0 (<< 0.2.16+r348),
12@@ -32,9 +33,11 @@
13 Package: overlay-scrollbar
14 Section: libs
15 Architecture: all
16-Depends: overlay-scrollbar-gtk2,
17- ${misc:Depends},
18+Depends: ${misc:Depends},
19 Conflicts: overlay-scrollbar-gtk3
20 Replaces: overlay-scrollbar-gtk3
21-Description: Scrollbar overlay
22+Description: Scrollbar overlay - configuration
23 Overlay scrollbar is a GtkModule enabling a dynamic overlay behavior.
24+ .
25+ This package contains GSettings schemas and startup scripts for overlay
26+ scrollbars.

Subscribers

People subscribed via source and target branches