== Simple C program with Makefile ==

Upstream package name: hello-c
Upstream version name: 1.0
Sources: hello.c Makefile

1. Create source files under ./hello-c-1.0/

 $ mkdir hello-c-1.0/
 $ cd hello-c-1.0/
 $ vim hello.c
 ...
 $ vim Makefile
 ...
 $ cd -


=> step1

2. Create upstream tarball and make templates

 $ cd hello-c-1.0/
 $ debmake -t

=> step2

3. Build Debian source and binary packages

 $ debuild
 $ cd -

==> step3

