File: remove-generated-file.patch

package info (click to toggle)
cyphesis-cpp 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,752 kB
  • sloc: cpp: 94,194; xml: 40,196; python: 8,717; sh: 4,164; makefile: 1,968; ansic: 753
file content (20 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove generated file   
 Accidentally included in upstream source
Forwarded: not-needed
Author: Olek Wojnar <olek-dev@wojnar.org>
Last-Update: 2016-09-4

--- a/server/buildid.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// This file was generated by gen_buildid.py
-// Do not edit
-
-#include "common/const.h"
-
-namespace consts {
-
-  const char * buildTime = __TIME__;
-  const char * buildDate = __DATE__;
-  const int buildId = 2524;
-}