1Source: %%NAME%% 2Section: admin 3Priority: extra 4Maintainer: %%PACKAGE_VENDOR%% 5Build-Depends: debhelper (>= 11), 6 linux-libc-dev, 7 libssl-dev, 8 libpcre2-dev%%MODULE_BUILD_DEPENDS%% 9Standards-Version: 4.1.4 10Homepage: https://unit.nginx.org 11 12Package: %%NAME%% 13Section: admin 14Architecture: any 15Depends: lsb-base, 16 ${misc:Depends}, ${shlibs:Depends}, 17 unit (= %%UNIT_VERSION%%-%%UNIT_RELEASE%%~%%CODENAME%%)%%MODULE_DEPENDS%% 18Description: %%SUMMARY%% 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 This package contains %%SUMMARY%%. 26 27Package: %%NAME%%-dbg 28Section: debug 29Architecture: any 30Priority: extra 31Depends: %%NAME%% (= ${binary:Version}), 32 ${misc:Depends} 33Description: %%SUMMARY%% (debug symbols) 34 This package contains the debugging symbols for %%NAME%% 35