Bug#1015998: boost1.74: shlibs don't generate *-py310 dependencies with Python 3.10

2022-08-04 Thread Andreas Beckmann
On Mon, 25 Jul 2022 03:15:15 +0300 Adrian Bunk wrote: Source: boost1.74 Version: 1.74.0-16.1 sed -i -r 's/^(libboost_python([0-9]{2}) \S+ (\S+).*)$$/\1, \3-py\2/' debian/libboost-python$(SOVERSION)/DEBIAN/shlibs ... These {2} should be {3} to work with Python 3.10. Or probably j

Bug#1015998: boost1.74: shlibs don't generate *-py310 dependencies with Python 3.10

2022-07-24 Thread Adrian Bunk
Source: boost1.74 Version: 1.74.0-16.1 Severity: serious override_dh_makeshlibs: dh_makeshlibs -plibboost-regex$(SOVERSION) -V '$(regexicuabi)' dh_makeshlibs --remaining-packages sed -i -r 's/^(libboost_python([0-9]{2}) \S+ (\S+).*)$$/\1, \3-py\2/' debian/libboost-python$(