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

Re: Building packages with apt-src with --enable-debug?



Am 2006-04-12 04:23:17, schrieb Adam Porter:
> I'm trying to debug some annoying Jabber problems in Kopete.  I need to
> build Kopete with --enable-debug.  Naturally, Kopete is part of kdenetwork,
> which is a huge package.  I'd like to build it with apt-src, but I can't
> find any way to use configure flags.  I've also looked at dpkg-buildpackage
> and dh_builddeb.  I've checked the man pages and Google.  I'm probably
> missing something obvious.  Any help?

apt-get build-dep
apt-get source kopete

cd kopete-<$VERSION>

$EDITOR debian/rules
    Find the line(s) with "dh_strip" and coment them out.
    Save the file and close the $EDITOR

dpkg-buildpackage -rfakeroot

cd ..

dpkg -i kopete_*.deb

Greetings
    Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



Reply to: