From 2a55ffb024dbc4d19e043dc93eb12273ed05d9f0 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Tue, 26 Jul 2022 15:48:49 +0200 Subject: [PATCH] chore(linux): Update info for uploading to Debian --- docs/linux-packaging.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/linux-packaging.md b/docs/linux-packaging.md index 734ab3165f..435fdc2944 100644 --- a/docs/linux-packaging.md +++ b/docs/linux-packaging.md @@ -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