From f46599dded26bad36be5a89bd26d5ea1a5ca95ab Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 18 Oct 2013 15:47:23 -0700 Subject: Fixed Makefile to not include $DESTDIR in paths compiled into .pyc files for traceback purposes. (LP: #1241770) --- Makefile.in | 2 +- NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 40e04f56..b70f0134 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,7 +124,7 @@ doinstall: $(SUBDIRS) do \ (cd $$d; $(MAKE) DESTDIR=$(DESTDIR) install); \ done - $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman")' + $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman", ddir="$(prefix)/Mailman")' # Only run bin/update if we aren't installing in DESTDIR, as this # means there are probably no lists to deal with, and it wouldn't diff --git a/NEWS b/NEWS index 456a6d2b..d9cb52a5 100755 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Copyright (C) 1998-2011 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.17 (xx-xxx-xxxx) + + Bug Fixes and other patches + + - Fixed Makefile to not include $DESTDIR in paths compiled into .pyc + files for traceback purposes. (LP: #1241770) + 2.1.16 (16-Oct-2013) New Features -- cgit v1.2.3