source: trunk/debathena/third/krb5/debathenify-krb5 @ 22698

Revision 22698, 427 bytes checked in by ghudson, 17 years ago (diff)
Snapshot some of the Debathena third-party package materials. This commit only covers the packages which use the debathenificator framework (bash, tcsh, krb5).
  • Property svn:executable set to *
Line 
1#!/bin/sh
2set -e
3
4name=krb5
5daversionappend=debathena3
6
7hack_package () {
8    perl -0pe 's/CFLAGS="/CPPFLAGS="-DKRB5_KRB4_COMPAT -DKINIT_DEFAULT_BOTH" CFLAGS="/m or die' -i debian/rules
9    append_description <<EOF
10 .
11 This package was rebuilt for the Debian-Athena project to default
12 kinit to -54.
13EOF
14    add_changelog 'Default kinit to -54.'
15    add_debathena_provides
16    munge_sections
17}
18
19. ../common/debathenificator.sh
Note: See TracBrowser for help on using the repository browser.