aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules1
3 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index b8813cf..c270d4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdbusmenu (0.3.13-0ubuntu1) UNRELEASED; urgency=low
+libdbusmenu (0.3.13-0ubuntu1) maverick; urgency=low
* New upstream release.
* Handling window grabs on activated signals (LP: #633275)
@@ -7,6 +7,11 @@ libdbusmenu (0.3.13-0ubuntu1) UNRELEASED; urgency=low
* Changing the timeouts on event calls for better detection
of failing applications
+ [Ken VanDine]
+ * debian/control
+ - Dropped build depends for dbus-test-runner, it isn't in the archive
+ yet, we should add that next cycle
+
-- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 09:50:15 -0500
libdbusmenu (0.3.12-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 1578fbf..496facc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
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