Skip to content

Commit

Permalink
[Packaging megaclisas-status] Change distribution pkg tag to ease dis…
Browse files Browse the repository at this point in the history
…t upgrade
  • Loading branch information
eLvErDe committed Aug 17, 2021
1 parent 16540fd commit 8ee64ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/megaclisas-status/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PKG_VERSION := $(shell dpkg-parsechangelog | grep -E '^Version:' | cut -d' ' -f
DIST_NAME := $(shell lsb_release -si)
DIST_RELEASE := $(shell lsb_release -sc)
DIST_VERSION := $(shell lsb_release -sr)
PKG_VERSION_TAG := $(PKG_VERSION)+$(DIST_NAME).$(DIST_RELEASE).$(DIST_VERSION)
PKG_VERSION_TAG := $(PKG_VERSION)+$(DIST_NAME).$(DIST_VERSION).$(DIST_RELEASE)
SUBSTVARS_BINARY_VERSION := -Vbinary:Version="$(PKG_VERSION_TAG)"
SUBSTVARS_SOURCE_VERSION := -Vsource:Version="$(PKG_VERSION_TAG)"

Expand Down

0 comments on commit 8ee64ed

Please sign in to comment.