Revision 24783,
842 bytes
checked in by broder, 14 years ago
(diff) |
Fix a typo in debathenify-nmh.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[24698] | 1 | #!/bin/sh |
---|
| 2 | set -e |
---|
| 3 | |
---|
| 4 | name=nmh |
---|
[24782] | 5 | daversionappend=debathena2 |
---|
[24698] | 6 | |
---|
| 7 | dir=$(cd "$(dirname "$0")"; pwd) |
---|
| 8 | |
---|
| 9 | hack_package () { |
---|
| 10 | cp -a "$dir/nmh-mbx_close.dpatch" debian/patches/ |
---|
[24782] | 11 | cp -a "$dir/nmh-mhshow_pager.dpatch" debian/patches/ |
---|
[24698] | 12 | echo nmh-mbx_close.dpatch >> debian/patches/00list |
---|
[24782] | 13 | echo nmh-mhshow_pager.dpatch >> debian/patches/00list |
---|
[24698] | 14 | append_description <<EOF |
---|
| 15 | . |
---|
[24782] | 16 | This package was rebuilt for the Debathena project. It adds a patch |
---|
| 17 | to to avoid losing mail if close() fails (as it can in AFS if you run |
---|
| 18 | over quota) when writing mailbox files, and a patch to wrap output |
---|
| 19 | from MIME mail in a pager. |
---|
[24698] | 20 | EOF |
---|
| 21 | add_changelog 'Avoid losing mail if close() fails, as it can in AFS.' |
---|
[24783] | 22 | add_changelog 'Wrap as much output from MIME mail in the moreproc as possible.' |
---|
[24698] | 23 | add_debathena_provides |
---|
| 24 | munge_sections |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | . ../common/debathenificator.sh |
---|
Note: See
TracBrowser
for help on using the repository browser.