-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathHowToPPA.txt
More file actions
28 lines (21 loc) · 959 Bytes
/
HowToPPA.txt
File metadata and controls
28 lines (21 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
How to update ppa package (apt-get install ...)
0) Prepare
gpg --gen-key # make a key and use launchpad email address
gpg --keyserver keyserver.ubuntu.com --send-keys XXXXXXXXX # add the key to the key server
add the key also to launchpad
0.1) The keys XXXXXXX
You can get local keys with > gpg --list-keys --keyid-format short.
The key XXXXXXXX are the last 8 hex values of your generated key.... see
```
pub ed25519/A1AA5854 2025-06-10 [SC] [expires: 2028-06-09]
4F5DB1AD5586BC25FFB5F22CCF6BFA4BA1AA5854
uid [ultimate] Adrian Schneider <adrian.schneider.pr@gmail.com>
sub cv25519/B33CA6CE 2025-06-10 [E] [expires: 2028-06-09]
```
... where A1AA5854 is your key.
1) Update the version in file changelog
2) Create package
tar -acf dicom2mesh_0.1.orig.tar.gz DicomToMesh; cd DicomToMesh; debuild -S -sa -kXXXXXX; cd ..;
... where XXXXX is the FULL key id
3) Upload to server
dput ppa:eidelen/d2m dicom2mesh_0.1-0ppa0_source.changes