[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.0.61-1-17-g8c538e2

Guido Günther agx at sigxcpu.org
Sat Feb 20 13:52:38 UTC 2010


The following commit has been merged in the master branch:
commit 2b593949ee7c8f667b28204fafc431a88a73b7f8
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Feb 20 14:10:41 2010 +0100

    New patch 0002-Run-debirf-as-root.patch
    
    Run debirf as root

diff --git a/debian/patches/0002-Run-debirf-as-root.patch b/debian/patches/0002-Run-debirf-as-root.patch
new file mode 100644
index 0000000..69b8c47
--- /dev/null
+++ b/debian/patches/0002-Run-debirf-as-root.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Sat, 20 Feb 2010 14:07:41 +0100
+Subject: [PATCH] Run debirf as root
+
+to work around #561991
+---
+ appliance/make.sh.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/appliance/make.sh.in b/appliance/make.sh.in
+index 515df34..84afee4 100755
+--- a/appliance/make.sh.in
++++ b/appliance/make.sh.in
+@@ -165,7 +165,7 @@ __EOF__
+ 
+ elif [ "@DIST@" = "DEBIAN" ]; then
+   cd @top_builddir@/appliance
+-  debirf make -n debian
++  debirf make -r -w -n debian
+   mkdir -p @top_builddir@/initramfs
+   touch @top_builddir@/initramfs/fakeroot.log
+ fi
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index f04a477..5c914ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Disable-checks-for-now.patch
+0002-Run-debirf-as-root.patch

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list