jcubic
jcubic

Reputation: 66620

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?

Upvotes: 1

Views: 810

Answers (1)

holygeek
holygeek

Reputation: 16195

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

Upvotes: 3

Related Questions