xref: /unit/pkg/deb/debian/control.in (revision 2020)
11853Sdefan@nginx.comSource: unit
21853Sdefan@nginx.comSection: admin
31853Sdefan@nginx.comPriority: extra
41853Sdefan@nginx.comMaintainer: %%PACKAGE_VENDOR%%
5*2020Sdefan@nginx.comBuild-Depends: debhelper (>= 11),
61853Sdefan@nginx.com               linux-libc-dev,
71853Sdefan@nginx.com               libssl-dev,
81853Sdefan@nginx.com               libpcre2-dev
9*2020Sdefan@nginx.comStandards-Version: 4.1.4
101853Sdefan@nginx.comHomepage: https://unit.nginx.org
111853Sdefan@nginx.com
121853Sdefan@nginx.comPackage: unit
131853Sdefan@nginx.comSection: admin
141853Sdefan@nginx.comArchitecture: any
151853Sdefan@nginx.comDepends: lsb-base,
161853Sdefan@nginx.com         ${misc:Depends}, ${shlibs:Depends}
171853Sdefan@nginx.comDescription: NGINX Unit
181853Sdefan@nginx.com NGINX Unit is a runtime and delivery environment for modern distributed
191853Sdefan@nginx.com applications. It runs the application code in multiple languages
201853Sdefan@nginx.com (PHP, Python, Go, etc.), and tightly couples it with traffic delivery
211853Sdefan@nginx.com in and out of the application. Take this application server and proxy
221853Sdefan@nginx.com directly in the cloud / container environments and fully control your app
231853Sdefan@nginx.com dynamically via an API.
241853Sdefan@nginx.com
251853Sdefan@nginx.comPackage: unit-dbg
261853Sdefan@nginx.comSection: debug
271853Sdefan@nginx.comArchitecture: any
281853Sdefan@nginx.comPriority: extra
291853Sdefan@nginx.comDepends: unit (= ${binary:Version}),
301853Sdefan@nginx.com         ${misc:Depends}
311853Sdefan@nginx.comDescription: NGINX Unit (debug symbols)
321853Sdefan@nginx.com This package contains the debugging symbols for NGINX Unit.
331853Sdefan@nginx.com
341853Sdefan@nginx.comPackage: unit-dev
351853Sdefan@nginx.comSection: libdevel
361853Sdefan@nginx.comPriority: optional
371853Sdefan@nginx.comArchitecture: any
381853Sdefan@nginx.comDepends: unit (= ${binary:Version}),
391853Sdefan@nginx.com         ${misc:Depends}
401853Sdefan@nginx.comDescription: NGINX Unit (development files)
411853Sdefan@nginx.com Library and include files required for NGINX Unit modules development.
42