diff --git a/debian/changelog b/debian/changelog index 592ca083..bd447899 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,10 @@ byobu (5.128) unreleased; urgency=medium * usr/lib/byobu/wifi_quality: - prefer iwconfig over iw for now, iw is not working for me + [ Paride Legovini ] + * debian/source_byobu.py: + - Do not include the user's .screenrc in the apport generated crash report + [ Jeffery To ] * usr/bin/byobu-disable-prompt.in, usr/bin/byobu-janitor.in: diff --git a/debian/source_byobu.py b/debian/source_byobu.py index 2b8883e4..bd87f797 100644 --- a/debian/source_byobu.py +++ b/debian/source_byobu.py @@ -10,4 +10,3 @@ from os import path def add_info(report): attach_related_packages(report, ['byobu*', 'screen*']) report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*']) - attach_file_if_exists(report, path.expanduser('~/.screenrc'), 'ScreenRC')