We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fdd41 commit b2f35abCopy full SHA for b2f35ab
stellar-core/debian/patches/useLocalPackageVersion.diff
@@ -8,6 +8,6 @@
8
- && git describe --always --dirty --tags 2>/dev/null \
9
- || echo "$(PACKAGE) $(VERSION)"); \
10
+ @vers=$$(echo "${LOCAL_PACKAGE} ${LOCAL_VERSION} (${GIT_COMMIT})"); \
11
- sed -e "s/%%VERSION%%/$$vers/" \
+ sed -e "s@%%VERSION%%@$$vers@" \
12
< "$(srcdir)/main/StellarCoreVersion.cpp.in" > $@~
13
@if cmp -s $@~ $@; then rm -f $@~; else \
0 commit comments