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

Guido Günther agx at sigxcpu.org
Sun Feb 21 13:57:55 UTC 2010


The following commit has been merged in the master branch:
commit ee483bf24566e61e5ec19452411d7a869d2acbf9
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Feb 20 18:54:54 2010 +0100

    Reenable tests

diff --git a/debian/patches/0001-Disable-checks-for-now.patch b/debian/patches/0001-Disable-checks-for-now.patch
deleted file mode 100644
index 9027acd..0000000
--- a/debian/patches/0001-Disable-checks-for-now.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Sat, 20 Feb 2010 14:07:20 +0100
-Subject: [PATCH] Disable checks for now
-
-since the first test launching qemu hangs
----
- debian/rules |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/debian/rules b/debian/rules
-index 2e31fc4..8555ab8 100755
---- a/debian/rules
-+++ b/debian/rules
-@@ -34,7 +34,7 @@ debian/check-stamp:
- 	for TEST in ${DEBIAN_SKIP_TEST}; do \
- 	    export $$TEST=1; \
- 	done; \
--	make check
-+	#make check
- 	touch debian/check-stamp
- 
- build/guestfish:: debian/check-stamp
--- 
diff --git a/debian/patches/0002-Run-debirf-as-root.patch b/debian/patches/0001-Run-debirf-as-root.patch
similarity index 100%
rename from debian/patches/0002-Run-debirf-as-root.patch
rename to debian/patches/0001-Run-debirf-as-root.patch
diff --git a/debian/patches/0003-Hardcode-kernel-version.patch b/debian/patches/0002-Hardcode-kernel-version.patch
similarity index 100%
rename from debian/patches/0003-Hardcode-kernel-version.patch
rename to debian/patches/0002-Hardcode-kernel-version.patch
diff --git a/debian/patches/series b/debian/patches/series
index 0595bbd..05995d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-Disable-checks-for-now.patch
-0002-Run-debirf-as-root.patch
-0003-Hardcode-kernel-version.patch
+0001-Run-debirf-as-root.patch
+0002-Hardcode-kernel-version.patch
diff --git a/debian/rules b/debian/rules
index 8fd9de6..a457847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,12 +18,6 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-DEBIAN_SKIP_TEST := \
-	SKIP_TEST_HEXDUMP_0 \
-	SKIP_TEST_HEXDUMP_1 \
-	SKIP_TEST_VGS_1
-
-
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--with-readline		\
 	--with-repo=${REPO}     \

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list