xref: /unit/pkg/deb/debian.module/control-noarch.in (revision 399:669d5634939d)
1Source: %%NAME%%
2Section: admin
3Priority: extra
4Maintainer: Andrei Belov <defan@nginx.com>
5Build-Depends: debhelper (>= 9),
6               linux-libc-dev%%MODULE_BUILD_DEPENDS%%
7Standards-Version: 3.9.5
8Homepage: https://unit.nginx.org
9
10Package: %%NAME%%
11Section: admin
12Architecture: all
13Depends: lsb-base,
14         ${misc:Depends},
15         unit (= %%UNIT_VERSION%%-%%UNIT_RELEASE%%~%%CODENAME%%)%%MODULE_DEPENDS%%
16Description: %%SUMMARY%%
17 NGINX Unit is a runtime and delivery environment for modern distributed
18 applications. It runs the application code in multiple languages
19 (PHP, Python, Go, etc.), and tightly couples it with traffic delivery
20 in and out of the application. Take this application server and proxy
21 directly in the cloud / container environments and fully control your app
22 dynamically via an API.
23 This package contains %%SUMMARY%%.
24