Revision 23381,
528 bytes
checked in by tabbott, 16 years ago
(diff) |
Change "Debian-Athena Project" to "Debathena Project".
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | set -e |
---|
3 | |
---|
4 | name=evolution-data-server |
---|
5 | daversionappend=debathena4 |
---|
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 Debathena project to include |
---|
12 | Kerberos 4 support |
---|
13 | EOF |
---|
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.