Package: pyfiglet / 0.4+dfsg-2

Metadata

Package Version Patches format
pyfiglet 0.4+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dir error path.diff | (download)

pyfiglet.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 the directory-tree handling code is poorer quality than the zip
 file code. This corrects some non-existant variable accessing.
tlf support.diff | (download)

pyfiglet.py | 34 20 + 14 - 0 !
1 file changed, 20 insertions(+), 14 deletions(-)

 add support for toilet's .tlf files.
 There are .tlf files which are compatible with figlet.
debian defaults.diff | (download)

pyfiglet.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 change defaults to be toilet-compatible (font: future), and set
 the fontdir to the location of figlet fonts in debian: /usr/share/figlet
setup.py.diff | (download)

pyfiglet | 13 13 + 0 - 0 !
setup.py | 13 13 + 0 - 0 !
2 files changed, 26 insertions(+)

 no setup.py in upstream.
 This is a very simple one, only really suitable for the deb.
py26deprecation.diff | (download)

pyfiglet.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 correctly subclass str, rather than passing parameters to
 str.__init__() which triggers a deprecation warning in Python 2.6.