-
Notifications
You must be signed in to change notification settings - Fork 28
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
base: master
Are you sure you want to change the base?
Package split #161
Conversation
fabe02a
to
62ef386
Compare
Ah, I need to add |
@@ -1 +1 @@ | |||
3.0 (quilt) | |||
3.0 (native) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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 ```
62ef386
to
a300623
Compare
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 |
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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)
No description provided.