X-Git-Url: http://git.indexdata.com/?p=idzorba-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;h=e8673cae320390bf39fb796cda0e88b23413692b;hp=47b0f335a64392f215e2eed10b2ce4120cebf235;hb=8518ab5df8245da4890cc4fb9167161574e70c0f;hpb=368ca5f7d44eb363fb589b7e7178c10cf0d70ea6 diff --git a/debian/rules b/debian/rules index 47b0f33..e8673ca 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,23 @@ export DH_VERBOSE=1 %: - dh $@ --without python-support + dh $@ --without python-support \ + --parallel \ + -Dtmp/zorba-3.0 -Btmp/zorba-3.0/build +override_dh_auto_clean: + rm -fr tmp + override_dh_auto_configure: - wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz - tar zxf zorba-3.0.tar.gz - cd build; cmake \ + mkdir -p tmp + cd tmp; wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz + cd tmp; tar zxf zorba-3.0.tar.gz + cd tmp/zorba-3.0; mkdir build; cd build; cmake \ -Wno-dev \ -D CMAKE_INSTALL_PREFIX=/opt/zorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ .. + +# Don't run tests. They fail +override_dh_auto_test: +