--- a/debian/patches/14-remove-more-sccsid.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/14-remove-more-sccsid.patch 2015-09-09 19:06:04.605237803 +0100 @@ -0,0 +1,12 @@ +--- sysstat-11.1.6.orig/tapestat.c ++++ sysstat-11.1.6/tapestat.c +@@ -50,9 +50,6 @@ + #define _(string) (string) + #endif + +-#define SCCSID "@(#)sysstat-" VERSION ": " __FILE__ " compiled " __DATE__ " " __TIME__ +-char *sccsid(void) { return (SCCSID); } +- + int cpu_nr = 0; /* Nb of processors on the machine */ + int flags = 0; /* Flag for common options and system state */ + --- a/debian/patches/series 2015-09-09 19:01:42.695635801 +0100 --- b/debian/patches/series 2015-09-09 19:06:01.637219503 +0100 @@ -10,3 +10,4 @@ 11-nfsiostat-whatis-entry.patch 12-isag-new-format-support.patch 13-remove-sccsid.patch +14-remove-more-sccsid.patch