How to pass custom options to configure when building a package with debuild?

Posted by TestUser16418 on Super User See other posts from Super User or by TestUser16418
Published on 2011-02-25T20:16:45Z Indexed on 2011/12/01 2:02 UTC
Read the original article Hit count: 399

Filed under:

Short background: I'm using Debian Sid. Currently the audacity package is conflicting with the pidgin package, because gstreamer0.10-plugins-bad are outdated. I'm trying to rebuild it, but one of the unit tests is failing as one plugin I don't need is causing a segfault. I need to disable these tests, and there's a configure option for that, but I don't know how to pass it.

So, how can I run configure with custom options? Either by passing them to debuild, or by editing some file in the debian directory? I only worked with Gentoo ebuilds so far, which are extremely simple compared to the Debian control files, which I still find completely undecipherable.

© Super User or respective owner

Related posts about debian