Mercurial > debian > masqmail-debian
changeset 23:30402b14eeb8
fixed lintian warnings
author | meillo@marmaro.de |
---|---|
date | Sun, 24 May 2009 20:21:51 +0200 (2009-05-24) |
parents | d77a7b699b6d |
children | ec40e54a1889 |
files | compat control dirs masqmail.lintian postrm rules |
diffstat | 6 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/compat Sat May 23 18:06:45 2009 +0200 +++ b/compat Sun May 24 20:21:51 2009 +0200 @@ -1,1 +1,1 @@ -4 +7
--- a/control Sat May 23 18:06:45 2009 +0200 +++ b/control Sun May 24 20:21:51 2009 +0200 @@ -2,8 +2,8 @@ Section: mail Priority: extra Maintainer: markus schnalke <meillo@marmaro.de> -Standards-Version: 3.8.0 -Build-Depends: debhelper (>> 3.0), liblockfile-dev, libglib2.0-dev, libident-dev +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7), liblockfile-dev, libglib2.0-dev, libident-dev Package: masqmail Architecture: any
--- a/dirs Sat May 23 18:06:45 2009 +0200 +++ b/dirs Sun May 24 20:21:51 2009 +0200 @@ -3,7 +3,6 @@ usr/bin var/log var/spool -var/run/masqmail etc/logrotate.d etc/ppp/ip-up.d etc/ppp/ip-down.d
--- a/masqmail.lintian Sat May 23 18:06:45 2009 +0200 +++ b/masqmail.lintian Sun May 24 20:21:51 2009 +0200 @@ -1,5 +1,2 @@ # has to be setuid: masqmail: setuid-binary usr/sbin/masqmail 4755 root/root -# 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
--- a/postrm Sat May 23 18:06:45 2009 +0200 +++ b/postrm Sun May 24 20:21:51 2009 +0200 @@ -6,6 +6,7 @@ # Remove spool and config file rm -rf /var/log/masqmail /var/spool/masqmail /etc/masqmail rm -f /etc/default/masqmail + rm -rf /var/run/masqmail # Remove from inetd.conf ##update-inetd --remove masqmail ;;