The build path is embedded in /usr/sbin/parprouted:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/parprouted.html
/build/1st/parprouted-0.70/parprouted.c:388
vs.
/build/2/parprouted-0.70/2nd/parprouted.c:388
The attached patch fixes this by passing CFLAGS via EXTRA_CFLAGS in a
dh_auto_build override in debian/rules. This allows passing the default
build flags including -ffile-prefix-map, which avoids embedding the
absolute path in compiled files.
With these patches applied, parprouted should build reproducibly on
tests.reproducible-builds.org!
live well,
vagrant