We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd34e7b commit 33dc45aCopy full SHA for 33dc45a
Makefile
@@ -4,7 +4,7 @@ FLAKE8 := $(shell which flake8)
4
PYLINT := $(shell which pylint3 || which pylint)
5
6
determineversion:
7
- $(eval GITDESCRIBE_DEBIAN := $(shell git describe --tags --dirty))
+ $(eval GITDESCRIBE_DEBIAN := $(shell git describe --tags --dirty | cut -c 2-))
8
sed 's/Version: .*/Version: $(GITDESCRIBE_DEBIAN)/' debian/DEBIAN/control_template > debian/DEBIAN/control
9
$(eval GITDESCRIBE_BREW := $(shell git describe --tags --abbrev=0))
10
sed 's/X\.Y/$(GITDESCRIBE_BREW)/' brew/normfn_template.rb > brew/normfn.rb
0 commit comments