Bug#399868: CFLAGS not passed to configure

2006-11-23 Thread Guillem Jover
package libcairo tags 399868 patch thanks Hi Tommi, Dave, I'm including a new patch which always passes -g (per policy, packages _should_ include debugging symbols in the build tree), and with the previous patch this was a regression, changes the deprecated debug DEB_BUILD_OPTIONS to noopt,

Bug#399868: CFLAGS not passed to configure

2006-11-22 Thread Tommi Komulainen
Source: libcairo Version: 1.2.4-4 The CFLAGS in debian/rules are not properly passed to the configure script as the environment variable is not exported. I'd also recommend always adding -g to CFLAGS so that nostrip works as expected. --- debian/rules(revision 20589) +++ debian/rules