xref: /unit/pkg/deb/debian/control.in (revision 1853:5841a506945e)
1Source: unit
2Section: admin
3Priority: extra
4Maintainer: %%PACKAGE_VENDOR%%
5Build-Depends: debhelper (>= 9),
6               linux-libc-dev,
7               libssl-dev,
8               libpcre2-dev
9Standards-Version: 3.9.5
10Homepage: https://unit.nginx.org
11
12Package: unit
13Section: admin
14Architecture: any
15Depends: lsb-base,
16         ${misc:Depends}, ${shlibs:Depends}
17Description: NGINX Unit
18 NGINX Unit is a runtime and delivery environment for modern distributed
19 applications. It runs the application code in multiple languages
20 (PHP, Python, Go, etc.), and tightly couples it with traffic delivery
21 in and out of the application. Take this application server and proxy
22 directly in the cloud / container environments and fully control your app
23 dynamically via an API.
24
25Package: unit-dbg
26Section: debug
27Architecture: any
28Priority: extra
29Depends: unit (= ${binary:Version}),
30         ${misc:Depends}
31Description: NGINX Unit (debug symbols)
32 This package contains the debugging symbols for NGINX Unit.
33
34Package: unit-dev
35Section: libdevel
36Priority: optional
37Architecture: any
38Depends: unit (= ${binary:Version}),
39         ${misc:Depends}
40Description: NGINX Unit (development files)
41 Library and include files required for NGINX Unit modules development.
42