X-Git-Url: http://git.indexdata.com/?p=mp-xquery-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=6d332ae44864c8c26862d8cb9ac27e69eb26caa1;hp=0000000000000000000000000000000000000000;hb=700848d50e4704133fbc4099aa30afa28f6ebfbf;hpb=bd83d363fd40d1724163952d95a4fafe09f59174 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6d332ae --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 + +%: + dh $@ --without python-support \ + --parallel + +override_dh_auto_configure: + make \ + ZORBA=/opt/idzorba \ + MP_CONFIG=/usr/bin/metaproxy-config +