2009-12-30 All stdeb.cfg options can now be set using distutils
command option passing. This required a couple of renamings
(--default-maintiner should now be --maintainer,
--default-distribution should now be --suite), although the
old way will still work, as it is only deprecated for now.
2009-12-30 Add pypi-install script to automatically download a package
distribution, build a .deb file from it, and install
it. (Closes GH-16)
2009-12-30 Don't allow specifying sdist_dsc options to bdist_deb
2009-12-29 The --process-dependencies option to py2dsc was dropped,
because this functionality went beyond the scope of the
py2dsc script. The functionality could be added to a new
script if desired.
2009-12-29 Add Section option to stdeb.cfg. (Closes GH-13)
2009-12-29 Move stdeb.cfg file from egg-info directory to alongside setup.py
2009-12-28 --guess-conflicts-provides-replaces option. Provides
automatic finding of original Debian source package's
binaries, and create Conflicts/Provides/Replaces entries in
debian/control for them. (Closes GH-17)
2009-12-28 Remove dependency on setuptools. (Closes GH-18)