From 55b03b48590b950c23090b35e27ecd47c17bd2ba Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Mar 2012 20:05:47 +0100 Subject: * debian/rules: - run make check during the build --- debian/changelog | 6 +++++- debian/rules | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 Fri, 09 Mar 2012 12:17:14 -0600 + -- Sebastien Bacher 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-%: -- cgit v1.2.3 From 1ae63e0573c175eccca990a2b18148f1591d1b18 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Mar 2012 20:06:00 +0100 Subject: releasing version 0.4.91-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e840844..e4ac063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libappindicator (0.4.91-0ubuntu1) UNRELEASED; urgency=low +libappindicator (0.4.91-0ubuntu1) precise; urgency=low * debian/rules: - run make check during the build @@ -12,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 - -- Sebastien Bacher Fri, 09 Mar 2012 19:45:54 +0100 + -- Sebastien Bacher Fri, 09 Mar 2012 20:05:53 +0100 libappindicator (0.4.90-0ubuntu2) precise; urgency=low -- cgit v1.2.3 From 593ee90d57efda8fa42d4061655b9e59aeb3febd Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Mar 2012 21:12:49 +0100 Subject: debian/control: build-depends on dbus-test-runner --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4ac063..43bdac1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libappindicator (0.4.91-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: build-depends on dbus-test-runner + + -- Sebastien Bacher Fri, 09 Mar 2012 21:11:50 +0100 + libappindicator (0.4.91-0ubuntu1) precise; urgency=low * debian/rules: diff --git a/debian/control b/debian/control index 380e42b..2e65961 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Build-Depends: debhelper (>= 7.0), gir1.2-gtk-2.0, gir1.2-gtk-3.0, dh-autoreconf, - valac-0.14 + valac-0.14, + dbus-test-runner Standards-Version: 3.9.1 Homepage: https://launchpad.net/libappindicator Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/libappindicator/ubuntu -- cgit v1.2.3 From 25c5aef04c27af4a0cac0032ed51370fbc989a39 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Mar 2012 21:13:36 +0100 Subject: releasing version 0.4.91-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43bdac1..1626d82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libappindicator (0.4.91-0ubuntu2) UNRELEASED; urgency=low +libappindicator (0.4.91-0ubuntu2) precise; urgency=low * debian/control: build-depends on dbus-test-runner - -- Sebastien Bacher Fri, 09 Mar 2012 21:11:50 +0100 + -- Sebastien Bacher Fri, 09 Mar 2012 21:13:24 +0100 libappindicator (0.4.91-0ubuntu1) precise; urgency=low -- cgit v1.2.3 From ac1487a684470d29206652e8ab515cdf57a2ef20 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Mar 2012 21:47:45 +0100 Subject: debian/rules: build without make check until the builder environment issues are sorted --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3 From 73331d64cff60d8c96220bda4a088b67df01f652 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Mar 2012 21:47:59 +0100 Subject: releasing version 0.4.91-0ubuntu3 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f32ee2..d39f5b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libappindicator (0.4.91-0ubuntu3) UNRELEASED; urgency=low +libappindicator (0.4.91-0ubuntu3) precise; urgency=low * debian/rules: build without make check until the builder environment issues are sorted - -- Sebastien Bacher Fri, 09 Mar 2012 21:36:36 +0100 + -- Sebastien Bacher Fri, 09 Mar 2012 21:47:53 +0100 libappindicator (0.4.91-0ubuntu2) precise; urgency=low -- cgit v1.2.3