[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to create -dbg packages for gnome



Am Freitag, den 01.05.2009, 21:23 +0200 schrieb Johannes Rohr:
> Daniel Leidert <daniel.leidert.spam@gmx.net> writes:

[..]
> > You can simply pass DEB_BUILD_OPTIONS="nostrip" to
> > debuild/dpkg-buildpackage. This will prevent dh_strip from stripping the
> > binaries. Install these packages and create the backtrace.
> 
> I am aware of that, however, I should have mentioned that I am trying to
> build with pbuilder, as I do not want all those -dev packages in my real
> system. 

Where is the problem? Put

env_keep = "DEB_BUILD_OPTIONS"

into your /etc/sudoers file and

DEB_BUILD_OPTIONS="nostrip" pdebuild
DEB_BUILD_OPTIONS="nostrip" sudo pbuilder

will do fine.

Regards, Daniel


Reply to: