On Mon, 2005-01-31 at 08:47 -1000, Warren Togami wrote: > apt-get build-dep TARGET_LOCAL.src.rpm does not require SRPMS in the apt > repository. This only resolves and installs stuff from binary RPMS > needed to build that local package. Am I missing something else? build-dep is useful for non-local SRPMs too. But given that "make srpm ; sudo apt-get build-dep *.src.rpm" from a CVS checkout dir works, it's not actually that big a deal at all. It just means some brutal adjustments to muscle memory :þ