diff options
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 890dd82..4a5ede6 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ SHELL := sh -e -VERSION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | rev | cut -d- -f2- | rev) +VERSION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | rev | cut -d- -f2- | rev | sed -e 's|~|.|g') %: dh ${@} --buildsystem=pybuild --with=python3 |
