~siretart/byobu/debian

« back to all changes in this revision

Viewing changes to debian/source_byobu.py

  • Committer: Reinhard Tartler
  • Date: 2009-09-24 13:36:17 UTC
  • mfrom: (350.1.403 upstream)
  • Revision ID: siretart@tauware.de-20090924133617-0oia5fntnuokd599
Tags: 2.34-1
mergeĀ releaseĀ 2.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
def add_info(report):
11
11
    attach_related_packages(report, ['byobu*', 'screen*'])
12
 
    report['Binaries'] = command_output(['ls', '-alF', '/usr/bin/screen*', '/usr/bin/byobu*'])
 
12
    report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*'])
13
13
    attach_file_if_exists(report, path.expanduser('~/.screenrc'), 'ScreenRC')