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
@@ -64,7 +64,7 @@
 picocom.1 : picocom.1.md
 	sed 's/\*\*\[/\*\*/g;s/\]\*\*/\*\*/g' $? \
 	| pandoc -s -t man \
-            -Vfooter="Picocom $(VERSION)" -Vdate="`date -I`" \
+            -Vfooter="Picocom $(VERSION)" \
 	    -o $@
 
 picocom.1.html : picocom.1.md
