### Too complicated to provide examples here.
###
### Check situation of Python on Debian
###     https://wiki.debian.org/Python
###
### For transition to dh_python2 (jessie and later)
###     https://wiki.debian.org/Python/TransitionToDHPython2
###
### To support python2.7 and python3, there are 2 ways to package:
###   * packaging with --buildsystem=pybuild (jessie and later)
###     https://wiki.debian.org/Python/Pybuild
###     https://wiki.debian.org/Python/LibraryStyleGuide
###
###   * packaging without --buildsystem=pybuild (wheezy)
###     https://wiki.debian.org/Python/AppStyleGuide
###
### To update the upstream source to support python3, see
###     https://wiki.python.org/moin/Python2orPython3
###     https://wiki.python.org/moin/PortingToPy3k/BilingualQuickRef

