Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/<stdin> Secret

Created August 13, 2015 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b2cb9fc57f06cd9cbef6 to your computer and use it in GitHub Desktop.
Save anonymous/b2cb9fc57f06cd9cbef6 to your computer and use it in GitHub Desktop.
diff --no-dereference -urNad pngcheck.orig/pngcheck-2.3.0/debian/pod2man.mk pngcheck/pngcheck-2.3.0/debian/pod2man.mk
--- pngcheck.orig/pngcheck-2.3.0/debian/pod2man.mk 2015-08-13 19:59:12.308371032 +0200
+++ pngcheck/pngcheck-2.3.0/debian/pod2man.mk 2015-08-13 20:39:22.739211155 +0200
@@ -36,7 +36,7 @@
# Optional variables to set
MANSECT ?= 1
-PODCENTER ?= $$(date "+%Y-%m-%d")
+PODCENTER ?= $$(date --utc --date="@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d")
# Directories
MANSRC =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment