From d18e0d51b5b14edd65c33c35f67a0b5136843b2b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Nov 2014 14:39:28 +0100 Subject: [PATCH] Works now --- debian/rules | 13 ++++++++++++- debian/zorba.install | 1 - 2 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 debian/zorba.install diff --git a/debian/rules b/debian/rules index 44c0e7d..f67c581 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,14 @@ export DH_VERBOSE=1 %: - dh $@ --without python-support + dh $@ --without python-support \ + --parallel \ + -Dzorba-3.0 -Bzorba-3.0/build + +override_dh_clean: + rm -fr zorba-3.0 + rm -f zorba-3.0.tar.gz + dh_clean override_dh_auto_configure: wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz @@ -12,3 +19,7 @@ override_dh_auto_configure: -D CMAKE_INSTALL_PREFIX=/opt/zorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ .. + +# Don't run tests. They fail +override_dh_auto_test: + diff --git a/debian/zorba.install b/debian/zorba.install deleted file mode 100644 index 053c09e..0000000 --- a/debian/zorba.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/opt/zorba -- 1.7.10.4