[Pkg-libvirt-commits] [libguestfs] 18/24: Added systemd bits to appliance

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit baef619bac1b6f91c076025310ce3345b930e3e4
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Sep 19 18:16:08 2014 +0200

    Added systemd bits to appliance
---
 ...emd0-and-systemd-as-one-alternative-to-th.patch | 28 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/rules                                       |  2 +-
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/debian/patches/0004-Add-libsystemd0-and-systemd-as-one-alternative-to-th.patch b/debian/patches/0004-Add-libsystemd0-and-systemd-as-one-alternative-to-th.patch
new file mode 100644
index 0000000..d5d8b32
--- /dev/null
+++ b/debian/patches/0004-Add-libsystemd0-and-systemd-as-one-alternative-to-th.patch
@@ -0,0 +1,28 @@
+From: Hilko Bengen <bengen at debian.org>
+Date: Fri, 19 Sep 2014 18:14:01 +0200
+Subject: Add libsystemd0 and systemd (as one alternative) to the appliance
+
+---
+ appliance/packagelist.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/appliance/packagelist.in b/appliance/packagelist.in
+index 3e028e3..418c574 100644
+--- a/appliance/packagelist.in
++++ b/appliance/packagelist.in
+@@ -80,6 +80,7 @@ dnl iproute has been renamed to iproute2
+   libcap2
+   libhivex0
+   libpcre3
++  libsystemd0
+   libsystemd-id128-0
+   libsystemd-journal0
+   libyajl2
+@@ -91,6 +92,7 @@ dnl iproute has been renamed to iproute2
+   openssh-client
+   reiserfsprogs
+   sysvinit                  dnl for /sbin/reboot
++  systemd                   dnl alternative for /sbin/reboot
+   ufsutils
+   vim-tiny
+   xz-utils
diff --git a/debian/patches/series b/debian/patches/series
index cf66984..852ebf1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch
 0002-golang-Fix-for-out-of-tree-builds.patch
 0003-Do-not-use-DTB-for-armel.patch
+0004-Add-libsystemd0-and-systemd-as-one-alternative-to-th.patch
diff --git a/debian/rules b/debian/rules
index f1602c9..0d8c9da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ BUILDS         := $(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
 		  $(filter-out $(LUA_DEFAULT), $(LUAS)) \
 		  default
 
-pkglist_to_deps := sed -e 's,iproute2\?,iproute2|iproute,;s,\(gfs-tools\|gfs2-tools\|gfs2-utils\),gfs2-utils|gfs2-tools|gfs-tools,;s,\(kmod\|module-init-tools\),kmod | module-init-tools,'
+pkglist_to_deps := sed -e 's,iproute2\?,iproute2|iproute,;s,\(gfs-tools\|gfs2-tools\|gfs2-utils\),gfs2-utils|gfs2-tools|gfs-tools,;s,\(kmod\|module-init-tools\),kmod | module-init-tools,;s,\(systemd\|sysvinit,systemd | sysvinit,'
 essential_deps  := grep -v '^\(bash\|coreutils\|e2fsprogs\|findutils\|grep\|gzip\|libc-bin\|sed\|sysvinit\|tar\|util\-linux\)'
 
 QEMU_CPU := $(shell echo $(DEB_HOST_GNU_CPU) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list