mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
chore(linux): Update info for uploading to Debian
This commit is contained in:
parent
ae61410cc9
commit
2a55ffb024
1 changed files with 7 additions and 7 deletions
|
|
@ -304,16 +304,16 @@ This is done in several steps:
|
|||
got signed with the correct key in the previous step)
|
||||
3. upload to mentors
|
||||
4. file a RFS bug (Request For Sponsorship) against the `sponsorship-requests` pseudo-package,
|
||||
cc'ing `debian-input-method`
|
||||
cc'ing `debian-input-method`, or just send an email to the `debian-input-method` list.
|
||||
|
||||
The first three steps can be done by running these commands:
|
||||
After the package got published in Debian you should update the `linux/debian/changelog` file
|
||||
with the exact same information that the changelog in Debian has.
|
||||
|
||||
The first three steps above and updating the changelog file can be done by running
|
||||
the following script:
|
||||
|
||||
```bash
|
||||
cd linux
|
||||
DIST=unstable scripts/debian.sh
|
||||
cd debianpackage/
|
||||
debsign -k$DEBSIGN_KEYID --re-sign *.changes
|
||||
dput mentors *.changes
|
||||
linux/scripts/upload-to-debian.sh -k $DEBSIGN_KEYID --push
|
||||
```
|
||||
|
||||
## Reference
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue