From e917d3a28a238208ecf786cfda93dcd2893e3df2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 23:19:26 +0200 Subject: Fork from Ubuntu's Indicator Messages. --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2909daf..c0f70d7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,10 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with autoreconf,translations,gir + dh $@ --with autoreconf,gir override_dh_autoreconf: - NO_CONFIGURE=1 dh_autoreconf ./autogen.sh + NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_auto_configure: dh_auto_configure -- --enable-gtk-doc @@ -14,4 +14,3 @@ override_dh_auto_configure: override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing - -- cgit v1.2.3