Marc Haber <[email protected]> writes: > On Wed, 17 Apr 2013 14:05:47 +0900, Charles Plessy <[email protected]> > wrote: >>The tool you are looking for is "mk-build-deps" from the package "devscripts". > > So one uses mk-build-deps to create a .deb containing the build > dependencies as binary dependencites, put that .deb into an local > aptable archive, run apt-get update and apt-get install $PACKAGE.
No, it's not quite as bad. The following works as well: dpkg --force-depends -i build-deps.deb && apt-get -f install Best, -Nikolaus -- »Time flies like an arrow, fruit flies like a Banana.« PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

