source: config-package-dev/examples/cdbs/debathena-conffile-example-1.0/debian/rules @ 8fd1f27

Revision 8fd1f27, 400 bytes checked in by Geoffrey Thomas <geofft@…>, 11 years ago (diff)
examples: Move current examples to cdbs/ directory Also document in-tree builds of the debhelper examples, and add a .gitignore for the examples directory.
  • Property mode set to 100755
Line 
1#!/usr/bin/make -f
2
3DEB_DISPLACE_EXTENSION = .debathena
4# Replace some base files with simple replacements.
5DEB_DISPLACE_FILES_debathena-conffile-example += \
6        /etc/issue.net.debathena
7# These files are installed via dh_install from the files/ directory
8# (see debian/debathena-conffile-example.install)
9
10include /usr/share/cdbs/1/rules/debhelper.mk
11include /usr/share/cdbs/1/rules/config-package.mk
Note: See TracBrowser for help on using the repository browser.