Files
nginx-unit/pkg/deb/debian.module/control-noarch.in
Andrei Belov ca0dc2954c Packages: adjusted debhelper minimal version for Debian/Ubuntu.
Forgotten in 199a11eceb3c.

While here, Standards-Version increased to 4.1.4 (matches Ubuntu 18.04
as the oldest supported distro).
2021-12-01 09:01:52 +03:00

24 lines
847 B
Plaintext

Source: %%NAME%%
Section: admin
Priority: extra
Maintainer: %%PACKAGE_VENDOR%%
Build-Depends: debhelper (>= 11),
linux-libc-dev%%MODULE_BUILD_DEPENDS%%
Standards-Version: 4.1.4
Homepage: https://unit.nginx.org
Package: %%NAME%%
Section: admin
Architecture: all
Depends: lsb-base,
${misc:Depends},
unit (= %%UNIT_VERSION%%-%%UNIT_RELEASE%%~%%CODENAME%%)%%MODULE_DEPENDS%%
Description: %%SUMMARY%%
NGINX Unit is a runtime and delivery environment for modern distributed
applications. It runs the application code in multiple languages
(PHP, Python, Go, etc.), and tightly couples it with traffic delivery
in and out of the application. Take this application server and proxy
directly in the cloud / container environments and fully control your app
dynamically via an API.
This package contains %%SUMMARY%%.