Package: dxf2gcode / 20240509-2
Metadata
Package | Version | Patches format |
---|---|---|
dxf2gcode | 20240509-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
2000 appstream metadata.patch | (download) |
dxf2gcode.appdata.xml |
13 12 + 1 - 0 ! |
correct name of appstream metadata entry Fixes error reported by Debian appstream parser. Note, the upstream file should be renamed to net.sourceforge.dxf2gcode.metainfo.xml. |
2010 manpage.patch | (download) |
dxf2gcode.1 |
37 37 + 0 - 0 ! |
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 |
12 8 + 4 - 0 ! |
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 |
3 2 + 1 - 0 ! |
add categories and mime types to xdg desktop entry. Category specify location in the menu hierarcy and the the mime type propose to file browsers and others which files to pass to the program. |
2040 pocketmove typo.patch | (download) |
dxf2gcode/core/pocketmove.py |
2 1 + 1 - 0 ! |
fixed typo in pocketmove string formatting. |