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

Packaging fixes for Debian, clean deprecated buster from tests #2391

Merged
merged 6 commits into from
Sep 5, 2023

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    f96a1b3 View commit details
    Browse the repository at this point in the history
  2. pkg: control: fix maintainer and dependencies

    most dependencies lacked the minimum required version
    that lead to probably false assumptions about installable packages on
    too old distros
    wagner-intevation authored and sebix committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d2f623f View commit details
    Browse the repository at this point in the history
  3. pkg: github_api remove obsolete requirements

    requests is a core dependency, we do not need to require it for the bot
    wagner-intevation authored and sebix committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c6d3194 View commit details
    Browse the repository at this point in the history
  4. pkg: rules: use default dh_auto_install for install step

    the previous install was hardcoded and outdated on Debian 12
    use the distro-default, fixes the build
    
    fixes certtools#2384
    sebix committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4140e7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5850b07 View commit details
    Browse the repository at this point in the history
  6. remove Debian 10 buster from tests and documentation

    Support for Debian 10 Buster was dropped in PR#2352
    certtools#2352
    sebix committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    911598f View commit details
    Browse the repository at this point in the history