Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | The man page date can vary depending upon the host perl, e.g. in Russian |
| 2 | some versions print 'июня', others 'Июнь' or Polish 'czerwca' or 'czerwiec'. |
| 3 | Rather than depend upon perl-native to fix this, just remove the date from |
| 4 | the manpages. |
| 5 | |
| 6 | RP 2020/2/4 |
| 7 | |
| 8 | Upstream-Status: Inappropriate [OE specficic reproducibility workaround] |
| 9 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 10 | |
| 11 | Index: mc-4.8.23/doc/man/date-of-man-include.am |
| 12 | =================================================================== |
| 13 | --- mc-4.8.23.orig/doc/man/date-of-man-include.am |
| 14 | +++ mc-4.8.23/doc/man/date-of-man-include.am |
| 15 | @@ -1,5 +1,5 @@ |
| 16 | SED_PARAMETERS = \ |
| 17 | - -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \ |
| 18 | + -e "s/%DATE_OF_MAN_PAGE%//g" \ |
| 19 | -e "s/%DISTR_VERSION%/@DISTR_VERSION@/g" \ |
| 20 | -e "s{%prefix%{@prefix@{g" \ |
| 21 | -e "s{%sysconfdir%{@sysconfdir@{g" \ |