Control: tag -1 + unreproducible > If I understand correctly, it seems that pybuild will strip all unknown > environment variables before invoking the actual build commands. For example, > with following debian/rules snippet:
Nope, it doesn't. I can't see anything that would. > ============================================ > > include /usr/share/dpkg/pkg-info.mk > > export PYBUILD_NAME=autorefs > export PYBUILD_SYSTEM=pyproject > export PDM_PEP517_VERSION = $(DEB_VERSION_UPSTREAM) I think your real issue is a typo here, you want to set PDM_PEP517_SCM_VERSION. > https://salsa.debian.org/python-team/packages/mkdocs-autorefs/-/tree/bc79abd711f2cfe627d2d9c852379d7b571b4aa9 Thanks for a tree to reproduce on! I wish every bug report came with this :) SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272

