From 8a927bfd7da41dbe61f3cfeaccbd37c761c0bc36 Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Sat, 4 Jul 2009 14:31:38 +0200 Subject: Imported Debian patch 0.9.1-1 --- debian/rules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..329f8366 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror +DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) + +DEB_MAKE_CHECK_TARGET = check -- cgit v1.2.3