X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=debian%2Frules;h=01b83297d3d28001d19a1dcec538d28fab8ef2c2;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hp=89a93d8b113ccfe183c59978e7bfed6265b628c5;hpb=1d4f1ba129610f2c54cf6682df0cf134df89c48d;p=libguestfs.git diff --git a/debian/rules b/debian/rules index 89a93d8..01b8329 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DH_VERBOSE=1 + DEB_PYTHON_SYSTEM=pysupport DEB_DH_INSTALL_SOURCEDIR = debian/tmp DEB_VENDOR=$(shell dpkg-vendor --query vendor) @@ -10,6 +12,7 @@ DEB_BUILD_OPTIONS=nocheck include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/ocaml.mk DEB_CONFIGURE_EXTRA_FLAGS := \ --with-java-home=no \ @@ -17,6 +20,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --disable-haskell \ --disable-php \ --with-readline \ + --enable-install-daemon \ --with-python-installdir=/usr/share/pyshared DEB_DBG_PACKAGES = libguestfs0-dbg