Skip to content
Commits on Source (3)
x11-apps (7.7+8) UNRELEASED; urgency=medium
[ Julien Cristau ]
* Bump x11proto-core-dev build-dep to 7.0.25 per xwud's configure.ac.
[ Andreas Henriksson ]
* Pass MKTEMP=/bin/mktemp to configure to fix reproducible build
on merged-usr vs non-merged systems (x11perfcomp embeds the path).
(Closes: #914911)
-- Julien Cristau <jcristau@debian.org> Sun, 18 Mar 2018 17:10:35 +0100
x11-apps (7.7+7) unstable; urgency=medium
......
......@@ -52,7 +52,7 @@ Build-Depends:
# xwd: libx11-dev, x11proto-core-dev
# xwud: libx11-dev
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/xorg-team/app/x11-apps
Vcs-Git: https://salsa.debian.org/xorg-team/app/x11-apps.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/x11-apps
Package: x11-apps
......
......@@ -30,7 +30,8 @@ $(STAMP_DIR)/configure-%:
dh_auto_configure -D$* -B$*-build -- \
--libdir=\$${prefix}/lib \
--disable-silent-rules \
MANCONF="/etc/manpath.config"
MANCONF="/etc/manpath.config" \
MKTEMP=/bin/mktemp
>$@
override_dh_auto_build: $(BUILD_STAMPS)
......