diff -Nru xmlto-0.0.28/debian/changelog xmlto-0.0.28/debian/changelog --- xmlto-0.0.28/debian/changelog 2017-06-18 09:50:55.000000000 +0000 +++ xmlto-0.0.28/debian/changelog 2018-12-01 19:26:31.000000000 +0000 @@ -1,3 +1,11 @@ +xmlto (0.0.28-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Also pass GCP, SED and GREP to configure + - fixes reproducible build on merged-usr vs non-merged (Closes: #915216) + + -- Andreas Henriksson Sat, 01 Dec 2018 20:26:31 +0100 + xmlto (0.0.28-2) unstable; urgency=medium * Merge to unstable. diff -Nru xmlto-0.0.28/debian/rules xmlto-0.0.28/debian/rules --- xmlto-0.0.28/debian/rules 2017-06-18 09:50:55.000000000 +0000 +++ xmlto-0.0.28/debian/rules 2018-12-01 19:16:10.000000000 +0000 @@ -11,6 +11,9 @@ override_dh_auto_configure: configure dh_auto_configure -- \ BASH="/bin/bash" \ + GCP="/bin/cp" \ + SED="/bin/sed" \ + GREP="/bin/grep" \ PAPERCONF="/usr/bin/paperconf" \ DBLATEX="/usr/bin/dblatex" \ FOP="/usr/bin/fop" \