Hi, On 2019-05-14 07:59, IOhannes m zmölnig wrote: > i've migrated many of my packages from cdbs to dh, but there's one > feature which cdbs sports and which i miss strongly (at least: the last > time i checked) in dh (so much, that i haven't converted a couple of > packages): building of multiple "flavours". > that is: building the same code-base multiple times, with differing > configurations.
Could you please provide some examples about the case you mentioned? I need exactly the "multiple flavours" feature for at least 2 packages: https://salsa.debian.org/science-team/blis/blob/master/debian/rules https://salsa.debian.org/science-team/openblas/blob/lumin/debian/rules On amd64 the two source packages will be compiled 6 times in order to produce 6 different variants. I'm quite interested in taking a look at how cdbs deal with such case. Thanks.