aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules5
3 files changed, 8 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index af28c50..8ac8ef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
-libdbusmenu (0.3.12-0ubuntu1~ppa1) maverick; urgency=low
+libdbusmenu (0.3.12-0ubuntu1) maverick; urgency=low
+ * debian/rules: update the shlibs
+
+ [ Ted Gould ]
* New upstream release.
* Support activation of menus client side
* Increase layout XML size (LP: #621238)
* Display an event for the status of the signal to the server
- -- Ted Gould <ted@ubuntu.com> Thu, 26 Aug 2010 15:35:19 -0500
+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 23:34:45 +0200
libdbusmenu (0.3.11-0ubuntu1) maverick; urgency=low
diff --git a/debian/control b/debian/control
index 1039d9e..9fe2dd8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,7 @@ Build-Depends: debhelper (>= 5.0),
gir1.0-glib-2.0,
gir1.0-gtk-2.0,
libx11-dev (>= 1.3),
- valac,
-# Check dependencies
- xvfb,
- dbus-test-runner
+ valac
Standards-Version: 3.9.1
Homepage: https://launchpad.net/dbusmenu
Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu
diff --git a/debian/rules b/debian/rules
index c015803..496facc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,9 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
-DEB_MAKE_CHECK_TARGET := check
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.3)'
-DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-glib1 += -V 'libdbusmenu-glib1 (>= 0.3.3)'
+DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk1 += -V 'libdbusmenu-gtk1 (>= 0.3.12)'
+DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-glib1 += -V 'libdbusmenu-glib1 (>= 0.3.12)'