The source project of this merge request has been removed.
Debian/sid
Hello, I would like to make this package "suitable" for unstable distribution.
Something that might be nice to do:
- make some default configuration to make sure people can "plug and play" without having to see errors when launching tools
- upper cases are not something linux users are familiar with
StorageTool -h
Traceback (most recent call last): File "/usr/bin/StorageTool", line 865, in main() File "/usr/bin/StorageTool", line 852, in main tool.parseCommandLine() File "/usr/bin/StorageTool", line 820, in parseCommandLine raise Exception('Invalid argument "%s"' % argName) Exception: Invalid argument "-h" BackupGenerator --Help Usage: /usr/bin/BackupGenerator [OPTION] --ConfigDir [dir]: Use custom configuration directory not default "/etc/guerillabackup/"
Maybe calling tools in lower case might help
I did also some commits to refine the packaging