[cod-tools] 01/01: Adding a patch hardcoding Subversion revision for codcif programs.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Oct 2 08:39:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit 72010b65e3355e8fc090857825f579c28240ac94
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Mon Oct 2 11:38:45 2017 +0300

    Adding a patch hardcoding Subversion revision for codcif programs.
---
 debian/patches/codcif-svnversion.diff | 13 +++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/codcif-svnversion.diff b/debian/patches/codcif-svnversion.diff
new file mode 100644
index 0000000..7db9eaa
--- /dev/null
+++ b/debian/patches/codcif-svnversion.diff
@@ -0,0 +1,13 @@
+Description: hard-coding Subversion revision in the programs.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
+--- a/src/components/codcif/Makefile
++++ b/src/components/codcif/Makefile
+@@ -128,7 +128,7 @@
+ ## LDFLAGS  = -L/usr/local/lib
+ ## LIBFLAGS = -lm
+ 
+-SVN_VERSION := $(shell svnversion)
++SVN_VERSION := 5425
+ 
+ ifeq (${CC},gcc)
+     CFLAGS = -Wall -g ${OPTFLAGS} -DYYDEBUG=1 -D_YACC_ ${INCLUDES} -fPIC \
diff --git a/debian/patches/series b/debian/patches/series
index e7946ac..61c7435 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+codcif-svnversion.diff
 relro.diff
 codcif-manpages.diff
 distclean-tmp.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list