diff --git a/debian/changelog b/debian/changelog index 253256d7c..23906ffcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -notcurses (0.1.0-1) UNRELEASED; urgency=medium +notcurses (0.1.0-1) unstable; urgency=medium * Build notcurses-bin package, silencing lintian error about installing notcurses-demo to architecture-specific dir. * Add deps on libavcodec-dev and libavutil-dev - -- Nick Black Tue, 26 Nov 2019 23:05:37 -0500 + -- Nick Black Thu, 28 Nov 2019 22:20:32 -0500 notcurses (0.0.9-1) unstable; urgency=medium diff --git a/doc/release-checklist.md b/doc/release-checklist.md index acc41039c..57cb71946 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -1,4 +1,4 @@ -* Update version in CMakeLists.txt +* Verify version in CMakeLists.txt * Finalize Debian changelog with `dch -r` * git commit -a -m v$VERSION * Tag with `git tag -a v$VERSION -m "v$VERSION"` @@ -16,4 +16,5 @@ * `makepkg --printsrcinfo > .SRCINFO` * Test that package builds with `makepkg` * `git commit -a` - Update Debian changelog with `dch -v $NEXTVERSION-1` +* Update Debian changelog with `dch -v $NEXTVERSION-1` +* Update CMakeLists.txt with next version