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 wrap: on
line diff
--- 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 \
--- 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 <johfel@gmx.de>  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)
--- 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 \