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 |
---|
2 | set -e |
---|
3 | |
---|
4 | name=krb5 |
---|
5 | daversionappend=debathena3 |
---|
6 | |
---|
7 | hack_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. |
---|
13 | EOF |
---|
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.