~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/source_rhythmbox.py

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Sebastien Bacher, Brian Murray
  • Date: 2011-12-16 13:45:33 UTC
  • Revision ID: package-import@ubuntu.com-20111216134533-ja4n1vz0lpelq1ws
Tags: 2.90.1~20111126.89c872b0-0ubuntu2
[ Sebastien Bacher ]
* debian/control.in:
  - updated the pygobject requirement and transitioned to the new naming
  - dropped the dbus-glib build-depends, the current version doesn't use it
* debian/rhythmbox.gconf-defaults, debian/rhythmbox.gsettings-override:
  - converted defaults to gsettings
* debian/source_rhythmbox.py:
  - drop gconf datas collecting, that needs to be ported to gsettings

[ Brian Murray ]
* debian/rhythmbox.install:
  - install the apport source package hook (LP: #904527)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
    if response == None: # user cancelled
35
35
        raise StopIteration
36
 
    if response[0] == 0: # an issue about rhythmbox interface
37
 
        apport.hookutils.attach_gconf(report, 'rhythmbox')
38
 
        report['GConfNonDefault'] = mask_values(report['GConfNonDefault'])
 
36
# TODO: port to gsettings        
 
37
#    if response[0] == 0: # an issue about rhythmbox interface
 
38
#        apport.hookutils.attach_gconf(report, 'rhythmbox')
 
39
#        report['GConfNonDefault'] = mask_values(report['GConfNonDefault'])
39
40
    if response[0] == 1: # the issue is a sound one
40
41
        os.execlp('apport-bug', 'apport-bug', 'audio')
41
42
    if response[0] == 2: # the issue is a codec one