[imview] 01/02: Remove __DATE__ from imview.cxx.

Anton Gladky gladk at moszumanska.debian.org
Wed Apr 13 04:39:22 UTC 2016


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

gladk pushed a commit to branch master
in repository imview.

commit ebd7ed0a4ec28d01c3083a9a36b111df81282fac
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Apr 13 06:38:06 2016 +0200

    Remove __DATE__ from imview.cxx.
---
 debian/patches/09_fixdatetime.patch | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/patches/09_fixdatetime.patch b/debian/patches/09_fixdatetime.patch
index 54b26e1..df1d447 100644
--- a/debian/patches/09_fixdatetime.patch
+++ b/debian/patches/09_fixdatetime.patch
@@ -22,3 +22,24 @@ Index: imview/menucb.cxx
              currentpath,
              runningpath
          );
+Index: imview/imview.cxx
+===================================================================
+--- imview.orig/imview.cxx
++++ imview/imview.cxx
+@@ -626,14 +626,12 @@ static void printCredits(char *fname)
+ {
+     static char currentpath[DFLTSTRLEN];
+     
+-    printf("%s version %s build #%d for %s. Made on %s by %s\n"
++    printf("%s version %s build #%d for %s\n"
+ 	   "Copyright Hugues Talbot, Image Analysis Group, CSIRO-MIS 1997-2003\n",
+ 	   myBaseName(fname),
+ 	   patchlevel,
+ 	   totalbnb,
+-	   systemName(),
+-	   __DATE__,
+-   	   builder
++	   systemName()
+ 	);
+     // location
+     getcwd(currentpath, DFLTSTRLEN);

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



More information about the debian-science-commits mailing list