From: Marko Kreen Date: Tue, 13 Dec 2011 14:08:30 +0000 (+0200) Subject: deb: override DEB_CONFIGURE_EXTRA_FLAGS for old cdbs X-Git-Tag: pgbouncer_1_5_rc1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89ff7814bcbebe23a06395cd88db7bebcd201b5d;p=pgbouncer deb: override DEB_CONFIGURE_EXTRA_FLAGS for old cdbs --- diff --git a/debian/rules b/debian/rules index 9b7f3e6..069778d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,7 @@ DH_VERBOSE = 1 DEB_BUILD_OPTIONS = nostrip -DEB_CONFIGURE_EXTRA_FLAGS = --enable-debug -#DEB_CONFIGURE_EXTRA_FLAGS = --enable-debug --with-udns +override DEB_CONFIGURE_EXTRA_FLAGS = --enable-debug include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk