projects
/
alioth
/
cvs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c088db
)
hardcode /bin/mktemp for reproducible builds, usrmerge’s fault
author
mirabilos
<m@mirbsd.org>
Tue, 5 Feb 2019 18:12:56 +0000
(19:12 +0100)
committer
mirabilos
<mirabilos@evolvis.org>
Tue, 5 Feb 2019 18:12:56 +0000
(19:12 +0100)
debian/changelog
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
0a3523f
..
f947cca
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,3
+1,9
@@
+cvs (2:1.12.13+real-27) unstable; urgency=low
+
+ * Hardcode path to /bin/mktemp during configure to build reproducibly
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 05 Feb 2019 19:12:36 +0100
+
cvs (2:1.12.13+real-26) unstable; urgency=low
* Policy 4.1.3 (no changes)
diff --git
a/debian/rules
b/debian/rules
index
1ebe6b4
..
27efbc5
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-49,6
+49,7
@@
LIBS+= -lbsd
CONFIGURE_ENV+= LIBS='${LIBS}'
CONFIGURE_ENV+= CSH=/bin/csh
+CONFIGURE_ENV+= ac_cv_path_MKTEMP=/bin/mktemp
CONFIGURE_ARGS:= --build=${DEB_BUILD_GNU_TYPE} \
--host=${DEB_HOST_GNU_TYPE} \