This directory contains example packages using the config-package-dev
system that you can start from in designing your own packages.

debathena-conffile-example-1.0:
    Displaces a configuration file and provides different configuration
debathena-conffile-example-1.1:
    Transforms a configuration file if it exists at build time
debathena-bin-example-1.0:
    Displaces a binary and provides a wrapper script
debathena-bin-example-1.1:
    Upgrades debathena-bin-example-1.0 undoing one of the displacements
debathena-transform-example-1.0:
    Transforms a configuration file
debathena-cron-example-1.0:
    Hides a cron job

Debhelper 7+ versions are provided, in the debhelper/ directory.


If you are trying to build these packages out of a config-package-dev
source tree (e.g., because you are hacking on config-package-dev), note
that you will need to set a few environment variables to make things
work. For debuild, e.g., try the command

debuild -e PERL5LIB=../../../lib -e DH_AUTOSCRIPTDIR=../../.. --prepend-path=../../..

config-package-dev supports older versions of debhelper, although
examples are not given.  You can use it in your own packages by adding
dh_configpackage into the list of dh_* commands in debian/rules, before
dh_link.
