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

Package split #161

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

Conversation

nicowilliams
Copy link
Contributor

No description provided.

@nicowilliams
Copy link
Contributor Author

Ah, I need to add Breaks and Replaces to the new pkgs to let the debian packaging system know about the split.

@@ -1 +1 @@
3.0 (quilt)
3.0 (native)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with these formats and had copied from a different debian package. what's the difference?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did what Thomas told me :) I'm not familiar either.

Copy link
Owner

@osresearch osresearch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fairly good to me; we should probably also make a new release with these updates since the last (0.7) release was a long time ago and things have diverged significantly since then.

This commit copies debian/install to debian/safeboot*.install in
preparation for the next commit (which will modify their contents).

This will allow this:

    ```
    for i in debian/safeboot*.install; do git log --follow "$i"; done
    ```
@nicowilliams
Copy link
Contributor Author

Thanks. I've added the breaks/replaces but not tested it.

debian/control Outdated
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, efitools, opensc, yubico-piv-tool, libengine-pkcs11-openssl, uuid, binutils, libqrencode-dev, libjson-c4, libcurl4
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, safeboot-tpm2-tools | tpm2-tools, safeboot-tpm2-totp | tpm2-totp
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tpm2-tools should have a recent release dependency

debian/control Outdated
Description: Safeboot attestation client
Attestation client for Safeboot, which is intended to be used for securely
fetching local filesystem encryption keys (including for the root
filesyste), and other secrets (including device credentials).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filesystem (also in other packages)

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