From fe4e827fd368a7b512473bd9aab139198bd8c1e8 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Fri, 20 Sep 2019 12:51:50 +0300 Subject: 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. --- pkg/docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/docker/Makefile') 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) -- cgit