Package: rancid Version: 3.8-2 Severity: normal Tags: unreproducible patch User: [email protected] Usertags: usrmerge
Dear maintainer. The package rancid currently fails to build reproducibly on merged-usr vs non-merged systems. Please see attached patch fixing this issue. Regards, Andreas Henriksson
diff -Nru rancid-3.8/debian/changelog rancid-3.8/debian/changelog --- rancid-3.8/debian/changelog 2018-08-27 18:41:48.000000000 +0200 +++ rancid-3.8/debian/changelog 2018-12-06 20:19:14.000000000 +0100 @@ -1,3 +1,11 @@ +rancid (3.8-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Explicitly pass ping path to configure + - fixes reproducible build on merged-usr vs non-merged systems + + -- Andreas Henriksson <[email protected]> Thu, 06 Dec 2018 20:19:14 +0100 + rancid (3.8-2) unstable; urgency=medium * Upgrade to Standards-Version 4.2.1 (no changes). diff -Nru rancid-3.8/debian/rules rancid-3.8/debian/rules --- rancid-3.8/debian/rules 2018-08-27 18:41:48.000000000 +0200 +++ rancid-3.8/debian/rules 2018-12-06 20:18:55.000000000 +0100 @@ -13,6 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ + PING_PATH=/bin/ping \ --prefix=/ \ --mandir=\$${prefix}usr/share/man \ --infodir=\$${prefix}usr/share/info \

