When I download some package sources, (e.g. foo-[ver].orig.tar.gz, foo-[ver].dsc), I often encounter dependencies problem while using dpkg-source -x foo-[ver].dsc and dpkg-buildpackage -us -uc .... In this case, I have to install the building dependencies one by one. Is there some tool to automatically handle this case, e.g., dpkg-source-dependencies -x foo-[ver].dsc?
How to automatically satisfy dependencies in “.dsc” files while building debian package from source?
| |||
|
feedback
|
|
| |||
|
feedback
|
|
When trying to build a package the following should grab all dependencies
Also, apt-get can compile source packages is needs be:
| |||
|
feedback
|