[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921876: stretch-pu: package courier/0.76.3-5+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

courier-mlm ships a conffile with an unsubstituted @piddir@. #875696
Cherry-pick the missing change from sid that properly substitutes this
ad buildtime. The package has already been uploaded.


Andreas
diff -Nru courier-0.76.3/debian/changelog courier-0.76.3/debian/changelog
--- courier-0.76.3/debian/changelog	2017-03-27 21:01:13.000000000 +0200
+++ courier-0.76.3/debian/changelog	2019-02-09 18:36:51.000000000 +0100
@@ -1,3 +1,15 @@
+courier (0.76.3-5+deb9u1) stretch; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Non-maintainer upload.
+  * Backport @piddir@ substitution from 1.0.5-1.
+
+  [ Markus Wanner ]
+  * Extend patch 0018-Fix-default-configuration-for-Debian.patch with
+    the piddir addition proposed by Willi Mann. Closes: #875696.
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 09 Feb 2019 18:36:51 +0100
+
 courier (0.76.3-5) unstable; urgency=medium
 
   * Fix Debian patch 0012-Define-and-use-PEMFILE-in-mkesmtpdcert.patch:
diff -Nru courier-0.76.3/debian/patches/0018-Fix-default-configuration-for-Debian.patch courier-0.76.3/debian/patches/0018-Fix-default-configuration-for-Debian.patch
--- courier-0.76.3/debian/patches/0018-Fix-default-configuration-for-Debian.patch	2017-03-27 21:01:13.000000000 +0200
+++ courier-0.76.3/debian/patches/0018-Fix-default-configuration-for-Debian.patch	2019-02-09 18:36:51.000000000 +0100
@@ -166,3 +166,15 @@
  
  ##NAME: POP3_LOG_DELETIONS:0
  #
+--- a/courier/configure.ac
++++ b/courier/configure.ac
+@@ -115,6 +115,9 @@
+ 
+ AC_SUBST(transport)
+ 
++AC_ARG_WITH(piddir, [  --with-piddir         Directory where PID files are located ], piddir="$withval", piddir=/var/run)
++AC_SUBST(piddir)
++
+ AC_MSG_CHECKING(for modules to compile)
+ 
+ dirlist=""

Reply to: