From 62c47635f73cb23736a0172c6eceb394f60f9309 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 20 Nov 2012 10:32:37 -0500 Subject: Override dh_auto_configure to properly pass --disable-static to configure. --- debian/changelog | 2 ++ debian/rules | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fda3612..ae87f16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ indicator-printers (0.1.7-0ubuntu1) UNRELEASED; urgency=low - Migrate from cdbs to using the dh sequencer. - Override dh_autoreconf to call autogen.sh. - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL = 4. + - Override dh_auto_configure to properly pass --disable-static to + configure. * debian/compat: bump compat level to 9. -- Mathieu Trudel-Lapierre Mon, 19 Nov 2012 11:34:17 -0500 diff --git a/debian/rules b/debian/rules index 38e5fbc..c032912 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -DEB_CONFIGURE_EXTRA_FLAGS = --disable-static CFLAGS += -Wno-error=deprecated-declarations LDFLAGS += -Wl,-z,defs -Wl,--as-needed @@ -13,6 +12,10 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh +override_dh_auto_configure: + dh_auto_configure -- \ + --disable-static + override_dh_install: find debian/indicator-printers -name \*.la -delete find debian/indicator-printers -name \*.a -delete -- cgit v1.2.3