debian/masqmail-debian

changeset 28:eae48d9839e4

pulled in NMU
author meillo@marmaro.de
date Mon, 08 Feb 2010 13:08:44 +0100
parents 792d5a6b7c7b
children 3e2c2380b5aa
files README.Debian changelog rules
diffstat 3 files changed, 10 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/README.Debian	Sun Jun 14 11:43:15 2009 +0200
     1.2 +++ b/README.Debian	Mon Feb 08 13:08:44 2010 +0100
     1.3 @@ -15,6 +15,7 @@
     1.4  
     1.5  It has been compiled with the options:
     1.6                  --prefix=/usr --mandir='$${prefix}/share/man' \
     1.7 +                --datadir='$${prefix}/share' \
     1.8                  --with-logdir=/var/log/masqmail \
     1.9                  --with-spooldir=/var/spool/masqmail \
    1.10                  --with-user=mail --with-group=mail \
     2.1 --- a/changelog	Sun Jun 14 11:43:15 2009 +0200
     2.2 +++ b/changelog	Mon Feb 08 13:08:44 2010 +0100
     2.3 @@ -1,3 +1,11 @@
     2.4 +masqmail (0.2.21-7.1) unstable; urgency=low
     2.5 +
     2.6 +  * Non-maintainer upload.
     2.7 +  * Fixed directory to message template files in binary by supplying the 
     2.8 +    datadir to ./configure manually. (Closes: #541297)
     2.9 +
    2.10 + -- Johann Felix Soden <johfel@gmx.de>  Fri, 27 Nov 2009 22:19:24 +0100
    2.11 +
    2.12  masqmail (0.2.21-7) unstable; urgency=low
    2.13  
    2.14    * Fixed segfault when using pipe online detection (Closes: #533006)
     3.1 --- a/rules	Sun Jun 14 11:43:15 2009 +0200
     3.2 +++ b/rules	Mon Feb 08 13:08:44 2010 +0100
     3.3 @@ -22,6 +22,7 @@
     3.4  	# Add here commands to compile the package.
     3.5  	./configure $(confflags) \
     3.6  		--prefix=/usr --mandir='$${prefix}/share/man' \
     3.7 +		--datadir='$${prefix}/share' \
     3.8  		--with-logdir=/var/log/masqmail \
     3.9  		--with-spooldir=/var/spool/masqmail \
    3.10  		--with-user=mail --with-group=mail \