Package: dxf2gcode / 20191025-2

Metadata

Package Version Patches format
dxf2gcode 20191025-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2000 appstream metadata.patch | (download)

dxf2gcode.appdata.xml | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 correct name of appstream metadata entry
 Fixes error reported by Debian appstream parser.
2010 manpage.patch | (download)

dxf2gcode.1 | 37 37 + 0 - 0 !
st-setup.py | 1 1 + 0 - 0 !
2 files changed, 38 insertions(+)

 added simple manual page for dxf2gcode
 It is a start, but should be extended with more information useful
 for the users.  The description is fetched from the Debian package
 description.
2020 quiet exit code.patch | (download)

dxf2gcode.py | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 return meaningful exit code when converting files in quiet mode
 Otherwise failing conversions might be silently ignored.  This is
 useful for non-interactive conversions, and is used by the
 autopkgtest check in Debian.  A better approach might be to not
 silently catch all Exception in exportShapes() and instead pass them
 to the __main__ code block and report the error there.  I picked this
 approach as it did not require a complete restructure of the code.
2030 desktop categories.patch | (download)

dxf2gcode.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---