File: codcif-svnversion.patch

package info (click to toggle)
cod-tools 3.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 159,136 kB
  • sloc: perl: 58,707; sh: 41,323; ansic: 7,268; xml: 1,982; yacc: 1,117; makefile: 731; python: 166
file content (14 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Hard-code Subversion revision in the programs.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/src/components/codcif/Makefile
+++ b/src/components/codcif/Makefile
@@ -144,7 +144,7 @@
 ## LDFLAGS  = -L/usr/local/lib
 LIBFLAGS = -lm
 
-SVN_VERSION := $(shell svnversion)
+SVN_VERSION := 10569
 
 ifeq (${CC},gcc)
     CFLAGS = -Wall -Wsign-compare -g ${OPTFLAGS} -DYYDEBUG=1 -D_YACC_ ${INCLUDES} -fPIC \