Comment 4 for bug 181858

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Can you provide a corrected debdiff then?
Note that there is a little typo in the changelog too:

Change "-($MAKE) clean" to "[ ! -f Makefile ] || -$(MAKE) clean"

should be:

Change "-($MAKE) clean" to "[ ! -f Makefile ] || $(MAKE) clean"

Also, why bumping python-central to 0.5.15? 0.5.6 should be enough (this would also allow backporting to edgy if need be).