Package: python-trml2pdf / 1.2-3

Metadata

Package Version Patches format
python-trml2pdf 1.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add_setup_py.diff | (download)

setup.py | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 add python setup files
 This enables us to use standard python packaging tools for the package
 creation.
add_main_function.diff | (download)

trml2pdf/trml2pdf.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 add main function
 This is needed so that we can call the program from a
 wrapper.