Introduced deb packages building tools.
This commit is contained in:
@@ -5,7 +5,10 @@ UNIT= unit-$(VER)
|
||||
DEST= ../build
|
||||
XSLS?= xslscript.pl
|
||||
|
||||
PACKAGES= unit unit-php unit-python unit-go
|
||||
PACKAGES= unit \
|
||||
unit-php \
|
||||
unit-python unit-python2.7 unit-python3.4 unit-python3.5\
|
||||
unit-go unit-go1.7 unit-go1.8
|
||||
|
||||
all: changes changelogs
|
||||
|
||||
|
||||
@@ -18,6 +18,32 @@ Initial release of Go module for NGINX Unit.
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-go1.7" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change>
|
||||
<para>
|
||||
Initial release of Go 1.7 module for NGINX Unit.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-go1.8" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change>
|
||||
<para>
|
||||
Initial release of Go 1.8 module for NGINX Unit.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-python" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
@@ -31,6 +57,45 @@ Initial release of Python module for NGINX Unit.
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-python2.7" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change>
|
||||
<para>
|
||||
Initial release of Python 2.7 module for NGINX Unit.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-python3.4" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change>
|
||||
<para>
|
||||
Initial release of Python 3.4 module for NGINX Unit.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-python3.5" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
<change>
|
||||
<para>
|
||||
Initial release of Python 3.5 module for NGINX Unit.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes apply="unit-php" ver="0.2" rev="1"
|
||||
date="2017-10-19" time="18:00:00 +0300"
|
||||
packager="Andrei Belov <defan@nginx.com>">
|
||||
|
||||
Reference in New Issue
Block a user