Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/docker-ce-packaging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e8f0c52
Choose a base ref
...
head repository: docker/docker-ce-packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b0be6b
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 15, 2021

  1. deb: make dh-systemd dependency optional as it's deprecated

    dh-systemd has been integrated into debhelper, starting with version 9.20160709,
    and has been removed in Debian 11 "bullseye"
    
    This patch updates the control file to not require it as a dependency
    on current versions of debian that ship with that version of debhelper
    
    Related discussions:
    
    [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670
    [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958585
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cd9eddd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. rpm: remove Fedora 31 as it's EOL

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6750f07 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Merge pull request #523 from thaJeztah/remove_fedora_31

    [master] rpm: remove Fedora 31 as it's EOL
    thaJeztah authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    3e2748a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Merge pull request #520 from thaJeztah/fix_build_dep

    deb: make dh-systemd dependency optional as it's deprecated
    thaJeztah authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6929936 View commit details
    Browse the repository at this point in the history
  2. deb: add support for building debian 11 "Bullseye"

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    7b0be6b View commit details
    Browse the repository at this point in the history
Loading