# HG changeset patch # User Denis Laxalde # Date 1467191185 -7200 # Node ID f0188639e54451cd42f5dca440bbc67cb7b4f6a4 # Parent e148b384a782e15fa56bd596c4aa48417b90a598 [debian] Adjust symlink to cubicweb package so that documention builds fine Broken since source tree re-organization. diff -r e148b384a782 -r f0188639e544 debian/rules --- a/debian/rules Wed Jun 29 09:12:02 2016 +0200 +++ b/debian/rules Wed Jun 29 11:06:25 2016 +0200 @@ -11,7 +11,7 @@ NO_SETUPTOOLS=1 python setup.py build # cubicweb.foo needs to be importable by sphinx, so create a cubicweb symlink to the source dir mkdir -p debian/pythonpath - ln -sf $(CURDIR) debian/pythonpath/cubicweb + ln -sf $(CURDIR)/cubicweb debian/pythonpath # documentation build is now made optional since it can break for old # distributions and we don't want to block a new release of Cubicweb # because of documentation issues.