?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?
	Rev 18 |
	Rev 20 |
	Go to most recent revision |
	Last modification |
	Compare with Previous |
	View Log
    | RSS feed
Last modification
  
    - Rev 19 2009-09-22 00:17:38
- Author: magnus
- Log message:
- * Merge changes from Ubuntu, except for the Replaces added to deal with
 the typo in in 1.6.2-3ubuntu3, which should be gone by now.
 * debian/pyscrabble-common.install: resolve typographic error (LP: #362080)
 * debian/rules: pass --prefix=/usr to setup.py install, without which
 the package tries to install to /usr/local under python2.6.
 * Revert the previous change; python2.4-zodb no longer exists, and
 depending on python2.4-zodb never gave correct results anyway because
 we were depending on python instead of python2.4 for the interpreter.
 * debian/pyscrabble-{common,server}.install: installation now to python
 dist-packages directory, instead of site-packages.  (This will require
 a fix for bug 350016 in python2.6 before it can be built.)
 * Modify dependency python-zodb to python2.4-zodb in debian/control
 for the python-zodb -> python2.4-zodb transition (LP: #262713)