# HG changeset patch # User meillo@marmaro.de # Date 1265630924 -3600 # Node ID eae48d9839e44a0cb63cede1c75aab22a73b649f # Parent 792d5a6b7c7b8db2e365895d759a94cd17cf35dc pulled in NMU diff -r 792d5a6b7c7b -r eae48d9839e4 README.Debian --- a/README.Debian Sun Jun 14 11:43:15 2009 +0200 +++ b/README.Debian Mon Feb 08 13:08:44 2010 +0100 @@ -15,6 +15,7 @@ It has been compiled with the options: --prefix=/usr --mandir='$${prefix}/share/man' \ + --datadir='$${prefix}/share' \ --with-logdir=/var/log/masqmail \ --with-spooldir=/var/spool/masqmail \ --with-user=mail --with-group=mail \ diff -r 792d5a6b7c7b -r eae48d9839e4 changelog --- a/changelog Sun Jun 14 11:43:15 2009 +0200 +++ b/changelog Mon Feb 08 13:08:44 2010 +0100 @@ -1,3 +1,11 @@ +masqmail (0.2.21-7.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixed directory to message template files in binary by supplying the + datadir to ./configure manually. (Closes: #541297) + + -- Johann Felix Soden Fri, 27 Nov 2009 22:19:24 +0100 + masqmail (0.2.21-7) unstable; urgency=low * Fixed segfault when using pipe online detection (Closes: #533006) diff -r 792d5a6b7c7b -r eae48d9839e4 rules --- a/rules Sun Jun 14 11:43:15 2009 +0200 +++ b/rules Mon Feb 08 13:08:44 2010 +0100 @@ -22,6 +22,7 @@ # Add here commands to compile the package. ./configure $(confflags) \ --prefix=/usr --mandir='$${prefix}/share/man' \ + --datadir='$${prefix}/share' \ --with-logdir=/var/log/masqmail \ --with-spooldir=/var/spool/masqmail \ --with-user=mail --with-group=mail \