Bug#410096: Please drop useless DEB_BUILDDIR_$(cdbs_curpkg) handling in DEB_CONFIGURE_INVOKE to permit reusal

2009-11-05 Thread Jonas Smedegaard
Hi Loïc, On Wed, Feb 07, 2007 at 06:06:42PM +0100, Loïc Minier wrote: Could you please change in autotools-vars.mk: DEB_CONFIGURE_INVOKE = cd $(if $(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR)) && $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIG

Bug#410096: Please drop useless DEB_BUILDDIR_$(cdbs_curpkg) handling in DEB_CONFIGURE_INVOKE to permit reusal

2009-11-05 Thread Loïc Minier
On Fri, Nov 06, 2009, Jonas Smedegaard wrote: > For more than a year I have used a local fork of the makefile and > autotools snippets that support "flavors" - compiling the main code > multiple times with different compile options. That would be so lovely; I currently use ugly hacks in CDBS pack

Bug#410096: Please drop useless DEB_BUILDDIR_$(cdbs_curpkg) handling in DEB_CONFIGURE_INVOKE to permit reusal

2007-02-07 Thread Loïc Minier
Package: cdbs Version: 0.4.48 Severity: wishlist Tags: patch Hi, Could you please change in autotools-vars.mk: DEB_CONFIGURE_INVOKE = cd $(if $(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR)) && $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CON

Bug#410096: [Build-common-hackers] Bug#410096: Please drop useless DEB_BUILDDIR_$(cdbs_curpkg) handling in DEB_CONFIGURE_INVOKE to permit reusal

2009-11-08 Thread Loïc Minier
On Fri, Nov 06, 2009, Jonas Smedegaard wrote: > Could you provide some examples of packages that might need this? I > would like to challenge the code changes by compiling "ugly hacks" > to make sure that the changes do not break anything. Sure, gtk2-engines, libgweather, vte are built on simila