http://www.logilab.org/card/LogilabDebianRepository suggests
adding to /etc/apt/sources.list; as far back as hardy, it was a
lot cleaner to instead put your additions in the .d, perhaps in
/etc/apt/sources.list.d/logilab.list
http://ftp.logilab.org/pub/projman/projman-0.14.0.tar.gz doesn't
exist, though http://www.logilab.org/project/projman points
there; looks like it only has up to the 0.13.x releases.
both projman and projman-gui start up with:
/var/lib/python-support/python2.6/projman/lib/project.py:28:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
firing up projman-gui without a file and clicking on the Tasks tab gets:
new (<gtk.ImageMenuItem object at 0x8daa0a4 (GtkImageMenuItem at 0x8dfd078)>,)
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/projman/projmanedit/main.py", line 124, in on_notebook1_switch_page
self.taskeditor.update_on_switch_page()
File "/var/lib/python-support/python2.6/projman/projmanedit/gui/taskedit.py", line 291, in update_on_switch_page
self.current_task = self.app.project.root_task
AttributeError: 'NoneType' object has no attribute 'root_task'
/usr/share/doc/projman/README.Debian says: the documention for projman is in /usr/share/doc/projman-common/user-manual.pdf
In fact, there is no projman-common package; /usr/share/doc/projman /user_manual.xml appears to have the raw docbook source, though...
Don't put a closed mailing list in /usr/share/doc/projman/README for a
debian package as a contact address...
Comments
-
2009/10/21 09:19
- suggested by arthur already: http://www.logilab.org/ticket/6725 (maybe a new hook in pbuilder?)
- why don't use the vcs instead ? http://hg.logilab.org/projman/archive/<valid tag>.tar.gz
- instead of try.. except.., what about a new logilab/common/compat26.py (easier to track backports in the future)
- use python-projects@lists.logilab.org
-
2009/10/21 10:10, written by nchauvat
add commentregarding 6., I think he calls "closed" a mailing list that requires subscription. management-projects@logilab.org is open to everyone but posting is restricted to limit spam. Not sure we can do something about it.