-
Notifications
You must be signed in to change notification settings - Fork 186
Releasing
Jyrki Pulliainen edited this page Mar 9, 2015
·
2 revisions
-
Update version in following files (TODO: fix python versioning to one place):
-
debian/changelog
(make sure you set Debian version to 1 if new upstream version) setup.py
doc/conf.py
dh_virtualenv/cmdline.py
-
-
git commit -am "Release x.y-debianversion"
-
Create original archive for building the Debian package:
git archive -o ../dh-virtualenv_0.9.orig.tar.gz HEAD
-
On a fully upgraded Debian Sid, build the new package:
debuild
. Remember to sign the sources -
Run necessary test builds etc.
-
Tag the release:
git tag -s x.y-debianversion
-
Push the release to Github:
git push --tags
-
Submit the release to http://mentors.debian.net/ and ping the sponsor:
dput -f mentors ../dh-virtualenv_x.y-debianversion_amd64.changes