El lunes, 12 de septiembre de 2005 00:26, Giacomo Lacava escribió: [...] > from scratch thanks to the magical dpkg-* tools: > > apt-get source kompose-some-version > cd kompose-some-version > dpkg-buildpackage -rsudo -D && cd .. > dpkg -i kompose-some-version.deb
You should not use sudo. The build would be running as root and that is
completely unacceptable. The right command to build a package is:
dpkg-buildpackage -rfakeroot (I have never used -D, but it is your election).
Best regards,
Ender.
--
What was that, honey? It was bad. It had no fire, no energy, no nothing.
So tomorrow from 5 to 7 will you PLEASE act like you have more than a
two word vocabulary. It must be green.
-- DJ Ruby Rhod (The Fifth Element).
--
Debian developer
pgp1e5zjBbwoT.pgp
Description: PGP signature

