aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control16
-rw-r--r--debian/rules8
2 files changed, 5 insertions, 19 deletions
diff --git a/debian/control b/debian/control
index b9ffa9f..a0dfdb1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,13 @@ Source: indicator-session
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: cmake,
+ dbus,
+ debhelper (>= 9),
dh-translations,
intltool,
- gnome-common,
libgtest-dev,
- libxorg-gtest-dev,
- libdbustest1-dev,
- dbus-test-runner,
- libgtk-3-dev,
- libglib2.0-dev (>= 2.35.4),
- gnome-doc-utils,
- libindicator3-dev (>= 0.3.90),
- libdbusmenu-glib-dev (>= 0.5.90),
- libdbusmenu-gtk3-dev (>= 0.5.90),
+ libglib2.0-dev (>= 2.36)
Standards-Version: 3.9.3
Homepage: https://launchpad.net/indicator-session
# If you aren't a member of ~indicator-applet-developers but need to upload
diff --git a/debian/rules b/debian/rules
index f679369..e64aff1 100644
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,13 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
- dh $@ --with translations,autoreconf
-
-override_dh_autoreconf:
- NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+ dh $@ --with translations
override_dh_install:
find debian/indicator-session/usr/lib -name *.la -delete
find debian/indicator-session/usr/lib -name *.a -delete
dh_install --fail-missing
-override_dh_auto_configure:
- dh_auto_configure -- --libexecdir="\$${prefix}/lib/indicator-session"
-
# Hack as it seems it's not possible to easy run that under dbus-test-runner
override_dh_auto_test:
env -u LD_PRELOAD dh_auto_test