summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-07-09 14:17:03 +0300
committerAndrei Belov <defan@nginx.com>2019-07-09 14:17:03 +0300
commitc0aad59d13dc611641f204066d9453bbb4baf25d (patch)
treebb92ae322ed7d2de30a68183d07a0c3e067c5069 /pkg/deb/Makefile
parentd7516e5f4e7709853c5f010f149acf8822c81788 (diff)
downloadunit-c0aad59d13dc611641f204066d9453bbb4baf25d.tar.gz
unit-c0aad59d13dc611641f204066d9453bbb4baf25d.tar.bz2
Packages: Debian 10 "buster" support added.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r--pkg/deb/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index 0ad98d80..952408cd 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -78,6 +78,18 @@ include Makefile.python
include Makefile.perl
endif
+# Debian 10
+ifeq ($(CODENAME),buster)
+include Makefile.php
+include Makefile.python27
+include Makefile.python37
+include Makefile.go111
+include Makefile.perl
+include Makefile.ruby
+include Makefile.jsc-common
+include Makefile.jsc11
+endif
+
# Debian 9
ifeq ($(CODENAME),stretch)
include Makefile.php