Package: src:rrdtool
Version: 1.7.2-1
Severity: important
Tags: sid bullseye patch
User: debian-pyt...@lists.debian.org
Usertags: python3.8

The attached patch fixes the build with Python3.8.

Noticing that you package both the normal and the debug extension module in the same package python3-rrdtool. The latter should be packaged into a python-rrdtool-dbg package.
  * Fix installation of Python extensions.
 
diff -Nru rrdtool-1.7.2/debian/python3-rrdtool.install rrdtool-1.7.2/debian/python3-rrdtool.install
--- rrdtool-1.7.2/debian/python3-rrdtool.install	2019-09-01 13:55:56.000000000 +0000
+++ rrdtool-1.7.2/debian/python3-rrdtool.install	2019-10-19 08:05:35.000000000 +0000
@@ -1,3 +1,3 @@
 usr/lib/python3*/dist-packages/rrdtool-*.egg-info
-usr/lib/python3*/dist-packages/rrdtool*[0-9]m-*.so
+usr/lib/python3*/dist-packages/rrdtool*[0-9md]-*.so
 usr/share/rrdtool/examples/stripes.py /usr/share/doc/python3-rrdtool/examples/

Reply via email to