Revision 23097,
532 bytes
checked in by ghudson, 16 years ago
(diff) |
In debathenify-evolution-data-server, make the libcamel package
provide debathena-libcamel-krb4 so that we can recommend that in
debathena-evolution-wrapper.
|
-
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 Debian-Athena 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.