source: trunk/debathena/third/evolution-data-server/debathenify-evolution-data-server @ 23011

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
2set -e
3
4name=evolution-data-server
5daversionappend=debathena1
6
7hack_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
13EOF
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.