Bug#684996: calendarserver: not building with both python-2.6 and python-2.7 installed

2012-08-15 Thread Fredrik Unger
Package: calendarserver Version: 3.2+dfsg-1 Severity: normal Hi, I were not able to build the calendarserver from scratch, without this patch : --- calendarserver-3.2+dfsg.orig/setup.py +++ calendarserver-3.2+dfsg/setup.py @@ -32,6 +32,7 @@ def find_modules(): excludes = [

Bug#684996: calendarserver: not building with both python-2.6 and python-2.7 installed

2012-08-15 Thread Rahul Amaram
This patch excludes the debian directory in a safe way. I will push it in the next update. Fix for building package for both python 2.6 and python 2.7. Thanks to Fredrik Unger for providing this patch. --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ if root == .: