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 *
Line 
1#!/usr/bin/make -f
2
3DEB_DIVERT_EXTENSION = .debathena
4DEB_TRANSFORM_FILES_debathena-alpine-config += \
5        /etc/pine.conf.debathena
6
7include /usr/share/cdbs/1/rules/debhelper.mk
8include /usr/share/cdbs/1/rules/config-package.mk
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.