File: release-checklist.txt

package info (click to toggle)
python-websocketd 0.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: python: 1,309; javascript: 382; sh: 23; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
			# 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'