diff options
author | Didier Roche <didier.roche@canonical.com> | 2011-07-25 18:04:06 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2011-07-25 18:04:06 +0200 |
commit | 07ff9d838965d81d3f32151e96146d45912217fe (patch) | |
tree | 701fd1a559e3006f85f555d962c4b8e9e24aadda /debian | |
parent | 823c6520143c987eb609371afb7b815b375027c4 (diff) | |
download | libdbusmenu-07ff9d838965d81d3f32151e96146d45912217fe.tar.gz libdbusmenu-07ff9d838965d81d3f32151e96146d45912217fe.tar.bz2 libdbusmenu-07ff9d838965d81d3f32151e96146d45912217fe.zip |
* debian/rules:
- avoid making indicator-appmenu* depends on gtk2/3 by dpkg-shlibdeps.
The library doesn't hurt if gtk isn't installed and that enable
pre-installlation of the indicator stack without requiring the full gtk
stack being there without any gtk app installed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bfa403e..e49e0ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libdbusmenu (0.4.90-0ubuntu4) UNRELEASED; urgency=low + + * debian/rules: + - avoid making indicator-appmenu* depends on gtk2/3 by dpkg-shlibdeps. + The library doesn't hurt if gtk isn't installed and that enable + pre-installlation of the indicator stack without requiring the full gtk + stack being there without any gtk app installed. + + -- Didier Roche <didrocks@ubuntu.com> Mon, 25 Jul 2011 18:03:50 +0200 + libdbusmenu (0.4.90-0ubuntu3) oneiric; urgency=low * debian/patches/lp799878.patch diff --git a/debian/rules b/debian/rules index d53875d..07f6d3a 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc --enable-introspection +DEB_DH_SHLIBDEPS_ARGS_libdbusmenu-gtk4 = -- -xlibgtk2.0-0 +DEB_DH_SHLIBDEPS_ARGS_libdbusmenu-gtk3-4 = -- -xlibgtk-3-0 + LDFLAGS += -Wl,-z,defs -Wl,--as-needed debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) |