summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/control-noarch.in
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-11-29 12:10:16 +0300
committerAndrei Belov <defan@nginx.com>2018-11-29 12:10:16 +0300
commit63d16aa5f6faf6c96188188c58b4a369ec4f3a4c (patch)
tree5881cf52236ea9f70f6e29068f2dc0270a89b957 /pkg/deb/debian.module/control-noarch.in
parentdb631917190c44b3b55a15e4e5e88aa92e6b5334 (diff)
downloadunit-63d16aa5f6faf6c96188188c58b4a369ec4f3a4c.tar.gz
unit-63d16aa5f6faf6c96188188c58b4a369ec4f3a4c.tar.bz2
Packages: made unit-go architecture-dependent.
This closes #172 issue on GitHub.
Diffstat (limited to 'pkg/deb/debian.module/control-noarch.in')
-rw-r--r--pkg/deb/debian.module/control-noarch.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkg/deb/debian.module/control-noarch.in b/pkg/deb/debian.module/control-noarch.in
deleted file mode 100644
index e22bb49a..00000000
--- a/pkg/deb/debian.module/control-noarch.in
+++ /dev/null
@@ -1,23 +0,0 @@
-Source: %%NAME%%
-Section: admin
-Priority: extra
-Maintainer: Andrei Belov <defan@nginx.com>
-Build-Depends: debhelper (>= 9),
- linux-libc-dev%%MODULE_BUILD_DEPENDS%%
-Standards-Version: 3.9.5
-Homepage: https://unit.nginx.org
-
-Package: %%NAME%%
-Section: admin
-Architecture: all
-Depends: lsb-base,
- ${misc:Depends},
- unit (= %%UNIT_VERSION%%-%%UNIT_RELEASE%%~%%CODENAME%%)%%MODULE_DEPENDS%%
-Description: %%SUMMARY%%
- 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.
- This package contains %%SUMMARY%%.