diff options
-rw-r--r-- | debian/changelog | 34 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 26 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index fa90e88..6ec2653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,36 +1,38 @@ -libdbusmenu (0.2.8-0ubuntu2~ppa3) lucid; urgency=low +libdbusmenu (0.2.8-0ubuntu2) lucid; urgency=low + * debian/control: + - restore vcs location, we move back to the non import version, the other + one don't allow merging trunk changes + + [ Ted Gould ] * Upstream Merge * Changing the parse function to get_children instead of taking them. (LP: #471044) - - -- Ted Gould <ted@ubuntu.com> Wed, 31 Mar 2010 17:39:46 -0500 - -libdbusmenu (0.2.8-0ubuntu2~ppa2) lucid; urgency=low - - * Upstream merge * Supporting AboutToShow in event callbacks to catch up with QT implementation. - - -- Ted Gould <ted@ubuntu.com> Wed, 31 Mar 2010 14:17:14 -0500 - -libdbusmenu (0.2.8-0ubuntu2~ppa1) lucid; urgency=low - - * Upstream merge * Unrefing on layout updates (LP: #545026) * Resetting sync versions on disconnection * Removing useless warning - -- Ted Gould <ted@ubuntu.com> Wed, 31 Mar 2010 11:12:42 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 01 Apr 2010 12:36:06 +0200 + +libdbusmenu (0.2.8-0ubuntu1) lucid; urgency=low + + * debian/control + - Dropped Vcs-Bzr and Vcs-Browser + - Added extended descriptio for gir1.0-dbusmenu-gtk-0.2 and + gir1.0-dbusmenu-glib-0.2 -libdbusmenu (0.2.8-0ubuntu1~ppa1) lucid; urgency=low + * debian/rules + - bumped shlibs version to 0.2.8 for libdbusmenu-glib1 + [Ted Gould] * Upstream release 0.2.8 * Adding support for blank icons (LP: #534854) * Remove unneeded warning (LP: #537312) * Fix typo in documentation - -- Ted Gould <ted@ubuntu.com> Thu, 25 Mar 2010 10:12:27 -0500 + -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Mar 2010 11:35:46 -0400 libdbusmenu (0.2.7-0ubuntu1) lucid; urgency=low diff --git a/debian/control b/debian/control index cdc808d..cbec057 100644 --- a/debian/control +++ b/debian/control @@ -73,6 +73,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + python, libdbusmenu-glib1 (= ${binary:Version}) Description: Tools useful during development with libdbusmenu . @@ -85,6 +86,9 @@ Depends: ${misc:Depends}, libdbusmenu-glib1 (= ${binary:Version}), gir1.0-glib-2.0 Description: Typelib file for libdbusmenu-glib1 + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings Package: gir1.0-dbusmenu-gtk-0.2 Section: libs @@ -94,4 +98,6 @@ Depends: ${misc:Depends}, gir1.0-dbusmenu-glib-0.2 (= ${binary:Version}), gir1.0-gtk-2.0 Description: Typelib file for libdbusmenu-gtk1 - + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings diff --git a/debian/rules b/debian/rules index 90e7af5..c23bde6 100755 --- a/debian/rules +++ b/debian/rules @@ -7,5 +7,5 @@ DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk1 += -V 'libdbusmenu-gtk1 (>= 0.2.5)' -DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-glib1 += -V 'libdbusmenu-glib1 (>= 0.2.2)' +DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-glib1 += -V 'libdbusmenu-glib1 (>= 0.2.8)' |