Package: chirp / 1:20170124-1

Metadata

Package Version Patches format
chirp 1:20170124-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix manifest.patch | (download)

MANIFEST.IN | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add required pieces to manifest.in file
02 fix setup py.patch | (download)

setup.py | 38 1 + 37 - 0 !
1 file changed, 1 insertion(+), 37 deletions(-)

 remove unneeded bits of the setup.py file which
04 remove redundant license.patch | (download)

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

 the author includes a copy of the copyright,
 but it's not needed as it's the same as one we can reference.
05 manpage updates.patch | (download)

share/chirpw.1 | 30 26 + 4 - 0 !
1 file changed, 26 insertions(+), 4 deletions(-)

 updates to the man page for new cli options available.

06 open with desktop.patch | (download)

share/chirp.desktop | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 allow for files to be opened with chirpw


07 disable reporting.patch | (download)

chirp/ui/reporting.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disables all reporting
 Prevent chirp from "phoning home" without informed consent. This also
 has the nice side-effect of disabling the update nag screen, as chirp no
 longer has a concept of releases upstream.