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_xine - calculates xine-lib dependencies

Author

       Darren Salt <linux@youmustbejoking.demon.co.uk>

The xine project                                   2009-03-25                                         DH_XINE(1)

Conforms To

       Debian policy, version 3.8.1

Description

       dh_xine   is   a  debhelper  program  that  is  responsible  for  generating  the  ${xine-x:Depends}  and
       ${xine-console:Depends} substitutions and adding them to substvars files.

       Each xine-lib front end is required to have one of these two substvars listed  in  its  Depends  line  in
       debian/control. Using package names directly will, sooner or later, break.

       By listing package name suffixes, you can generate dependencies and recommendations (almost) at will.  If
       you   don't   specify   any,   then   'x'   and   'console'   are  used,  generating  xine-x:Depends  and
       xine-console:Depends.

Examples

       dh_xine is usually called indirectly in a rules file via the dh command.

               %:
                       dh --with xine $@

       It can also be called directly, prior to calling dh_gencontrol.

Name

       dh_xine - calculates xine-lib dependencies

See Also

debhelper(7)

       This program is not a part of debhelper.

Synopsis

dh_xine [debhelperoptions] [packagenamesuffixes]

See Also