Housekeeping

This commit is contained in:
Yannick Mauray 2021-12-17 22:32:26 +01:00
parent ad4081262d
commit 615ed5730c
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
3 changed files with 2 additions and 24 deletions

2
.gitignore vendored
View File

@ -32,3 +32,5 @@ list.csv
*.iso
*.conf
*.mo
RELEASING.md
BUILDING.md

View File

@ -1 +0,0 @@
flutter pub add window_size --git-url git://github.com/google/flutter-desktop-embedding.git --git-path plugins/window_size

View File

@ -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`