Feature #1563 » 0026-fc_version-Add-doc-comment-for-FREECIV_DISTRIBUTOR.patch
| fc_version | ||
|---|---|---|
| #     so would break network capability of supposedly "compatible" releases. | ||
| # | ||
| NETWORK_CAPSTRING="+Freeciv-3.2-network ownernull16 unignoresync" | ||
| # 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 | ||