Update the way in which the makefile retrieves the current version number

This commit is contained in:
Andrew S. Rightenburg 2023-08-14 17:17:46 -04:00
parent b3032d1815
commit eabbbcf6ee
Signed by: rail5
GPG key ID: A0CB570AB6629159
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
polonius (0.4.5) bullseye; urgency=medium
* Updated the way in which the makefile
retrieves the current version number
-- rail5 <andrew@rail5.org> Mon, 14 Aug 2023 17:17:04 -0400
polonius (0.4.4) bullseye; urgency=medium
* Dummy update for testing

View file

@ -1,6 +1,6 @@
WIKIDIRECTORY=polonius.wiki
WIKIUPSTREAM=https://github.com/rail5/polonius.wiki.git
VERSION=`grep -E -o '[0-9\.]+' debian/changelog | head -n 1`
VERSION=$$(dpkg-parsechangelog -l debian/changelog --show-field version)
all: update-version reader editor curses