It does for the "makefile" build system but apparently not for python build system...
At this point it's easier to add back the missing files using debian/install list https://manpages.debian.org/testing/debhelper/dh_auto_install.1.en.html This package should not even exists. Upstream would/should switch back to the real PyGame or merge that old fork in the main codebase... it is not moving very fast at all so I guess any ugly kludge in Debian packaging is ok Le lun. 29 sept. 2025, 07:56, Alexandre Detiste <[email protected]> a écrit : > Hi. > > I thought that dh_auto_install was setting DESTDIR and relied on this not > to fail at build stage. > > Adding a "print(os.environ)" will tell. > > > > Le lun. 29 sept. 2025, 07:43, Sean McGovern <[email protected]> a écrit : > >> Running setup.py through pdb shows that the 'os.environ.get("DESTDIR", >> None)' >> added in the new build patch for this version fails and causes the >> script to complete immediately. >> >> Does pybuild set DESTDIR explicitly? >> >

