me@here:/usr/share/apport/general-hooks$ cat medibuntu.py '''Send crashes to Medibuntu if the package comes from Medibuntu.
Copyright (C) 2009 Lionel Le Folgoc <[email protected]> Author: Lionel Le Folgoc <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See http://www.gnu.org/copyleft/gpl.html for the full text of the license. ''' def add_info(report): try: if report['Package'].split()[1].find('medibuntu') != -1: report['CrashDB'] = 'medibuntu' except ValueError, e: return -- You received this bug notification because you are a member of Medibuntu Packaging Team, which is subscribed to Medibuntu. https://bugs.launchpad.net/bugs/1072040 Title: hook /usr/share/apport/general-hooks/medibuntu.py crashed To manage notifications about this bug go to: https://bugs.launchpad.net/medibuntu/+bug/1072040/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~medibuntu-maintainers Post to : [email protected] Unsubscribe : https://launchpad.net/~medibuntu-maintainers More help : https://help.launchpad.net/ListHelp

