Bug#988999: cython3: Avoid including absolute paths

2021-05-22 Thread Samuel Thibault
Samuel Thibault, le sam. 22 mai 2021 22:38:17 +0200, a ecrit: > But in the generated brlapi.auto.c file we can read: > > static const char __pyx_k_tmp_brltty_6_3_dfsg_Bindings_Py[] = > "/tmp/brltty-6.3+dfsg/Bindings/Python/brlapi.pyx"; > > i.e. the relative ../../../Bindings/Python/brlapi.pyx

Bug#988999: cython3: Avoid including absolute paths

2021-05-22 Thread Samuel Thibault
Package: cython3 Version: 0.29.21-3+b1 Severity: normal Affects: brltty Hello, The brltty package build is currently non-reproducible only because of the python bindings build. Notably, we can see in the build log: "/usr/bin/cython3" -3 -I. -o brlapi.auto.c ../../../Bindings/Python/brlapi.pyx