mupdf 1.17.0-rc1 switches the .py files from py2 to py3 but does not use
the right interpreter in shell files.
There is different means to generate the .h files, so use that.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 92533dae..e59bf92c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ endif
 
 override_dh_auto_build:
        -mkdir source/pdf/cmaps
-       sh scripts/runcmapdump.sh
+       $(MAKE) generate
        dh_auto_build -- $(BUILD_FLAGS)
 
 override_dh_auto_install:
-- 
2.26.2

Reply via email to