aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-14 14:27:38 -0600
committerTed Gould <ted@gould.cx>2012-02-14 14:27:38 -0600
commit7f1272a5681547e6a6cb083b699be4770c08ac96 (patch)
treec4f7c9c9845f325804fe3c33db58e6cc45a9d236 /debian
parent36b39c96eac1bcadaf506a52b6c583155559458b (diff)
downloadlibayatana-indicator-7f1272a5681547e6a6cb083b699be4770c08ac96.tar.gz
libayatana-indicator-7f1272a5681547e6a6cb083b699be4770c08ac96.tar.bz2
libayatana-indicator-7f1272a5681547e6a6cb083b699be4770c08ac96.zip
* debian/control, debian/rules:
* Adding in autoreconf support * Adding a check rule and requiring new build deps
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index c92d5d9..3232851 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,11 @@ libindicator (0.4.91-0ubuntu1~ppa1) UNRELEASED; urgency=low
* Dropping debian/patches
* Upstream Merge
* Explicitly add in gmodule as a required library
- * debian/control, debian/rules: Adding in autoreconf support
+ * debian/control, debian/rules:
+ * Adding in autoreconf support
+ * Adding a check rule and requiring new build deps
- -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 14:22:50 -0600
+ -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 14:27:03 -0600
libindicator (0.4.90-0ubuntu4) precise; urgency=low
diff --git a/debian/control b/debian/control
index 4816b56..998c41c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 5.0),
libtool,
intltool,
gtk-doc-tools,
- dh-autoreconf
+ dbus-test-runner,
+ xvfb
Standards-Version: 3.9.2
Homepage: https://launchpad.net/libindicator
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu
diff --git a/debian/rules b/debian/rules
index 7e69bc0..e74ddd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/
DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2
DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3
+DEB_MAKE_CHECK_TARGET := check
+
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
DEB_DH_MAKESHLIBS_ARGS_libindicator7 += -V 'libindicator7 (>= 0.4.90)'