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_make_pgxs - Create a new Debian source package for a PGXS PostgreSQL extension

Author

       Christoph Berg <myon@debian.org>

Debian                                             2025-02-20                                    DH_MAKE_PGXS(1)

Description

dh_make_pgxs creates a debian/ directory tree for PostgreSQL extension packages using the PGXS build
       system. The pg_buildext tool is used for the build process.

Name

       dh_make_pgxs - Create a new Debian source package for a PGXS PostgreSQL extension

Options

-f  Overwrite existing files.

       -hURL
           Package upstream homepage.

       -nname
           Package name to use. Default is to extract it from the current directory's name.

       -vversion
           Package version to use. Default is to extract it from the current directory's name.

See Also

dh_make(1), pg_buildext(1).

Synopsis

dh_make_pgxs [-f] [-hURL] [-nname] [-vversion]

See Also