Package: porg
Version: 2:0.10-1.1
Severity: normal
Tags: unreproducible patch
User: m...@linux.it
Usertags: usrmerge

Dear maintainer.

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

Please see attached patch fixing this issue.
(Sorry I got the patch reversed. Please apply it using patch -R ...)

Regards, Andreas Henriksson 
diff -Nru porg-0.10/debian/changelog porg-0.10/debian/changelog
--- porg-0.10/debian/changelog  2018-12-06 20:07:11.000000000 +0100
+++ porg-0.10/debian/changelog  2017-05-28 00:11:56.000000000 +0200
@@ -1,11 +1,3 @@
-porg (2:0.10-1.2) UNRELEASED; urgency=medium
-
-  * Non-maintainer upload.
-  * Explicitly pass sed path to configure
-    - fixes reproducible build on merged-usr vs non-merged systems
-
- -- Andreas Henriksson <andr...@fatal.se>  Thu, 06 Dec 2018 20:07:11 +0100
-
 porg (2:0.10-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru porg-0.10/debian/rules porg-0.10/debian/rules
--- porg-0.10/debian/rules      2018-12-06 20:07:08.000000000 +0100
+++ porg-0.10/debian/rules      2017-05-28 00:11:56.000000000 +0200
@@ -14,7 +14,4 @@
        dh $@  --with autotools-dev
 
 override_dh_auto_configure:
-       dh_auto_configure -- \
-               SED=/bin/sed \
-               --with-porg-logdir=/var/lib/porg \
-               --libdir=/usr/lib/porg
+       dh_auto_configure -- --with-porg-logdir=/var/lib/porg 
--libdir=/usr/lib/porg

Reply via email to