summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-11-21 14:13:24 +0300
committerAndrei Belov <defan@nginx.com>2019-11-21 14:13:24 +0300
commit5758a0637469bb29b3568d3311bc58505f82fc0c (patch)
tree1be59caf4d751b2f23b920a7f882ada54604f2a4 /pkg/deb/Makefile
parentbc14605fd63f0aaab7d1d6ba771bf47355982db7 (diff)
downloadunit-5758a0637469bb29b3568d3311bc58505f82fc0c.tar.gz
unit-5758a0637469bb29b3568d3311bc58505f82fc0c.tar.bz2
Packages: added Ubuntu 19.10 "eoan" support.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r--pkg/deb/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index d93f193a..855dd6f7 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -16,6 +16,20 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
+# Ubuntu 19.10
+ifeq ($(CODENAME),eoan)
+include Makefile.php
+include Makefile.python27
+include Makefile.python37
+include Makefile.python38
+include Makefile.go112
+include Makefile.go113
+include Makefile.perl
+include Makefile.ruby
+include Makefile.jsc-common
+include Makefile.jsc11
+endif
+
# Ubuntu 19.04
ifeq ($(CODENAME),disco)
include Makefile.php