[neon/backports-jammy/poppler-jammy/Neon/release] debian: Run dh_auto_test but ignore test failures for now because of missing test files

Jeremy Bicha null at kde.org
Wed Jan 25 14:08:57 GMT 2023


Git commit 6e925904460b2d1ac1e9dda94240ec89391c7374 by Jeremy Bicha.
Committed on 01/11/2022 at 14:15.
Pushed by jriddell into branch 'Neon/release'.

Run dh_auto_test but ignore test failures for now because of missing test files

M  +7    -1    debian/rules

https://invent.kde.org/neon/backports-jammy/poppler-jammy/commit/6e925904460b2d1ac1e9dda94240ec89391c7374

diff --git a/debian/rules b/debian/rules
index 99f862e..9d052c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,4 +47,10 @@ override_dh_makeshlibs: $(SYMBOLS_generated)
 debian/%.symbols: debian/%.symbols.in
 	cat $^ | sed -e 's/#CURVER#/$(UPSTREAM_VERSION)/g' > $@
 
-.PHONY: override_dh_auto_test
+# TODO: https://gitlab.freedesktop.org/poppler/test
+# has the missing unittestcases directory
+# We could add an extra tarball as was done with editorconfig-core
+# Or we could ask upstream if it makes sense to move those tests
+# into the same git repo
+override_dh_auto_test:
+	-dh_auto_test



More information about the Neon-commits mailing list