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_makefont - Debian Font packaging helper

Bugs

       If the package name has a hyphen '-' in it then dh_makefont will mess up the package naming.

Description

dh_makefont is a wrapper for the dh_make command  to  convert  regular  font  source  packages  into  one
       formatted according to the requirements of the Debian Policy.

Environment

       The following environment settings are used by dh_makefont:

       DEBEMAIL
              Email address to use in control and changelog entries.

       DEBFULLNAME
              You full name, eg "John Doe" which will appear in the control and changelog entries.

Name

       dh_makefont - Debian Font packaging helper

Options

-h, --help
              Display the name, version, available options and authors, and exit successfully.

       -c, --copyrightlicense
              Use    license    in    copyright    file    for    the   package.   license   can   be   one   of
              apache|artistic|bsd|gpl|gpl2|gpl3|lgpl|lgpl2|lgpl3|x11.

       -p, --packagename[_version]
              Force package name to be name. If name_version is given this will set version  number  of  package
              bypassing the directory checking.

       --maint maintainer
              Override  the  default  name  of  the maintainer from "DebianFontsTaskForce" to maintainer.  to
              *Debian Fonts Task Force*. maintainer should be in the form MaintainerName<maint.email>-u, --upstreamurl
              Set the url from where the fonts were downloaded from to url.   This  url  will  be  used  in  the
              following fields: Homepage: field of the control file and Source: field of the copyright file

       -v, --version
              Show the version number of program and exit.

       font_folder
              This  is  the name of the folder in which you have extracted the fonts.  Rules for folder name are
              same as dh_make. If you didn't give proper name dh_make will fail.

See Also

dh_make(1),dh(1)

Debian Project                                     2016-01-04                                     dh_makefont(1)

Synopsis

dh_makefont   [-h,  --help]  [-c,--copyright  <type>]  [-p,--package  <name[_version]>]  [--maint  MAINT]
       [-u,--upstream UPSTREAMURL] font_folder

See Also