logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_perl_imager - add dependencies required for Imager modules

Description

       dh_perl_imager is a debhelper program that is responsible for adding a dependency on perl-imagerapi-* to
       the ${perl:Depends} substitution variable.  Such a dependency is required for packages that are compiled
       against Imager; do not use this for packages that only use the Imager module.

       A debhelper addon is also provided.  This makes it possible to just use

         #!/usr/bin/make -f
         %:
                 dh $@ --with perl_imager

       for debian/rules.

       Alternatively, since libimager-perl/1.007+dfsg-1 you can just build depend on dh-sequence-perl-imager and
       omit the "--with perl_imager" part.

Name

       dh_perl_imager - add dependencies required for Imager modules

See Also

Synopsis

dh_perl_imager [debhelperoptions]

See Also