// vim:set filetype=asciidoc:
[[details]]
=== Details

You can obtain detailed information about the examples presented and their variants as follows:

.How to get details
----
[base_dir] $ apt-get source debmake-doc
[base_dir] $ cd debmake-doc*
[debmake-doc-*] $ view examples/README.md
----

Follow the exact instruction in *examples/README.md*.

----
[debmake-doc-*] $ cd examples
[examples] $ make
----

Now, each directory named as *examples/debhello-?.?_build-?* contains the Debian packaging example.

* emulated console command line activity log: the *.log* file
* emulated console command line activity log (short): the *.slog* file
* snapshot source tree image after the *debmake* command: the *debmake* directory
* snapshot source tree image after proper packaging: the *package* directory
* snapshot source tree image after the *debuild* command: the *test* directory

Notable examples include:

* POSIX shell script with Makefile and i18n support (v=3.0)
* C source with Makefile.in + configure and i18n support (v=3.2)
* C source with Autotools and i18n support (v=3.3)
* C source with CMake and i18n support (v=3.4)
