			# Check Debian standards-version
mkdeb			# Build Debian package
dpkg -i /tmp/*deb	# Test package
dch -a			# Check and/or write changelog message
			# Update version in setup.cfg and possibly in fhs module_info call.
dch -r			# Finalize changelog
sudo pbuilder update	# Update pbuilder environment
mkdeb			# Build Debian package
cd /tmp/... ; pdebuild	# Build unstable Debian package
python3 -m build	# Build pypi package
twine upload dist/*	# Upload to pypi
dput /var/cache/pbuilder/result/...		# Upload to Debian
git push
git tag -m 'date'
