X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=debian%2Frules;h=da6272eaa482c572ea8e85035b7a363c25b753da;hp=1d6a9048e5cd547c4adf686f1c2cd83d55d44939;hb=d2a25fd1735506e8592bcd70b9c02063023cb149;hpb=8e7012131cbf406a936efbbe688aec253bd742a0 diff --git a/debian/rules b/debian/rules index 1d6a904..da6272e 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,6 @@ 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 DEB_CONFIGURE_EXTRA_FLAGS := \ --with-java-home=no \ @@ -18,6 +19,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