xref: /unit/pkg/deb/debian.module/control.in (revision 1853)
1373Sdefan@nginx.comSource: %%NAME%%
2373Sdefan@nginx.comSection: admin
3373Sdefan@nginx.comPriority: extra
4*1853Sdefan@nginx.comMaintainer: %%PACKAGE_VENDOR%%
5373Sdefan@nginx.comBuild-Depends: debhelper (>= 9),
61752Sthresh@nginx.com               linux-libc-dev,
71752Sthresh@nginx.com               libssl-dev,
81752Sthresh@nginx.com               libpcre2-dev%%MODULE_BUILD_DEPENDS%%
9373Sdefan@nginx.comStandards-Version: 3.9.5
10373Sdefan@nginx.comHomepage: https://unit.nginx.org
11373Sdefan@nginx.com
12373Sdefan@nginx.comPackage: %%NAME%%
13373Sdefan@nginx.comSection: admin
14373Sdefan@nginx.comArchitecture: any
15373Sdefan@nginx.comDepends: lsb-base,
16373Sdefan@nginx.com         ${misc:Depends}, ${shlibs:Depends},
17373Sdefan@nginx.com         unit (= %%UNIT_VERSION%%-%%UNIT_RELEASE%%~%%CODENAME%%)%%MODULE_DEPENDS%%
18373Sdefan@nginx.comDescription: %%SUMMARY%%
19373Sdefan@nginx.com NGINX Unit is a runtime and delivery environment for modern distributed
20373Sdefan@nginx.com applications. It runs the application code in multiple languages
21373Sdefan@nginx.com (PHP, Python, Go, etc.), and tightly couples it with traffic delivery
22373Sdefan@nginx.com in and out of the application. Take this application server and proxy
23373Sdefan@nginx.com directly in the cloud / container environments and fully control your app
24373Sdefan@nginx.com dynamically via an API.
25373Sdefan@nginx.com This package contains %%SUMMARY%%.
26373Sdefan@nginx.com
27373Sdefan@nginx.comPackage: %%NAME%%-dbg
28373Sdefan@nginx.comSection: debug
29373Sdefan@nginx.comArchitecture: any
30373Sdefan@nginx.comPriority: extra
31373Sdefan@nginx.comDepends: %%NAME%% (= ${binary:Version}),
32373Sdefan@nginx.com         ${misc:Depends}
33373Sdefan@nginx.comDescription: %%SUMMARY%% (debug symbols)
34373Sdefan@nginx.com This package contains the debugging symbols for %%NAME%%
35