summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian/control
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2021-04-21 16:07:26 +0300
committerAndrei Belov <defan@nginx.com>2021-04-21 16:07:26 +0300
commitf90754f84a375d5183ed6883862d19dfd417225a (patch)
treefc6f86a32c19c5a25904a6f873f014a0016997cd /pkg/deb/debian/control
parent5b332cae832c9f8245280fa60a6edc2ce48202c6 (diff)
downloadunit-f90754f84a375d5183ed6883862d19dfd417225a.tar.gz
unit-f90754f84a375d5183ed6883862d19dfd417225a.tar.bz2
Packages: switched to common address for package maintainers.
Diffstat (limited to 'pkg/deb/debian/control')
-rw-r--r--pkg/deb/debian/control41
1 files changed, 0 insertions, 41 deletions
diff --git a/pkg/deb/debian/control b/pkg/deb/debian/control
deleted file mode 100644
index a8e8cdc4..00000000
--- a/pkg/deb/debian/control
+++ /dev/null
@@ -1,41 +0,0 @@
-Source: unit
-Section: admin
-Priority: extra
-Maintainer: Andrei Belov <defan@nginx.com>
-Build-Depends: debhelper (>= 9),
- linux-libc-dev,
- libssl-dev,
- libpcre2-dev
-Standards-Version: 3.9.5
-Homepage: https://unit.nginx.org
-
-Package: unit
-Section: admin
-Architecture: any
-Depends: lsb-base,
- ${misc:Depends}, ${shlibs:Depends}
-Description: NGINX Unit
- NGINX Unit is a runtime and delivery environment for modern distributed
- applications. It runs the application code in multiple languages
- (PHP, Python, Go, etc.), and tightly couples it with traffic delivery
- in and out of the application. Take this application server and proxy
- directly in the cloud / container environments and fully control your app
- dynamically via an API.
-
-Package: unit-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: unit (= ${binary:Version}),
- ${misc:Depends}
-Description: NGINX Unit (debug symbols)
- This package contains the debugging symbols for NGINX Unit.
-
-Package: unit-dev
-Section: libdevel
-Priority: optional
-Architecture: any
-Depends: unit (= ${binary:Version}),
- ${misc:Depends}
-Description: NGINX Unit (development files)
- Library and include files required for NGINX Unit modules development.