From 615ed5730c9fd474c4f2c7bd346f00c00d192cb7 Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Fri, 17 Dec 2021 22:32:26 +0100 Subject: [PATCH] Housekeeping --- .gitignore | 2 ++ BUILDING.md | 1 - RELEASING.md | 23 ----------------------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 BUILDING.md delete mode 100644 RELEASING.md diff --git a/.gitignore b/.gitignore index 0b6607d..3f1b889 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ list.csv *.iso *.conf *.mo +RELEASING.md +BUILDING.md diff --git a/BUILDING.md b/BUILDING.md deleted file mode 100644 index 5dd7e93..0000000 --- a/BUILDING.md +++ /dev/null @@ -1 +0,0 @@ -flutter pub add window_size --git-url git://github.com/google/flutter-desktop-embedding.git --git-path plugins/window_size \ No newline at end of file diff --git a/RELEASING.md b/RELEASING.md deleted file mode 100644 index ff2ba4c..0000000 --- a/RELEASING.md +++ /dev/null @@ -1,23 +0,0 @@ -* bump the version number in pubspec.yaml (ex: version: 1.0.5) -* push to github -* create and push version tag (ex: v1.0.5) -* create a release on GitHub -* build the tarball (`make`) -* upload the tarball to github - -* `cd /mnt/data/dev/debianpackages/quickgui.deb/quickgui` -* `head debian/changelog` to check the latest changelog -* `dch -v a.b.c "New changelog message"` -* `nano debian/changelog` to change the release (ex: 1.0.5-1~focal1.0 focal) -* `uscan --noconf --force-download --rename --download-current-version --destdir=.. --verbose` to download the tarball properly -* `dpkg-buildpackage -d -S -sa` to build the changes file (the name of the key to use is in ~/.config/dpkg/buildpackage.conf) -* `nano debian/changelog` to change the release (ex: 1.0.5-1~hirsute1.0 hirsute) -* `dpkg-buildpackage -d -S -sa` -* `nano debian/changelog` to change the release (ex: 1.0.5-1~impish1.0 impish) -* `dpkg-buildpackage -d -S -sa` -* `nano debian/changelog` to change the release (ex: 1.0.5-1~jammy.0 jammy) -* `dpkg-buildpackage -d -S -sa` -* `dput ppa:yannick-mauray/quickgui ../quickgui_1.0.5-1~focal1.0_source.changes` -* `dput ppa:yannick-mauray/quickgui ../quickgui_1.0.5-1~hirsute1.0_source.changes` -* `dput ppa:yannick-mauray/quickgui ../quickgui_1.0.5-1~impish1.0_source.changes` -* `dput ppa:yannick-mauray/quickgui ../quickgui_1.0.5-1~jammy1.0_source.changes`