diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-09 21:47:45 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-09 21:47:45 +0100 |
commit | ac1487a684470d29206652e8ab515cdf57a2ef20 (patch) | |
tree | 0839728e0dbea77c34eb884d0f34e2d1f4bf3fbf /debian | |
parent | 25c5aef04c27af4a0cac0032ed51370fbc989a39 (diff) | |
download | libayatana-appindicator-ac1487a684470d29206652e8ab515cdf57a2ef20.tar.gz libayatana-appindicator-ac1487a684470d29206652e8ab515cdf57a2ef20.tar.bz2 libayatana-appindicator-ac1487a684470d29206652e8ab515cdf57a2ef20.zip |
debian/rules: build without make check until the builder environment
issues are sorted
Diffstat (limited to 'debian')
-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 |