summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-10-06 15:16:16 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-10-06 15:16:16 +0000
commit9b88ad649af831e1cc6fc1bdbbee6739481a3aa3 (patch)
tree69b184fa61331f2d2543f1135d2e68db7d29b930
parent75bbcf70ebd28c24196b4a53ab32624c76aa9c58 (diff)
don't build wsf; touch swig files so they are not rebuilt even if swig is
detected.
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1e13f124..dadc27db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,11 @@ major=`ls src/.libs/lib*.so.* | \
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 --enable-tests=no --disable-java --disable-gtk-doc --disable-perl --enable-wsf --disable-csharp
+ 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 --disable-java --disable-gtk-doc --disable-perl --disable-csharp
+ # be sure not to call swig:
+ touch php/lasso_wrap.c php/php_lasso.h php/lasso.php
+ touch python/lasso_wrap.c python/lasso.py
+ touch perl/lasso_wrap.c perl/lasso.pm
build: build-stamp