Revision 23011,
423 bytes
checked in by ghudson, 16 years ago
(diff) |
Build the debathenified evolution-data-server on Dapper. It won't be
any different from the native one, but it will provide
debathena-evolution-data-server. We need to require that in
evolution-wrapper since the wrapper's configurations won't work
without krb4 auth support.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | set -e |
---|
3 | |
---|
4 | name=evolution-data-server |
---|
5 | daversionappend=debathena1 |
---|
6 | |
---|
7 | hack_package () { |
---|
8 | perl -0pe 's/--with-krb5=/--with-krb4=\/usr --with-krb5=/m or die' -i debian/rules |
---|
9 | append_description <<EOF |
---|
10 | . |
---|
11 | This package was rebuilt for the Debian-Athena project to include |
---|
12 | Kerberos 4 support |
---|
13 | EOF |
---|
14 | add_changelog 'Enable krb4 support.' |
---|
15 | add_debathena_provides |
---|
16 | munge_sections |
---|
17 | } |
---|
18 | |
---|
19 | . ../common/debathenificator.sh |
---|
Note: See
TracBrowser
for help on using the repository browser.