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/deb/Makefile | 2 +- pkg/docker/Makefile | 2 +- pkg/rpm/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg') 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) -- cgit