Disable testsuite and remove test-specific build-dependencies. archive/raspbian/1%1.46.2-11+rpi1 raspbian/1%1.46.2-11+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 3 Feb 2022 19:46:06 +0000 (19:46 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 3 Feb 2022 19:46:06 +0000 (19:46 +0000)
debian/changelog
debian/control
debian/rules

index 6c89b0f15e453c957c8ebf645e5d23df004bd783..c971368c9aa0e117d0cb17c5fb83f08ed1128a81 100644 (file)
@@ -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 <root@raspbian.org>  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 <plugwash@raspbian.org>  Thu, 03 Feb 2022 18:25:46 +0000
 
 libguestfs (1:1.46.2-11) unstable; urgency=medium
 
index 1391e62142c83f7a6201999ccfd4e5eb277f4585..5f6f54942bb0f32593968e96fca68aca3c7d2ced 100644 (file)
@@ -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] <!nocheck>, 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] <!nocheck>,
-  linux-image-armmp [armhf] <!nocheck>,
-  linux-image-arm64 [arm64] <!nocheck>,
-  linux-image-686-pae [i386] <!nocheck> | linux-image-586 [i386] <!nocheck> | linux-image-486 [i386] <!nocheck>,
-  linux-image-powerpc64le [ppc64el] <!nocheck>,
-  linux-image-riscv64 [riscv64] <!nocheck>,
-  linux-image-s390x [s390x] <!nocheck>,
 #-# appliance start
   acl,
   attr,
index 07e4370067fb645a8fdd78f7e7be939d9b284574..9933b650abd4a6843e4ed2c7c1499cd2e52f5553 100755 (executable)
@@ -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.