Description: Do not fetch upstream version from git
Origin: vendor
Forwarded: not-needed
Author: Alessandro Ghedini <al3xbio@gmail.com>
Reviewed-by: Alessandro Ghedini <al3xbio@gmail.com>
Last-Update: 2012-03-22

--- a/tools/build/gen-version.pl
+++ b/tools/build/gen-version.pl
@@ -12,11 +12,6 @@
 my $VERSION = <$fh>;
 close($fh);
 
-if (-d '.git' && open(my $GIT, '-|', "git describe --tags")) {
-    $VERSION = <$GIT>;
-    close($GIT);
-}
-
 chomp $VERSION;
 
 my $builddate = strftime('%Y-%m-%dT%H:%M:%SZ', gmtime);
