Skip to content

Commit

Permalink
Add inex-crashdb.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Mar 18, 2012
1 parent dafba87 commit f3257e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/i-nex.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


def add_info(report):
report['CrashDB'] = 'inex'
attach_file_if_exists(report, '/sys/bus/acpi/devices/LNXTHERM:00/thermal_zone/temp', 'ThermalZone')
attach_file_if_exists(report, '/proc/acpi/battery/BAT1/info', 'BAT1_Info')
attach_file_if_exists(report, '/proc/acpi/battery/BAT0/info', 'BAT0_Info')
Expand Down
5 changes: 5 additions & 0 deletions debian/inex-crashdb.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
inex = {
'impl': 'launchpad',
'project' : 'i-nex',
'bug_pattern_base': None
}
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ src/i-nex/i-nex.gambas usr/bin
src/i-nex/logo/i-nex.0.4.x.png usr/share/pixmaps
debian/i-nex.desktop usr/share/applications
debian/check_kernel usr/bin
debian/inex-crashdb.conf /etc/apport/crashdb.conf.d/
debian/i-nex.py /usr/share/apport/package-hooks
debian/changelog-0.4.6 /usr/share/doc/i-nex
COPYING usr/share/i-nex/pastebinit
Expand Down

0 comments on commit f3257e1

Please sign in to comment.