summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-24 18:15:00 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-24 18:15:00 +0000
commit6f8e71c5b579dcb9aafbf89ae1cad7b48f842204 (patch)
tree9f7868dbd1e65f483026dee1985acd5154821546 /debian/rules
parent6bd6b709c88c9e3e1b6cfdd053fa6dc5b120e4f7 (diff)
downloadlasso-6f8e71c5b579dcb9aafbf89ae1cad7b48f842204.tar.gz
lasso-6f8e71c5b579dcb9aafbf89ae1cad7b48f842204.tar.xz
lasso-6f8e71c5b579dcb9aafbf89ae1cad7b48f842204.zip
do not build tests in the debian package
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f188d46f..a7102153 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ major=2
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no
build: build-stamp