# HG changeset patch # User meillo@marmaro.de # Date 1225881725 -3600 # Node ID bf717cdae8fc57763956d522d45ebc3679319207 # Parent c8a6580623dfa87ef5aaab14094648fe60f605f6 fixed lintian warnings; adjusted lintian overrides diff -r c8a6580623df -r bf717cdae8fc masqmail.lintian --- a/masqmail.lintian Wed Nov 05 11:41:26 2008 +0100 +++ b/masqmail.lintian Wed Nov 05 11:42:05 2008 +0100 @@ -1,4 +1,5 @@ # has to be setuid: masqmail: setuid-binary usr/sbin/masqmail 4755 root/root -# worked around that in debian/masqmail.config: -masqmail: init-script-suggests-versioned-depends postinst +# literally question marks treated as questions by lintian +masqmail: using-question-in-extended-description-in-templates masqmail/local_hosts +masqmail: using-question-in-extended-description-in-templates masqmail/local_nets diff -r c8a6580623df -r bf717cdae8fc masqmail.templates --- a/masqmail.templates Wed Nov 05 11:41:26 2008 +0100 +++ b/masqmail.templates Wed Nov 05 11:42:05 2008 +0100 @@ -51,7 +51,7 @@ dialup connection. Mail to these hosts will be delivered immediately, without checking for the online status. . - You can use wildcards expressions like '*' and '?', eg. *.yournet.local + You can use wildcard expressions like '*' and '?', eg. *.yournet.local . If you have only one box, you can leave this empty. If you do not want to use masqmail as an offline MTA, and the whole internet or another mail @@ -134,7 +134,7 @@ Template: masqmail/alias_local_caseless Type: boolean Default: false -_Description: Alias expansion regarding case or not: +_Description: Should alias expansion regard case? Masqmail uses the file /etc/aliases to redirect local addresses. The search for a match in /etc/aliases can be regarding upper/lower case or insensitive to case.