unannotated-tags.patch
3431f117
 Apply this patch to "_version.py" to get Miniver to calculate the
 version using unannotated tags in addition to annotated tags.
 @@ -86,7 +86,7 @@ def get_version_from_git():
      for opts in [["--first-parent"], []]:
8efa6e65
          try:
              p = subprocess.Popen(
3431f117
 -                ["git", "describe", "--long", "--always"] + opts,
 +                ["git", "describe", "--long", "--always", "--tags"] + opts,
8efa6e65
                  cwd=distr_root,
3431f117
                  stdout=subprocess.PIPE,
                  stderr=subprocess.PIPE,