debian/masqmail-debian
changeset 23:30402b14eeb8
fixed lintian warnings
author | meillo@marmaro.de |
---|---|
date | Sun, 24 May 2009 20:21:51 +0200 |
parents | d77a7b699b6d |
children | ec40e54a1889 |
files | compat control dirs masqmail.lintian postrm rules |
diffstat | 6 files changed, 5 insertions(+), 8 deletions(-) [+] |
line diff
1.1 --- a/compat Sat May 23 18:06:45 2009 +0200 1.2 +++ b/compat Sun May 24 20:21:51 2009 +0200 1.3 @@ -1,1 +1,1 @@ 1.4 -4 1.5 +7
2.1 --- a/control Sat May 23 18:06:45 2009 +0200 2.2 +++ b/control Sun May 24 20:21:51 2009 +0200 2.3 @@ -2,8 +2,8 @@ 2.4 Section: mail 2.5 Priority: extra 2.6 Maintainer: markus schnalke <meillo@marmaro.de> 2.7 -Standards-Version: 3.8.0 2.8 -Build-Depends: debhelper (>> 3.0), liblockfile-dev, libglib2.0-dev, libident-dev 2.9 +Standards-Version: 3.8.1 2.10 +Build-Depends: debhelper (>= 7), liblockfile-dev, libglib2.0-dev, libident-dev 2.11 2.12 Package: masqmail 2.13 Architecture: any
3.1 --- a/dirs Sat May 23 18:06:45 2009 +0200 3.2 +++ b/dirs Sun May 24 20:21:51 2009 +0200 3.3 @@ -3,7 +3,6 @@ 3.4 usr/bin 3.5 var/log 3.6 var/spool 3.7 -var/run/masqmail 3.8 etc/logrotate.d 3.9 etc/ppp/ip-up.d 3.10 etc/ppp/ip-down.d
4.1 --- a/masqmail.lintian Sat May 23 18:06:45 2009 +0200 4.2 +++ b/masqmail.lintian Sun May 24 20:21:51 2009 +0200 4.3 @@ -1,5 +1,2 @@ 4.4 # has to be setuid: 4.5 masqmail: setuid-binary usr/sbin/masqmail 4755 root/root 4.6 -# literally question marks treated as questions by lintian 4.7 -masqmail: using-question-in-extended-description-in-templates masqmail/local_hosts 4.8 -masqmail: using-question-in-extended-description-in-templates masqmail/local_nets
5.1 --- a/postrm Sat May 23 18:06:45 2009 +0200 5.2 +++ b/postrm Sun May 24 20:21:51 2009 +0200 5.3 @@ -6,6 +6,7 @@ 5.4 # Remove spool and config file 5.5 rm -rf /var/log/masqmail /var/spool/masqmail /etc/masqmail 5.6 rm -f /etc/default/masqmail 5.7 + rm -rf /var/run/masqmail 5.8 # Remove from inetd.conf 5.9 ##update-inetd --remove masqmail 5.10 ;;