From a559a648a96a4374c45b7aae999c3f0697f25f45 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 2 Dec 2017 19:19:37 +0100 Subject: Import and adapt packaging from recent-notifications' ppa-indicator branch. --- debian/rules | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..22435b7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +%: + dh $@ --with autoreconf + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_auto_configure: + dh_auto_configure -- \ + --disable-static + +override_dh_auto_install: + dh_auto_install + find debian/ayatana-indicator-notifications -name \*.la -delete -- cgit v1.2.3