diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e92735f..406ca2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ libdbusmenu (0.3.3-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in Debian branch * debian/control: Switching branch on this branch to be the dbusmenu-team. + * debian/rules: Updating shlibs to 0.3.3 for shortcut API additions - -- Ted Gould <ted@ubuntu.com> Thu, 24 Jun 2010 09:21:02 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 24 Jun 2010 09:30:21 -0500 libdbusmenu (0.3.2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 4f08dbf..e274757 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,6 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk1 += -V 'libdbusmenu-gtk1 (>= 0.3.1)' -DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-glib1 += -V 'libdbusmenu-glib1 (>= 0.2.8)' +DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk1 += -V 'libdbusmenu-gtk1 (>= 0.3.3)' +DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-glib1 += -V 'libdbusmenu-glib1 (>= 0.3.3)' |