[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 e79800256e0aac06ccb9acb6c56109ee360db097
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Feb 20 14:10:54 2010 +0100

    New patch 0003-Hardcode-kernel-version.patch
    
    Hardcode kernel version

diff --git a/debian/patches/0003-Hardcode-kernel-version.patch b/debian/patches/0003-Hardcode-kernel-version.patch
new file mode 100644
index 0000000..570126f
--- /dev/null
+++ b/debian/patches/0003-Hardcode-kernel-version.patch
@@ -0,0 +1,22 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Sat, 20 Feb 2010 14:09:15 +0100
+Subject: [PATCH] Hardcode kernel version
+
+until the linux-2.6-<subarch> packages are fixed in sid.
+---
+ appliance/debian/modules/install_kernel |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/appliance/debian/modules/install_kernel b/appliance/debian/modules/install_kernel
+index c1076ce..204c816 100755
+--- a/appliance/debian/modules/install_kernel
++++ b/appliance/debian/modules/install_kernel
+@@ -37,6 +37,7 @@ if [ -z "$DEBIRF_KERNEL_PACKAGE" ] ; then
+     # generic 2.6-ARCH package in the debirf root (since it may be
+     # different than what is installed on the build host)
+     KNAME=$(debirf_exec apt-cache show linux-image-2.6-"$KARCH" | grep '^Depends: ' | sed 's/^Depends: //')
++    KNAME=linux-image-2.6.32-2-486
+ 
+     # download only the desired kernel package directly into the apt
+     # cache for dpkg extraction
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 5c914ca..0595bbd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Disable-checks-for-now.patch
 0002-Run-debirf-as-root.patch
+0003-Hardcode-kernel-version.patch

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list