Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make build reproducible by dropping DBGVER handling #112

Merged
merged 1 commit into from Feb 21, 2016

Commits on Feb 21, 2016

  1. Make build reproducible by dropping DBGVER handling

    Debian wants debug symbols for all builds (the binaries are stripped by
    debhelper's dh_strip), but the "(compiled by...)" information added for
    debug builds defeats the goal to make builds reproducible on the binary
    level. Fix by dropping the DBGVER information which doesn't serve any
    purpose if the build output is byte-identical on rebuild.
    
    https://wiki.debian.org/ReproducibleBuilds
    df7cb committed Feb 21, 2016
    Copy the full SHA
    8ff19bf View commit details
    Browse the repository at this point in the history