Merge lp:~jbicha/unity-gtk-module/dont-depend-on-gtk2 into lp:unity-gtk-module

Proposed by Jeremy Bícha
Status: Merged
Approved by: Jeremy Bícha
Approved revision: 349
Merged at revision: 349
Proposed branch: lp:~jbicha/unity-gtk-module/dont-depend-on-gtk2
Merge into: lp:unity-gtk-module
Diff against target: 24 lines (+4/-2)
2 files modified
debian/control (+1/-2)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~jbicha/unity-gtk-module/dont-depend-on-gtk2
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+334627@code.launchpad.net

Commit message

Don't depend on GTK+ 2 to allow these GTK+ 2 modules to be pre-installed without requiring GTK+ 2 to be installed too

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2017-06-19 09:25:35 +0000
+++ debian/control 2017-12-02 03:23:55 +0000
@@ -33,8 +33,7 @@
33Pre-Depends: ${misc:Pre-Depends},33Pre-Depends: ${misc:Pre-Depends},
34 dpkg (>= 1.15.7.2),34 dpkg (>= 1.15.7.2),
35Depends: ${shlibs:Depends},35Depends: ${shlibs:Depends},
36 ${misc:Depends},36 ${misc:Depends}
37 libgtk2.0-0 (>= 2.24.0),
38Description: GtkMenuShell to GMenuModel parser37Description: GtkMenuShell to GMenuModel parser
39 This library converts GtkMenuShells into GMenuModels.38 This library converts GtkMenuShells into GMenuModels.
4039
4140
=== modified file 'debian/rules'
--- debian/rules 2013-04-30 16:41:33 +0000
+++ debian/rules 2017-12-02 03:23:55 +0000
@@ -28,3 +28,6 @@
28override_dh_install:28override_dh_install:
29 find debian/tmp -name \*.la -exec rm {} \;29 find debian/tmp -name \*.la -exec rm {} \;
30 dh_install --fail-missing30 dh_install --fail-missing
31
32override_dh_shlibdeps:
33 dh_shlibdeps -- -xlibgtk2.0-0

Subscribers

People subscribed via source and target branches