diff -Nru toppred-1.10/debian/changelog toppred-1.10/debian/changelog --- toppred-1.10/debian/changelog 2018-07-16 09:36:54.000000000 +0000 +++ toppred-1.10/debian/changelog 2018-12-08 06:37:13.000000000 +0000 @@ -1,3 +1,15 @@ +toppred (1.10-7) unstable; urgency=medium + + [ Andreas Henriksson ] + * Explicitly pass paths to configure instead of looking up tools + - fixes reproducible builds on merged-usr vs non-merged systems + Closes: #915853 + + [ Andreas Tille ] + * Standards-Version: 4.2.1 + + -- Andreas Tille Sat, 08 Dec 2018 07:37:13 +0100 + toppred (1.10-6) unstable; urgency=medium * d/rules: do not parse d/changelog diff -Nru toppred-1.10/debian/control toppred-1.10/debian/control --- toppred-1.10/debian/control 2018-07-16 09:36:54.000000000 +0000 +++ toppred-1.10/debian/control 2018-12-08 06:37:13.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 11~), gnuplot, libgd-dev -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/med-team/toppred Vcs-Git: https://salsa.debian.org/med-team/toppred.git Homepage: https://github.com/bioinfo-center-pasteur-fr/toppred diff -Nru toppred-1.10/debian/rules toppred-1.10/debian/rules --- toppred-1.10/debian/rules 2018-07-16 09:36:54.000000000 +0000 +++ toppred-1.10/debian/rules 2018-12-08 06:37:13.000000000 +0000 @@ -11,6 +11,12 @@ %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- \ + GREP=/bin/grep \ + EGREP="/bin/grep -E" \ + MKDIR_P="/bin/mkdir -p" + override_dh_installexamples: make -C test clean dh_installexamples