source: config-package-dev/examples/EXAMPLES @ 8f01fa2

Revision 8f01fa2, 1009 bytes checked in by Geoffrey Thomas <geofft@…>, 12 years ago (diff)
Rename 'divert' to 'displace' and 'remove' to 'hide' in examples.
  • Property mode set to 100644
Line 
1This directory contains example packages using the config-package-dev
2system that you can start from in designing your own packages.
3
4debathena-conffile-example-1.0: Example package using DEB_DISPLACE_FILES to displace configuration files
5debathena-bin-example-1.0: Example package wrapping binaries using DEB_DISPLACE_FILES
6debathena-bin-example-1.1: Upgrade of debathena-bin-example-1.0 undoing one of the uses of DEB_UNDISPLACE_FILES.
7debathena-transform-example-1.0: Example package using DEB_TRANSFORM_FILES
8debathena-cron-example-1.0: Example package using DEB_HIDE_FILES to disable a cron job
9
10Note that if you want the control files to be regenerated from the
11control.in files, you need to add
12
13DEB_AUTO_UPDATE_DEBIAN_CONTROL=1
14
15to the debian/rules files (or e.g. set it in your environment).
16
17We do not include DEB_AUTO_UPDATE_DEBIAN_CONTROL=1 in these example
18rules files because option is banned in official Debian packages (see
19the CDBS section of <http://ftp-master.debian.org/REJECT-FAQ.html>).
Note: See TracBrowser for help on using the repository browser.