diff options
author | Andreas Rottmann <rotty@debian.org> | 2009-07-04 14:31:38 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:48 +0200 |
commit | 8a927bfd7da41dbe61f3cfeaccbd37c761c0bc36 (patch) | |
tree | 18fb54e6fe0b653fd0e74f274c7e5104f367e7be /debian/rules | |
parent | fa095a4504cbe668e4244547e2c141597bea4ecf (diff) |
Imported Debian patch 0.9.1-1debian/0.9.1-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..329f836 --- /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 |