From e7e91145b61d540a9662fd014737f33c9a31b5c7 Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Thu, 18 Dec 2025 16:54:30 -0700 Subject: [PATCH] Revise Linux release instructions Updated instructions for publishing a Linux deb package, including building and uploading to Launchpad PPA. --- Data/LinuxRelease.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/LinuxRelease.md b/Data/LinuxRelease.md index 0680d20..2f20ba7 100644 --- a/Data/LinuxRelease.md +++ b/Data/LinuxRelease.md @@ -85,10 +85,12 @@ Make them executable by running this command in the folder they reside in: Once those are installed, ensure the version is correct in the following files: `fractorium/Builds/QtCreator/defaults.pri` + `fractorium/Data/Fractorium.spec` Ensure copyright and website links are correct in: `fractorium/debian/copyright` + `fractorium/debian/control` Then run these commands from the root of the fractorium folder: @@ -321,3 +323,4 @@ https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_w.x.y.za Update the README.md link to this. All done. Commit, push, send Pull Request. +