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

Fix packaging issues for native Debian packages #16604

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. Fix missing packaging files from release tarballs

    Properly distribute files for native Debian packages. This fixes the
    issue with broken release tarballs.
    
    Signed-off-by: Umer Saleem <[email protected]>
    Closes#15404
    Closes#15586
    usaleem-ix committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6485d52 View commit details
    Browse the repository at this point in the history
  2. Disable parallel build for native-deb* targets

    Running native-deb* targets in parallel via make is not supported.
    
    Signed-off-by: Umer Saleem <[email protected]>
    Closes#14736
    usaleem-ix committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a8b1a09 View commit details
    Browse the repository at this point in the history
  3. Update path for zed in zfs-zed.service for native debian packages

    Signed-off-by: Umer Saleem <[email protected]>
    Closes#15638
    usaleem-ix committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f4dbb9d View commit details
    Browse the repository at this point in the history