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
*
|
Rev | Line | |
---|
[23069] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
[23252] | 3 | DEB_DIVERT_EXTENSION = .debathena |
---|
[23618] | 4 | DEB_TRANSFORM_FILES_debathena-alpine-config += \ |
---|
| 5 | /etc/pine.conf.debathena |
---|
[23940] | 6 | DEB_DIVERT_FILES_debathena-alpine-config += \ |
---|
| 7 | /usr/bin/alpine.debathena |
---|
[23252] | 8 | |
---|
[23069] | 9 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
[23252] | 10 | include /usr/share/cdbs/1/rules/config-package.mk |
---|
[23618] | 11 | |
---|
| 12 | debian/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.