diff options
author | Andrei Belov <defan@nginx.com> | 2019-11-21 14:13:24 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-11-21 14:13:24 +0300 |
commit | 5758a0637469bb29b3568d3311bc58505f82fc0c (patch) | |
tree | 1be59caf4d751b2f23b920a7f882ada54604f2a4 /pkg/deb/Makefile | |
parent | bc14605fd63f0aaab7d1d6ba771bf47355982db7 (diff) | |
download | unit-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/Makefile | 14 |
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 |