From: Peter Michael Green Date: Thu, 3 Feb 2022 19:46:06 +0000 (+0000) Subject: Disable testsuite and remove test-specific build-dependencies. X-Git-Tag: archive/raspbian/1%1.46.2-11+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a7fb9f1a0dc7cac3e85b074ef1775924f5b9a993;p=libguestfs.git Disable testsuite and remove test-specific build-dependencies. --- diff --git a/debian/changelog b/debian/changelog index 6c89b0f1..c971368c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,11 @@ libguestfs (1:1.46.2-11+rpi1) bookworm-staging; urgency=medium * Disable dh_missing * Partiall fix clean target. - -- Raspbian forward porter Thu, 03 Feb 2022 18:25:46 +0000 + [changes introduced in 1:1.46.2-11+rpi1 by Peter Michael Green] + * Remove testsuite-specific build-dependencies. + * Disable testsuite. + + -- Peter Michael Green Thu, 03 Feb 2022 18:25:46 +0000 libguestfs (1:1.46.2-11) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1391e621..5f6f5494 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Build-Depends: debhelper-compat (= 13), libstring-shellquote-perl, libsys-virt-perl, libwin-hivex-perl, libfuse-dev, fuse, - libglib2.0-dev, gjs [!s390x] , gobject-introspection, libgirepository1.0-dev, + libglib2.0-dev, gobject-introspection, libgirepository1.0-dev, libgtk-3-dev, db-util, netpbm, icoutils, @@ -49,14 +49,6 @@ Build-Depends: debhelper-compat (= 13), flex, bison, golang-go [i386 amd64 armel armhf arm64 mips mipsel mips64el ppc64el], dh-php, php-all-dev | php5-dev, -# for testing (make quickcheck) - linux-image-amd64 [amd64] , - linux-image-armmp [armhf] , - linux-image-arm64 [arm64] , - linux-image-686-pae [i386] | linux-image-586 [i386] | linux-image-486 [i386] , - linux-image-powerpc64le [ppc64el] , - linux-image-riscv64 [riscv64] , - linux-image-s390x [s390x] , #-# appliance start acl, attr, diff --git a/debian/rules b/debian/rules index 07e43700..9933b650 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ QEMU_CPU := $(shell echo $(DEB_HOST_GNU_CPU) \ -e 's,arm.*,arm,') # Run "make quickcheck" only on these architectures -QUICKCHECK_ARCHITECTURES := i386 amd64 armhf arm64 riscv64 ppc64el s390x +QUICKCHECK_ARCHITECTURES := # Template for generating dh_{clean,configure,build,test} overrides. # $1 is replaced with the build number.