[Build-common-hackers] Bug#610624: Bug#610624: cdbs: Multiple regressions in python-autotools.mk

Emilio Pozuelo Monfort pochu at debian.org
Fri Jan 21 21:16:46 UTC 2011


On 20/01/11 14:42, Stefano Rivera wrote:
> --- a/1/class/python-autotools.mk.in
> +++ b/1/class/python-autotools.mk.in
> @@ -39,10 +39,10 @@
> CDBS_BUILD_DEPENDS_class_python-autotools_python ?= $(cdbs_python_builddeps)
> CDBS_BUILD_DEPENDS += , $(CDBS_BUILD_DEPENDS_class_python-autotools_python)
> # FIXME: Restructure to allow early override
> -DEB_CONFIGURE_SCRIPT_ENV += PYTHON=$(or
> $(python$(cdbs_python$(cdbs_curpythonstem)_nondefault_version):%=python%),$(call
> cdbs_python_binary,python$(if $(cdbs_make_flavors),$(cdbs_make_curflavor))))"
> +DEB_CONFIGURE_SCRIPT_ENV += PYTHON="$(or
> $(python$(cdbs_python$(cdbs_curpythonstem)_nondefault_version):%=python%),$(call
> cdbs_python_binary,python$(if $(cdbs_make_flavors),$(cdbs_make_curflavor))))"

That's obviously correct.

> # Install all flavors on top of each other by default
> -DEB_MAKE_DESTDIRSKEL ?= $(cdbs_curdestdir)
> +DEB_MAKE_DESTDIRSKEL = $(cdbs_curdestdir)

Not so sure about this one though. What is setting DEB_MAKE_DESTDIRSKEL ?
Nothing in CDBS sets it AFAICS.

An example of a package broken in Debian would be nice, so we can reproduce it.

Thanks,
Emilio





More information about the Build-common-hackers mailing list