== Simple C program with Makefile ==

Upstream package name: hello-py
Upstream version name: 1.0


This is the python distutils based package.

1. Create source files under ./hello-py

 $ mkdir hello-py/
 $ cd hello-py/
 ... (make a python module)

=> step1

2. Create upstream tarball, 
   make templates, and 
   build Debian source and binary packages
   (all in one command)

 $ debmake -d -w'python3' -b'-:python3'
 $ cd -

=> step2

