chiark
/
gitweb
/
~ian
/
userv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aadafb
)
Set FORCE_SOURCE_DATE in debian/rules
author
Ben Harris
<bjh21@bjh21.me.uk>
Thu, 20 Mar 2025 20:41:12 +0000
(20:41 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 29 Sep 2025 23:43:40 +0000
(
00:43
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 6be9baaca06076ef973f721f1a17a2a5eb7f978e..6179ba751a024e94af774d568b73dc628f6219fd 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-8,6
+8,9
@@
makebuildargs := OPTIMISE= \
XCPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" \
XLDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
+# Persuade TeX that we really want to honour SOURCE_DATE_EPOCH.
+export FORCE_SOURCE_DATE=1
+
%:
dh "$@"