ķ
qxPXc           @   s#   d  Z  d d l m Z d   Z d S(   sī  
Redirect reports on packages from the Ubuntu Cloud Archive to the
launchpad cloud-archive project.

Copyright (C) 2013 Canonical Ltd.
Author: James Page <james.page@ubuntu.com>

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.
i˙˙˙˙(   t	   packagingc         C   sW   |  j  d d  j   d } d t j |  k rS t j |  d k rS d |  d <n  d  S(   Nt   Packaget    i    s   ~cloudt	   Canonicalt   cloud_archivet   CrashDB(   t   gett   splitR    t   get_versiont   get_package_origin(   t   reportt   uit   package(    (    s0   /usr/share/apport/general-hooks/cloud_archive.pyt   add_info   s    N(   t   __doc__t   apportR    R   (    (    (    s0   /usr/share/apport/general-hooks/cloud_archive.pyt   <module>   s   