File: fix-reproducibility.diff

package info (click to toggle)
ftpcopy 0.6.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 204 kB
  • sloc: makefile: 37; sh: 32
file content (12 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
diff -r -U3 web/ftpcopy-0.6.7/src/uogo2man web-1/ftpcopy-0.6.7/src/uogo2man
--- a/src/uogo2man	2004-08-10 07:45:09.000000000 +0000
+++ b/src/uogo2man	2019-05-12 11:09:46.880750560 +0000
@@ -22,7 +22,7 @@
 my $cprog=$prog;
 $cprog =~ s%^.*/%%;
 
-my $datum=`date +%Y-%m-%d`;
+my $datum="2005-04-28";
 chomp($datum);
 
 sub die_no_help() {