[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#978734: mp3blaster: reproducible builds: example Makefile embeds buildpath, binary paths and shell



Source: mp3blaster
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath usrmerge shell
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The file /usr/share/doc/mp3blaster/examples/charmap/Makefile.gz contains
the embedded build paths, binary paths and different values for SHELL:

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/mp3blaster.html

  MAKEINFO·=·${SHELL}·'/build/1st/mp3blaster-3.2.6/missing'·makeinfo
  vs.
  MAKEINFO·=·${SHELL}·'/build/2/mp3blaster-3.2.6/2nd/missing'·makeinfo

  EGREP·=·/bin/grep·-E
  vs.
  EGREP·=·/usr/bin/grep·-E

  SHELL·=·/bin/bash
  vs.
  SHELL·=·/bin/sh

The attached patch fixes this by not shipping this makefile, as the
Makefile.in and Makefile.am are shipped, and a user would need to
regenerate the Makefile with values appropriate to their system.


Thanks for maintaining mp3blaster!


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


Reply to: