From: Martin Kudlacek Date: Wed, 8 Sep 2021 08:10:32 +0000 (+0200) Subject: Reverting previous change; the include.sh will not print anything to stdout, but... X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=81e3ae35a01fa930f88da53db2983d46af374c71;p=graphit%2Funipi-kernel.git Reverting previous change; the include.sh will not print anything to stdout, but rather to stderr --- diff --git a/debian/rules.arm64 b/debian/rules.arm64 index 6972822..67d1050 100755 --- a/debian/rules.arm64 +++ b/debian/rules.arm64 @@ -14,7 +14,7 @@ #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_LDFLAGS_SET = -zrelro -DEBIAN_VERSION=$(shell . /ci-scripts/include.sh >/dev/null; echo $${DEBIAN_VERSION}) +DEBIAN_VERSION=$(shell . /ci-scripts/include.sh; echo $${DEBIAN_VERSION}) PLATFORM=$(shell echo $${PLATFORM:-axon}) CONTROL_INC=$(PLATFORM) diff --git a/debian/rules.armhf b/debian/rules.armhf index cc5d886..538ca9c 100755 --- a/debian/rules.armhf +++ b/debian/rules.armhf @@ -14,7 +14,7 @@ #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_LDFLAGS_SET = -zrelro -DEBIAN_VERSION=$(shell . /ci-scripts/include.sh >/dev/null; echo $${DEBIAN_VERSION}) +DEBIAN_VERSION=$(shell . /ci-scripts/include.sh; echo $${DEBIAN_VERSION}) PLATFORM=$(shell echo $${PLATFORM:-neuron}) ifeq ($(DEBIAN_VERSION),stretch)