X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=5d364be6539d7331caf3d1960c9eec02136305cf;hb=b3d40be50ad3db94f37ca8c49886ce1d222da85a;hp=0000000000000000000000000000000000000000;hpb=79251d159233e068cedc268a2049fcfe4120158c;p=mp-sparql-moved-to-github.git diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5d364be --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 + +%: + dh $@ --without python-support \ + --parallel + +override_dh_auto_configure: + make MP_CONFIG=/usr/bin/metaproxy-config +