* Changed build behaviour to suit newer Ubuntu releases (at least 9.10).

* Added -c option to generate intial configuration file and directories. This will create
  the file ~/.laydi and the directories ~/laydi/datasets and ~/laydi/workflows.
* Removed debug print statements.
This commit is contained in:
2010-01-19 16:45:51 +00:00
parent c50d34effc
commit 256133275c
5 changed files with 36 additions and 8 deletions

2
debian/rules vendored
View File

@@ -36,7 +36,7 @@ install-python%:
dh_testroot
dh_clean -k
dh_installdirs
./configure --root ${CURDIR}/debian/laydi/ --prefix /usr
./configure --root ${CURDIR}/debian/laydi --prefix /usr --pydir /usr/share/pyshared/
make install
# python$* setup.py install --root=$(CURDIR)/debian/laydi --install-data=/usr/share/laydi