On Sat, Jan 22, 2011 at 12:25:37AM +0200, Stefano Rivera wrote:
Hi Emilio (2011.01.21_23:16:46_+0200)> # 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.1/class/makefile-vars.mk.in 57:DEB_MAKE_DESTDIRSKEL ?= $(cdbs_curdestdir)/@FLAVOR@An example of a package broken in Debian would be nice, so we can reproduce it.Take pywebkitgtk and build it on sid with only cdbs from experimental, everything else from sid.
Yes, that's right.Took me a while to realize why that was needed: The problem is that flavors are used to resolve build targets, which is resolved early, so flavors must be resolved early as well.
Thanks, Stefano! - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: Digital signature

