# HG changeset patch # User meillo@marmaro.de # Date 1243189311 -7200 # Node ID 30402b14eeb8da49358ee943f38a238d10f565b7 # Parent d77a7b699b6db665654d9ea96fecbd91f32bf1fc fixed lintian warnings diff -r d77a7b699b6d -r 30402b14eeb8 compat --- 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 diff -r d77a7b699b6d -r 30402b14eeb8 control --- 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 -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 diff -r d77a7b699b6d -r 30402b14eeb8 dirs --- 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 diff -r d77a7b699b6d -r 30402b14eeb8 masqmail.lintian --- 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 diff -r d77a7b699b6d -r 30402b14eeb8 postrm --- 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 ;; diff -r d77a7b699b6d -r 30402b14eeb8 rules --- a/rules Sat May 23 18:06:45 2009 +0200 +++ b/rules Sun May 24 20:21:51 2009 +0200 @@ -57,7 +57,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/masqmail.