~ubuntu-branches/ubuntu/jaunty/coherence/jaunty

« back to all changes in this revision

Viewing changes to coherence/upnp/devices/media_server_client.py

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2009-03-10 23:35:49 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090310233549-lw87agzwejt0wb3i
Tags: 0.6.2-1
* New upstream release  (Closes: #518391)
* Merge from Ubuntu (Charlie Smotherman)
* debian/control:
  - add Build-Depends on libjs-mochikit
  - add Vcs-Browser and Vcs-Svn fields
* debian/rules: add binary-predeb to remove Mochikit as it is a "courtesy
  copy of code" (Policy, section 4.13). This fixes the lintian error
  "embedded-javascript-library".
* debian/links: added for letter case compatibility on MochiKit
* debian/coherence.1, debian/applet-coherence.1: created
* debian/manpages: created to use the above manpages
* debian/examples: renamed from python-coherence.examples for consistency

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        #del self
77
77
 
78
78
    def service_notified(self, service):
 
79
        self.info('notified about %r' % service)
79
80
        if self.detection_completed == True:
80
81
            return
81
82
        if self.content_directory != None:
101
102
        self.detection_completed = True
102
103
        louie.send('Coherence.UPnP.DeviceClient.detection_completed', None,
103
104
                               client=self,udn=self.device.udn)
 
105
        self.info('detection_completed for %r' % self)
104
106
 
105
107
    def state_variable_change( self, variable, usn):
106
108
        self.info(variable.name, 'changed from', variable.old_value, 'to', variable.value)