diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-09 20:05:47 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-09 20:05:47 +0100 |
commit | 55b03b48590b950c23090b35e27ecd47c17bd2ba (patch) | |
tree | 986ba4bc164ec1cd5e6049581561e70c1152b07a | |
parent | 223b045d77554333a297e51b911c60cddff5b1f3 (diff) | |
download | libayatana-appindicator-55b03b48590b950c23090b35e27ecd47c17bd2ba.tar.gz libayatana-appindicator-55b03b48590b950c23090b35e27ecd47c17bd2ba.tar.bz2 libayatana-appindicator-55b03b48590b950c23090b35e27ecd47c17bd2ba.zip |
* debian/rules:
- run make check during the build
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6a2a304..e840844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ libappindicator (0.4.91-0ubuntu1) UNRELEASED; urgency=low + * debian/rules: + - run make check during the build + + [ Ted Gould ] * New upstream release. * Set name and title in fallback status item (LP: #885080) * Fix build in non-source dir cases (LP: #931764) @@ -8,7 +12,7 @@ libappindicator (0.4.91-0ubuntu1) UNRELEASED; urgency=low * Fix test suite to work with libindicator 0.4.93 * Fix the mono binding properties - -- Ted Gould <ted@ubuntu.com> Fri, 09 Mar 2012 12:17:14 -0600 + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Mar 2012 19:45:54 +0100 libappindicator (0.4.90-0ubuntu2) precise; urgency=low diff --git a/debian/rules b/debian/rules index b2507f5..026fc6d 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,8 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk API_VERSION = 0.1 +DEB_MAKE_CHECK_TARGET := check + DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc --enable-introspection configure-stamp-%: |