]> andersk Git - config-package-dev.git/blob - examples/EXAMPLES
Improve config-package-dev documentation and examples.
[config-package-dev.git] / examples / EXAMPLES
1 This directory contains example packages using the config-package-dev
2 system that you can start from in designing your own packages.
3
4 debathena-conffile-example-1.0: Example package using DEB_DIVERT_FILES to divert configuration files
5 debathena-bin-example-1.0: Example package diverting binaries using DEB_DIVERT_FILES
6 debathena-bin-example-1.1: Upgrade of debathena-bin-example-1.0 removing one of the diversions using DEB_UNDIVERT_FILES.
7 debathena-transform-example-1.0: Example package using DEB_TRANSFORM_FILES
8 debathena-cron-example-1.0: Example package using DEB_REMOVE_FILES to disable a cron job
9
10 Note that if you want the control files to be regenerated from the
11 control.in files, you need to add
12
13 DEB_AUTO_UPDATE_DEBIAN_CONTROL=1
14
15 to the debian/rules files (or e.g. set it in your environment).
16
17 We do not include DEB_AUTO_UPDATE_DEBIAN_CONTROL=1 in these example
18 rules files because option is banned in official Debian packages (see
19 the CDBS section of <http://ftp-master.debian.org/REJECT-FAQ.html>).
This page took 0.035454 seconds and 5 git commands to generate.