X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=debian%2Frules;h=01b83297d3d28001d19a1dcec538d28fab8ef2c2;hp=1d6a9048e5cd547c4adf686f1c2cd83d55d44939;hb=f354f9b4fd488a487f2c4c1e7b3770eba4332aed;hpb=8e7012131cbf406a936efbbe688aec253bd742a0 diff --git a/debian/rules b/debian/rules index 1d6a904..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,7 +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/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/ocaml.mk DEB_CONFIGURE_EXTRA_FLAGS := \ --with-java-home=no \ @@ -18,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