Description: make sure debian version is visible in e.g. "stap -V"
Author: Timo Juhani Lindfors <timo.lindfors@iki.fi>
Forwarded: not-needed
Index: systemtap/git_version.sh
===================================================================
--- systemtap.orig/git_version.sh
+++ systemtap/git_version.sh
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+exec debian/debversion.sh debian/changelog > git_version.h
+
 #
 # Generate some basic versioning information which can be piped to a header.
 #
