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

scripts: Set timestamp and owner for all files in apt package #19686

Merged
merged 2 commits into from
May 22, 2024

Commits on May 22, 2024

  1. scripts: Set timestamp and owner for all files in apt package

    This makes apt packages somewhat reproducible. The tar options were copied from
    https://salsa.debian.org/dpkg-team/dpkg/-/blob/1.22.6/scripts/Dpkg/Source/Archive.pm?ref_type=tags#L70-L73
    
    The changes are similar as 287ce95 commit.
    Biswa96 authored and TomJo2000 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    073c85f View commit details
    Browse the repository at this point in the history
  2. scripts: Remove original name and timestamp from compressed man pages

    This makes man pages in apt packages reproducible. The gzip options were copied from
    https://salsa.debian.org/dpkg-team/dpkg/-/blob/1.22.6/scripts/Dpkg/Compression.pm?ref_type=tags#L65
    Biswa96 authored and TomJo2000 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8f8d224 View commit details
    Browse the repository at this point in the history