Re: How to build flavored package if upstream doesn't grok OOT build

2012-06-24 Thread Goswin von Brederlow
Marc Haber mh+debian-ment...@zugschlus.de writes: On Sat, Jun 23, 2012 at 03:23:03PM +0200, Arno Töll wrote: On 23.06.2012 15:17, Marc Haber wrote: How can I build two flavors of a program with different configure parameters if upstream does not properly handle out-of-tree building and I

How to build flavored package if upstream doesn't grok OOT build

2012-06-23 Thread Marc Haber
Hi, I am trying to package the authoritative PowerDNS server in a way that allows Upstream to use my packaging as well. Additional to the normal dynamically linked builds, they would like to have a statically linked binary package as well, which should not be in Debian but only in their builds.

Re: How to build flavored package if upstream doesn't grok OOT build

2012-06-23 Thread Arno Töll
Hi Marc, On 23.06.2012 15:17, Marc Haber wrote: How can I build two flavors of a program with different configure parameters if upstream does not properly handle out-of-tree building and I do not want to ditch dh? You copy the source tree as a preparation and recurse into all flavors for the

Re: How to build flavored package if upstream doesn't grok OOT build

2012-06-23 Thread Marc Haber
On Sat, Jun 23, 2012 at 03:23:03PM +0200, Arno Töll wrote: On 23.06.2012 15:17, Marc Haber wrote: How can I build two flavors of a program with different configure parameters if upstream does not properly handle out-of-tree building and I do not want to ditch dh? You copy the source tree

Re: How to build flavored package if upstream doesn't grok OOT build

2012-06-23 Thread Adam Borowski
On Sat, Jun 23, 2012 at 03:23:03PM +0200, Arno Töll wrote: On 23.06.2012 15:17, Marc Haber wrote: How can I build two flavors of a program with different configure parameters if upstream does not properly handle out-of-tree building and I do not want to ditch dh? You copy the source tree