This file documents the steps needed to package a new release of openMSX.

- Ensure that the directory is the newest version of the package.
- Run uscan to download the new release. Fix the watch file if it's broken.
- Run uupdate ../openmsx_[...].orig.tar.gz to create the new directory and copy the debian directory into it.
- Go there with cd ../openmsx-[...]
- If changes were made to the watch file, copy the new one over the the new directory and document them in the changelog.
- Check if all the patches still apply, update them and the changelog if they don't.
- Update standards version and document it in changelog.
- Check the Debian bug tracking system if there are bugs that need to be fixed. Also mark fixed bugs in the changelog as closed.
- Update the pbuilder chroot using sudo pbuilder update
- Update the schroot using cd /var/lib/schroot/chroots/sid-amd64; sudo chroot . bash; apt update; apt upgrade; exit
- Optional: build and test the package (debuild -uc -us)
- Release the package using dch -r.
- Build and test using autopkgtest -- schroot sid-amd64
- build the package using pbuilder (pdebuild)
- sign and upload
