[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.10.7-3-2-g6a43d8f

Hilko Bengen bengen at debian.org
Thu Aug 11 18:01:17 UTC 2011


The following commit has been merged in the master branch:
commit fe797af6c19bab3f71267a7a42d357ba14462c2d
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Aug 11 00:25:11 2011 +0200

    Added fix for systemd-based host. Thanks to Paul Wise for testing.

diff --git a/debian/patches/0011-Fix-for-systemd-based-Debian-systems.patch b/debian/patches/0011-Fix-for-systemd-based-Debian-systems.patch
new file mode 100644
index 0000000..68d61a1
--- /dev/null
+++ b/debian/patches/0011-Fix-for-systemd-based-Debian-systems.patch
@@ -0,0 +1,21 @@
+From: Hilko Bengen <bengen at debian.org>
+Date: Thu, 11 Aug 2011 00:24:11 +0200
+Subject: Fix for systemd-based Debian systems
+
+---
+ appliance/make.sh.in |    3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/appliance/make.sh.in b/appliance/make.sh.in
+index cb243b5..a3b23df 100755
+--- a/appliance/make.sh.in
++++ b/appliance/make.sh.in
+@@ -63,4 +63,7 @@ if grep -q /usr/share/augeas/lenses supermin.d/hostfiles-t; then
+     echo "/usr/share/augeas/lenses/*.aug" >> supermin.d/hostfiles-t
+ fi
+ 
++# Make sure that /init can be run on systemd-enabled Debian systems
++echo '/lib/lsb/*' >> supermin.d/hostfiles-t
++
+ mv supermin.d/hostfiles-t supermin.d/hostfiles
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index c2f5fcf..8d8dcb8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 0008-check-for-febootstrap-etc.-even-if-not-building-appl.patch
 0009-python-don-t-build-static-library-don-t-build-.so.0..patch
 0010-regenerated-auto-related-files.patch
+0011-Fix-for-systemd-based-Debian-systems.patch

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list