diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 2 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 62b6109..d3c7d82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,7 @@ -libdbusmenu (0.3.10-0ubuntu1~ppa1) maverick; urgency=low +libdbusmenu (0.3.10-0ubuntu1) maverick; urgency=low * New upstream release. * Fixes to dbusmenu-dumper - * debian/rules: Enabling running check at build time - * debian/control: Adding build deps xvfb and dbus-test-runner for new - make check rules -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:28:37 -0500 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..e274757 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 |