[Pkg-libvirt-commits] [Git][libvirt-team/libosinfo][debian/sid] Disable style tests by passing --no-suite style to meson test.

Pino Toscano (@pino) gitlab at salsa.debian.org
Tue Dec 5 07:30:03 GMT 2023



Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / libosinfo


Commits:
dfdc4b0e by Pino Toscano at 2023-12-05T08:27:49+01:00
Disable style tests by passing --no-suite style to meson test.

Drop the patch Skip-syntax-check.patch, no more needed now.

Gbp-Dch: Full

- - - - -


3 changed files:

- − debian/patches/Skip-syntax-check.patch
- − debian/patches/series
- debian/rules


Changes:

=====================================
debian/patches/Skip-syntax-check.patch deleted
=====================================
@@ -1,14 +0,0 @@
-Author: Guido Günther <agx at sigxcpu.org>
-Description: Skip syntax check
-Last-Update: 2021-01-20
-Forwarded: not-needed
-
---- a/build-aux/syntax-check
-+++ b/build-aux/syntax-check
-@@ -4,4 +4,5 @@ cd $MESON_SOURCE_ROOT/build-aux
- 
- MAKE=`which gmake`
- test -z "$MAKE" && MAKE=make
--$MAKE -f syntax-check.mk syntax-check
-+#$MAKE -f syntax-check.mk syntax-check
-+exit 0


=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-Skip-syntax-check.patch


=====================================
debian/rules
=====================================
@@ -15,3 +15,7 @@ override_dh_auto_configure:
 		-Dwith-usb-ids-path=/usr/share/misc/usb.ids \
 		-Dwith-pci-ids-path=/usr/share/misc/pci.ids \
 		$(NULL)
+
+override_dh_auto_test:
+	# disable the style tests, which are mostly for upstream development
+	dh_auto_test -- --no-suite style



View it on GitLab: https://salsa.debian.org/libvirt-team/libosinfo/-/commit/dfdc4b0e0abc7eb3f356873bb6ed769d28cc33ae

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libosinfo/-/commit/dfdc4b0e0abc7eb3f356873bb6ed769d28cc33ae
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20231205/29099bba/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list