Revisiting RPM Package Management
Posted Sep 18, 2003 22:26 UTC (Thu) by
hazelsct (subscriber, #3659)
In reply to:
Revisiting RPM Package Management by rjw
Parent article:
Revisiting RPM Package Management
You mean like Debian already has?
apt-get build-dep packagename
will automatically download the package's source, along with all of the packages necessary to build it, and then build the package. It always works, because if it doesn't, it's a release-critical bug, and the package is excluded from the subsequent stable release. Such strictness is crucial in Debian because packages for the ten non-i386 architectures are built this way.
(
Log in to post comments)