54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
+
-
+
+
|
1. `git push`
1. `for i in f40 f41 rawhide; do git checkout $i && fedpkg build --nowait; done`
1. Wait for the builds to be done, then create the updates on [Bodhi](https://bodhi.fedoraproject.org/). Set the Karma required to 1.
### Debian
1. Clone the [`objfw`](https://salsa.debian.org/debian/objfw) Salsa project.
1. Download the tarball and signature and verify it.
1. Run `gbp import-orig https://objfw.nil.im/downloads/objfw-${version}.tar.gz`
1. Run `gbp import-orig ../objfw-${version}.tar.gz`
1. Run `gbp dch`, update the changelog as necessary.
1. Perform changes to `debian/*`, if necessary.
1. Commit.
1. Run `gbp buildpackage`.
1. Run `git tag debian/${version}-${debversion}`, e.g. `git tag debian/1.1.5-1`.
1. Run `git push --all`.
1. Ping a Debian developer to upload the package.
### MSYS2
1. Edit the [`PKGBUILD`](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-objfw/PKGBUILD) file to increase the version and update the hash.
|