diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1626d82..1f32ee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libappindicator (0.4.91-0ubuntu3) UNRELEASED; urgency=low + + * debian/rules: build without make check until the builder environment + issues are sorted + + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Mar 2012 21:36:36 +0100 + libappindicator (0.4.91-0ubuntu2) precise; urgency=low * debian/control: build-depends on dbus-test-runner diff --git a/debian/rules b/debian/rules index 026fc6d..65a2860 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk API_VERSION = 0.1 -DEB_MAKE_CHECK_TARGET := check +#DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc --enable-introspection |