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_uwsgi - Add dependency on the ABI version of uWSGI

Author

       Jonas Smedegaard <dr@jones.dk>

perl v5.40.1                                       2025-03-02                                        DH_UWSGI(1)

Description

       dh_uwsgi is a debhelper program that is responsible for correctly setting the dependency on
       uwsgi-abi-uwsgi-ABI-version for a package.

Name

       dh_uwsgi - Add dependency on the ABI version of uWSGI

       When writing a package that builds an uWSGI plugin and is not built with uWSGI itself (and hence depends
       on the exact binary version), add ${uwsgi:Depends} to the package's Depends: field in debian control and
       run dh_uwsgi.

       If you use dh, you can run dh_uwsgi using:

         dh --with uwsgi

       Otherwise run it in debian/rules after installing the plugins.

Notes

       Note that this command is not idempotent.  dh_prep(1) should be called between invocations of this
       command.  Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts.

Options

       No special options of its own. Use standard debhelper options.

See Also

debhelper(1)

       This program is part of the Debian uWSGI package.

       uwsgi(8)

Synopsis

dh_uwsgi [debhelperoptions] [-V[version]] [--file]

See Also