File: 02convert-examples-comment-utf8.patch

package info (click to toggle)
fdm 2.2%2Bgit20250202-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 15,941; yacc: 2,113; makefile: 140; awk: 52; sh: 29
file content (17 lines) | stat: -rw-r--r-- 769 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Lintian complains about non UTF-8 encodings. This converts one such
instance in an example that gets installed with the package. It changes
nothing about the functionality of the file.

Index: pkg-fdm/examples/g-lando.conf
===================================================================
--- pkg-fdm.orig/examples/g-lando.conf
+++ pkg-fdm/examples/g-lando.conf
@@ -6,7 +6,7 @@ cache $db expire 1 month
 # a reasonable timeout for my pop3s server
 set timeout 60
 
-# my maildirs  la pine, with action, month and two digits year tags
+# my maildirs à la pine, with action, month and two digits year tags
 action 'received' maildir "%h/.maildir/%t-%m-%[year2]"
 action 'banca' maildir "%h/.maildir/%t-%m-%[year2]"
 action 'crux' maildir "%h/.maildir/%t-%m-%[year2]"