Package: ktoblzcheck
Version: 1.49-4
Severity: normal
Tags: patch
User: m...@linux.it
Usertags: usrmerge

Dear Maintainer,

The package currently fails to build reprocudibly on merged-usr vs
non-merged systems.

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libktoblzcheck.html

This can be easily fixed by explicitly passing the path to use,
instead of relying on finding them via the PATH at build-time.
Please see attached debdiff.

Regards,
Andreas Henriksson
diff -Nru libktoblzcheck-1.49/debian/changelog 
libktoblzcheck-1.49/debian/changelog
--- libktoblzcheck-1.49/debian/changelog        2017-06-28 23:17:19.000000000 
+0200
+++ libktoblzcheck-1.49/debian/changelog        2018-12-02 18:18:31.000000000 
+0100
@@ -1,3 +1,11 @@
+libktoblzcheck (1.49-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Pass SED, GREP and WGET paths explicitly to configure
+    - fixes reproducible build on merged-usr vs non-merged
+
+ -- Andreas Henriksson <andr...@fatal.se>  Sun, 02 Dec 2018 18:18:31 +0100
+
 libktoblzcheck (1.49-4) unstable; urgency=medium
 
   * debian/tests:
diff -Nru libktoblzcheck-1.49/debian/rules libktoblzcheck-1.49/debian/rules
--- libktoblzcheck-1.49/debian/rules    2017-06-24 11:17:14.000000000 +0200
+++ libktoblzcheck-1.49/debian/rules    2018-12-02 18:18:15.000000000 +0100
@@ -6,6 +6,9 @@
 
 override_dh_auto_configure:
        dh_auto_configure -- \
+               GREP=/bin/grep \
+               SED=/bin/sed \
+               WGET=/usr/bin/wget \
                --with-bankdata-path=/var/lib/ktoblzcheck1 \
                --with-wget=/usr/bin/wget
 

Reply via email to