Package: pyfiglet / 0.4+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
pyfiglet | 0.4+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dir error path.diff | (download) |
pyfiglet.py |
4 2 + 2 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
correctly subclass str, rather than passing parameters to str.__init__() which triggers a deprecation warning in Python 2.6. |
1