Missing helper scripts to set symlink for metaproxy filters
--- /dev/null
+Source: mp-xquery
+Section: web
+Standards-Version: 3.6.2
+Maintainer: Adam Dickmeiss <adam@indexdata.dk>
+Priority: extra
+Build-Depends: debhelper (>= 7),
+ libmetaproxy6-dev,
+ idzorba
+
+Package: mp-xquery
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: metaproxy module
+ record manipulation module for Metaproxy
--- /dev/null
+This is the debian meta-package for mp-xquery
+
+It was created Index Data <support@indexdata.com>.
+
+Copyright (C) 2014 by Index Data Aps.
+
--- /dev/null
+#!/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
+
ROOT=..
ZORBA := $(ROOT)/../zorba/zorba-3.0/build/dist
+prefix=/usr
+libdir = ${prefix}/lib
ifeq "${MP_CONFIG}" ""
MP_CONFIG := $(shell if test -x $(ROOT)/../metaproxy/metaproxy-config; then echo $(ROOT)/../metaproxy/metaproxy-config; else echo metaproxy-config; fi)