diff --git a/data/blackmage.png b/data/blackmage.png deleted file mode 100644 index b61362284..000000000 Binary files a/data/blackmage.png and /dev/null differ diff --git a/data/openlogo-100.png b/data/openlogo-100.png deleted file mode 100644 index ad91af7f1..000000000 Binary files a/data/openlogo-100.png and /dev/null differ diff --git a/data/profoundchangesbeautiful-bare.jpg b/data/profoundchangesbeautiful-bare.jpg deleted file mode 100644 index 3edf080dd..000000000 Binary files a/data/profoundchangesbeautiful-bare.jpg and /dev/null differ diff --git a/doc/release-checklist.md b/doc/release-checklist.md index d3af5ffdd..a06137d6c 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -10,9 +10,13 @@ * Draft new release at https://github.com/dankamongmen/notcurses/releases * Title is "v$VERSION—some quip" * That's an em dash (U+2014, UTF-8 e2 80 94), get it right +* Repack DFSG-safe tarball, upload to github + * download github-spun tarball + * remove nonfree multimedia + * `tar -cJf ../v$VERSION.dfsg.tar.xz -C.. notcurses-$VERSION` + * upload to github * Build new Debian package - * git clean -d -f -x - * `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION` + * download DFSG tarball, unpack * debuild * Copy `../*notcurses*$VERSION*` to apt repo, import with `reprepro` * Upload new AUR information