Search code examples
ubuntubuilddeb

How to create deb package with build dependencies


I have a package clarity-icon-theme and to build it it need ImageMagic. When I create that package launchpad throw that "convert command not found".

How can I create deb package that use ImageMagic on build time, so it can be build by launchpad demon?


Solution

  • Specify ImageMagick in the Build-Depends field of the control file.