aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-25 13:33:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-25 13:34:07 +0200
commit96821b5687c8ecf54ce8ae6b7003e5d161cfed23 (patch)
tree9a8f727fe4c6c24aad3757f665e84378f5ffb9a0 /debian/rules
parentfe5ae6b69f0d98a26735f8d42859a08f788215ce (diff)
downloadayatana-indicator-application-96821b5687c8ecf54ce8ae6b7003e5d161cfed23.tar.gz
ayatana-indicator-application-96821b5687c8ecf54ce8ae6b7003e5d161cfed23.tar.bz2
ayatana-indicator-application-96821b5687c8ecf54ce8ae6b7003e5d161cfed23.zip
debian/{control,rules}: Adjust to the CMake build system switch.
Fixes https://github.com/AyatanaIndicators/ayatana-indicator-application/issues/8
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
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