[Pkg-libvirt-commits] [libguestfs] 53/54: Work around some changes when building the appliance

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 9 11:21:30 UTC 2014


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

bengen pushed a commit to branch debian
in repository libguestfs.

commit a9ad70ab5510db5f9565d8ceb8e41ce016eb1e21
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Mar 9 11:06:00 2014 +0100

    Work around some changes when building the appliance
---
 debian/rules | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 35d3576..8608b79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,9 @@ override_dh_auto_build:
 		packagelist excludelist \
 		supermin.d/daemon.img.gz \
 		supermin.d/init.img \
-		supermin.d/udev-rules.img
+		supermin.d/udev-rules.img \
+		libguestfs-make-fixed-appliance \
+		libguestfs-make-fixed-appliance.1
 
 override_dh_auto_test:
 	set -e; for p in $(BUILDS); do \
@@ -126,6 +128,15 @@ override_dh_install:
 	install -m644 \
 		debian/build-default/appliance/supermin.d/*.img* \
 		debian/tmp/usr/lib/guestfs/supermin.d/
+	install -D -m755 \
+		debian/build-default/appliance/libguestfs-make-fixed-appliance \
+		debian/tmp/usr/sbin/libguestfs-make-fixed-appliance
+	install -m644 \
+		debian/build-default/appliance/libguestfs-make-fixed-appliance.1 \
+		debian/tmp/usr/share/man/man1/
+	install -m644 -D \
+		appliance/99-guestfs-serial.rules \
+		debian/tmp/lib/udev/rules.d/99-guestfs-serial.rules
 
 	erlang-depends -perlang-guestfs
 

-- 
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