diff options
-rw-r--r-- | debian/control | 6 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 42fd4b7..4b79566 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,9 @@ Section: gnome Priority: optional Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: debhelper (>= 9.0), - dh-autoreconf | debhelper (>= 9.20160403~), + cmake (>= 3.13), + cmake-extras, dh-systemd | debhelper (>= 10.2~), - dbus-test-runner, - mate-common, - xvfb, libglib2.0-dev (>= 2.35.4), libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), diff --git a/debian/rules b/debian/rules index c7aa8a6..7edb8be 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with autoreconf,systemd - -override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf ./autogen.sh + dh $@ --with systemd override_dh_install: find debian/ayatana-indicator-application/usr/lib -name *.la -delete |