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

Revision 23940, 407 bytes checked in by broder, 15 years ago (diff)
In alpine-config: * Disable GSSAPI from the command line if the user is on Exchange. (Trac: #312)
  • 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
6DEB_DIVERT_FILES_debathena-alpine-config += \
7        /usr/bin/alpine.debathena
8
9include /usr/share/cdbs/1/rules/debhelper.mk
10include /usr/share/cdbs/1/rules/config-package.mk
11
12debian/check_file_copies/etc/pine.conf.debathena::
13        mkdir -p debian/check_file_copies/etc
14        alpine -conf >$@
Note: See TracBrowser for help on using the repository browser.