Source: pycairo
Followup-For: Bug #1040748

Control: tags 1040748 + patch
Control: tags 1040748 + pending

Dear maintainer,

I've prepared an NMU for pycairo (versioned as 1.24.0-1.1) and
uploaded it directly. 

Chris


diff -Nru pycairo-1.24.0/debian/changelog pycairo-1.24.0/debian/changelog
--- pycairo-1.24.0/debian/changelog     2023-07-03 19:31:14.000000000 +0200
+++ pycairo-1.24.0/debian/changelog     2023-08-06 14:42:07.000000000 +0200
@@ -1,3 +1,13 @@
+pycairo (1.24.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Workaround automatic Python bytecode compilation leading to
+    FTBFS. (Closes: #1040748)
+    Fixing this in debhelper for all packages would obviously be preferred,
+    but for now this has to do.
+
+ -- Chris Hofstaedtler <z...@debian.org>  Sun, 06 Aug 2023 14:42:07 +0200
+
 pycairo (1.24.0-1) unstable; urgency=medium
 
   * Team upload
diff -Nru pycairo-1.24.0/debian/rules pycairo-1.24.0/debian/rules
--- pycairo-1.24.0/debian/rules 2023-07-03 19:31:14.000000000 +0200
+++ pycairo-1.24.0/debian/rules 2023-08-06 14:41:01.000000000 +0200
@@ -5,6 +5,9 @@
 %:
        dh $@ --with python3,sphinxdoc --buildsystem=meson
 
+override_dh_auto_configure:
+       dh_auto_configure -- -Dpython.bytecompile=-1
+
 execute_after_dh_auto_build:
        python3 -m sphinx -bhtml docs debian/tmp-doc/html
        # to fix lintian: privacy-breach-generic

Reply via email to