File: manpage-without-date

package info (click to toggle)
picocom 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 584 kB
  • sloc: ansic: 4,685; makefile: 69; sh: 12
file content (17 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: remove date from manpage for reproducible build
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2017-05-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@
 picocom.1 : picocom.1.md
 	sed 's/\*\*\[/\*\*/g;s/\]\*\*/\*\*/g' $? \
 	| pandoc -s -t man \
-	    -Vfooter="Picocom $(VERSION)" -Vdate="`date -I`" \
+	    -Vfooter="Picocom $(VERSION)" \
 	    -Vadjusting='l' \
 	    -Vhyphenate='' \
 	    -o $@