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