source: trunk/debathena/config/alpine-config/debian/rules @ 23618

Revision 23618, 334 bytes checked in by broder, 15 years ago (diff)
In alpine-config: * Use DEB_TRANSFORM_FILES to isolate our changes to the default config.
  • Property svn:executable set to *
RevLine 
[23069]1#!/usr/bin/make -f
2
[23252]3DEB_DIVERT_EXTENSION = .debathena
[23618]4DEB_TRANSFORM_FILES_debathena-alpine-config += \
5        /etc/pine.conf.debathena
[23252]6
[23069]7include /usr/share/cdbs/1/rules/debhelper.mk
[23252]8include /usr/share/cdbs/1/rules/config-package.mk
[23618]9
10debian/check_file_copies/etc/pine.conf.debathena::
11        mkdir -p debian/check_file_copies/etc
12        alpine -conf >$@
Note: See TracBrowser for help on using the repository browser.