Feature #1563 » 0038-fc_version-Add-doc-comment-for-FREECIV_DISTRIBUTOR.patch
| fc_version | ||
|---|---|---|
| # appended to this. | ||
| # | ||
| NETWORK_CAPSTRING="+Freeciv.Devel-${MAIN_VERSION}-2025.Jun.10" | ||
| # If you are distributing freeciv, and apply any patches at all, | ||
| # patch also this field to contain your identification. | ||
| # | ||
| # See doc/README.packaging chapter "Compatibility of modified versions" | ||
| FREECIV_DISTRIBUTOR="" | ||
| if test "x$FREECIV_LABEL_FORCE" != "x" ; then | ||
|   VERSION_LABEL=$(echo $FREECIV_LABEL_FORCE | sed "s/<base>/$VERSION_LABEL/g") | ||
| if test "${FREECIV_LABEL_FORCE}" != "" ; then | ||
|   VERSION_LABEL="$(echo "${FREECIV_LABEL_FORCE}" | sed "s/<base>/${VERSION_LABEL}/g")" | ||
| fi | ||
| if test x$VERSION_REVTYPE = xgit && command -v git > /dev/null ; then | ||