[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.13_rc1-2
Guido Günther
agx at sigxcpu.org
Thu Jun 28 13:39:17 UTC 2012
The following commit has been merged in the experimental branch:
commit 628a05ae6233fa7d4b6ea4d6d2ce2a04d380c6c1
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu Jun 28 09:21:41 2012 +0200
Add empty systemd dir on kFreeBSD to make dh_install pass
diff --git a/debian/libvirt-bin.install b/debian/libvirt-bin.install
index c0d028c..a1ea30e 100644
--- a/debian/libvirt-bin.install
+++ b/debian/libvirt-bin.install
@@ -8,4 +8,4 @@ usr/lib/libvirt/connection-driver
usr/share/augeas/*
usr/share/libvirt/*
usr/share/man/man8/*
-lib/systemd/system/*
+lib/systemd/system
diff --git a/debian/rules b/debian/rules
index 26fea3b..e711a41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,8 +112,11 @@ binary-install/libvirt-bin::
done
build/libvirt-bin::
- # Add empty dir so dh_install doesn't fail on kFreebsd until we have Polkit support
- mkdir -p debian/tmp/usr/share/polkit-1
+ # 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
+
binary-install/libvirt-doc::
find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list