From 96821b5687c8ecf54ce8ae6b7003e5d161cfed23 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 25 May 2021 13:33:43 +0200 Subject: debian/{control,rules}: Adjust to the CMake build system switch. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-application/issues/8 --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian/rules') 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 -- cgit v1.2.3