summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2019-09-20 12:51:50 +0300
committerKonstantin Pavlov <thresh@nginx.com>2019-09-20 12:51:50 +0300
commitfe4e827fd368a7b512473bd9aab139198bd8c1e8 (patch)
tree16efbeb4745af483974dbb2d14d2e0a244eeb2b0 /pkg
parent3290a6f408fe1d3db9b0aa9883bf6650ddd4afac (diff)
downloadunit-fe4e827fd368a7b512473bd9aab139198bd8c1e8.tar.gz
unit-fe4e827fd368a7b512473bd9aab139198bd8c1e8.tar.bz2
Packaging: bump packages DEFAULT_RELEASE.
I overlooked that 7d54dfd17098 is partial, and didnt revert MODULE_RELEASE_* for the modules. However, Debian builds succeeded since MODULE_RELEASE_* are not used to generate versions in debian/changelog, resulting in broken dependencies between modules (jsc_common and jsc*). The easiest fix is to bump DEFAULT_RELEASE again.
Diffstat (limited to '')
-rw-r--r--pkg/deb/Makefile2
-rw-r--r--pkg/docker/Makefile2
-rw-r--r--pkg/rpm/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index 952408cd..ac7cc679 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 1
+DEFAULT_RELEASE := 2
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index e826cb95..b4ed95f4 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 1
+DEFAULT_RELEASE := 2
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile
index 4e970e45..af6c61b1 100644
--- a/pkg/rpm/Makefile
+++ b/pkg/rpm/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 1
+DEFAULT_RELEASE := 2
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)