Debian packet creation fails
Summary
Debian packet creation fails with following log:
--- /dev/null
+++ eclipse-titan-8.1.0/common/git_version.c
@@ -0,0 +1,4 @@
+// this file was generated by make
+#include "version_internal.h"
+
+char const *const GIT_COMMIT_ID = "";
\ No newline at end of file
Steps and/or TTCN-3 code to reproduce
What is the current bug behavior?
What is the expected correct behavior?
Packet creation succeeds
Relevant logs and/or screenshots
--- /dev/null
+++ eclipse-titan-8.1.0/common/git_version.c
@@ -0,0 +1,4 @@
+// this file was generated by make
+#include "version_internal.h"
+
+char const *const GIT_COMMIT_ID = "";
\ No newline at end of file
Possible fixes
One new line character must be the last character of all C/C++ source files, in this case common/git_version.c
Titan version
8.0.0
Platform details (OS type and version)
Debian (latest)
/cc @aknappqwt
Edited by Adam Knapp