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

Revision 23381, 528 bytes checked in by tabbott, 15 years ago (diff)
Change "Debian-Athena Project" to "Debathena Project".
  • Property svn:executable set to *
Line 
1#!/bin/sh
2set -e
3
4name=evolution-data-server
5daversionappend=debathena4
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 Debathena project to include
12 Kerberos 4 support
13EOF
14    add_changelog 'Enable krb4 support.'
15    add_debathena_provides
16    perl -0pe 's/^(Provides:.*debathena-libcamel.*)$/$1, debathena-libcamel-krb4/m or die' -i debian/control
17    munge_sections
18}
19
20. ../common/debathenificator.sh
Note: See TracBrowser for help on using the repository browser.