~codygarver/noise/packaging-fix-1193723

« back to all changes in this revision

Viewing changes to debian/apport/source_beatbox.py

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2011-11-01 18:23:45 UTC
  • Revision ID: shnatsel@gmail.com-20111101182345-0nuwopiajydhxqw2
converted packaging to using cmake
added -dbg package
added apport hooks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
def add_info(report):
 
2
    try:
 
3
        if not apport.packaging.is_distro_package(report['Package'].split()[0]):
 
4
                        report['ThirdParty'] = 'True'
 
5
                        report['CrashDB'] = 'beatbox'
 
6
    except ValueError, e:
 
7
        return