diff options
author | Andrei Belov <defan@nginx.com> | 2018-10-23 10:30:28 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-10-23 10:30:28 +0300 |
commit | 0e76769c1be43fed1ad1ce32c90ca56b84af903a (patch) | |
tree | e4471577a6b004041d17c14a1cb43d6e3fdd4a9a /pkg/deb/debian/control | |
parent | 57991dc3f2ee1a028605e5dde01cac367e09142c (diff) | |
download | unit-0e76769c1be43fed1ad1ce32c90ca56b84af903a.tar.gz unit-0e76769c1be43fed1ad1ce32c90ca56b84af903a.tar.bz2 |
Packages: introduced unit-dev/unit-devel package.
Diffstat (limited to 'pkg/deb/debian/control')
-rw-r--r-- | pkg/deb/debian/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/deb/debian/control b/pkg/deb/debian/control index e1b1bde8..c0873a1c 100644 --- a/pkg/deb/debian/control +++ b/pkg/deb/debian/control @@ -29,3 +29,11 @@ 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: ${misc:Depends} +Description: NGINX Unit (development files) + Library and include files required for NGINX Unit modules development. |