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

Conversation

usaleem-ix
Copy link
Contributor

Motivation and Context

#16513

Description

Fixes:
#15586
#15404
#14736
#15638

How Has This Been Tested?

  • Manually tested by building and installing packages prepared from release tarballs generated via make dist and other similar targets.
  • Manual invocation make -j native deb or make -j native-deb-utils native-deb-kmod does not break.
  • zfs-zed.service runs correctly after installing the package.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

@satmandu
Copy link
Contributor

satmandu commented Oct 4, 2024

Would it make sense to synchronize with what Debian uses downstream?

i.e., https://salsa.debian.org/zfsonlinux-team/zfs/-/tree/master/debian?ref_type=heads

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
Running native-deb* targets in parallel via make is not supported.

Signed-off-by: Umer Saleem <[email protected]>
Closes#14736
@usaleem-ix
Copy link
Contributor Author

Would it make sense to synchronize with what Debian uses downstream?

i.e., https://salsa.debian.org/zfsonlinux-team/zfs/-/tree/master/debian?ref_type=heads

This can be a topic of another PR, since it would require more testing and would take some time to validate all the bits. The purpose of this PR is to fix packaging issues that are currently open. Hopefully, before zfs-2.3 branch out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants