[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/1.0.0_rc2-1

Guido Günther agx at sigxcpu.org
Mon Oct 29 10:23:14 UTC 2012


The following commit has been merged in the experimental branch:
commit 79d22002905efe6b7fa2b4646ac0ddfce257b8f0
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Oct 29 09:05:29 2012 +0100

    Add empty systemtap dir
    
    so dh_install doesn't fail on kFreeBSD

diff --git a/debian/rules b/debian/rules
index 0cf0f7e..83e68f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,7 +122,8 @@ build/libvirt-bin::
 	# Add empty dirs so dh_install doesn't fail on kFreebsd until we have
 	# Polkit/Systemd support
 	mkdir -p debian/tmp/usr/share/polkit-1 \
-	         debian/tmp/lib/systemd/system
+	         debian/tmp/lib/systemd/system \
+	         debian/tmp/usr/share/systemtap
 
 
 binary-install/libvirt-doc::

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list