[med-svn] [codonw] 01/02: do not print compilation date/time
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Mon Dec 7 22:53:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository codonw.
commit e3140d330e17f0281498721e09ec94bf4cfe3a80
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Mon Dec 7 22:51:42 2015 +0000
do not print compilation date/time
---
debian/patches/remove_nondeterminism | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/remove_nondeterminism b/debian/patches/remove_nondeterminism
new file mode 100644
index 0000000..3714118
--- /dev/null
+++ b/debian/patches/remove_nondeterminism
@@ -0,0 +1,21 @@
+Description: Remove_nondeterminism
+--- a/menu.c
++++ b/menu.c
+@@ -1275,7 +1275,7 @@
+ /***************************************************************************/
+ int printinfo(void) {
+ # if defined (__FILE__ )
+- printf("\n\tSource : %s", __FILE__);
++ /* printf("\n\tSource : %s", __FILE__); */
+ # endif
+ # if defined (DEBUG)
+ printf("(Debug version)");
+@@ -1288,7 +1288,7 @@
+ (int) strlen(Author) - 10, Author + 9);
+
+ #if defined(__DATE__ ) && defined(__TIME__)
+- printf("\n\tCompiled : %s %s\n", __DATE__, __TIME__);
++ /* printf("\n\tCompiled : %s %s\n", __DATE__, __TIME__); */
+ #endif
+
+ printf("\n\t-------------------------------\n\n");
diff --git a/debian/patches/series b/debian/patches/series
index 0025e5f..cde3ec1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ define_linux
spelling
helpfile_location
fix_link_name_clashes
+remove_nondeterminism
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/codonw.git
More information about the debian-med-commit
mailing list