Housekeeping
This commit is contained in:
parent
ad4081262d
commit
615ed5730c
|
@ -32,3 +32,5 @@ list.csv
|
|||
*.iso
|
||||
*.conf
|
||||
*.mo
|
||||
RELEASING.md
|
||||
BUILDING.md
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
flutter pub add window_size --git-url git://github.com/google/flutter-desktop-embedding.git --git-path plugins/window_size
|
23
RELEASING.md
23
RELEASING.md
|
@ -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`
|
Loading…
Reference in New Issue