~kvalo/connman/bug-734339

« back to all changes in this revision

Viewing changes to test/monitor-services

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-02-12 10:08:03 UTC
  • mfrom: (1.1.8 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100212100803-s8iaj8g1dmgwm2uz
Tags: 0.48+dfsg-2
* Ubuntu/Debian sync upload
* Re-add missing changes from 0.45+dfsg that made it only in Ubuntu:
  - ship development parts in a connman-dev package (Closes: 546616)
    - add debian/connman-dev.install
    - update debian/control
* Update long descriptions for connman and connman-dev
  - update debian/control
* Add missing Depends on libglib2.0-dev, libdbus-1-dev for connman-dev
  - update debian/control
* Don't run bootstrap twice during build.
  - update debian/rules
* Remove old configure option: enable-ppp, with-pppd, enable-novatel,
  enable-huawei and enable-modemmgr are no longer recognized.
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        ipath = path[path.rfind("/") + 1:]
11
11
        if iface not in ["Service"]:
12
12
                return
13
 
        if name in ["Profiles", "Services",
14
 
                                "Devices", "Networks", "Connections"]:
 
13
        if name in ["Profiles", "Services", "Providers",
 
14
                                                "Devices", "Networks"]:
15
15
                val = "["
16
16
                for i in value:
17
17
                        val = val + " " + i[i.rfind("/") + 1:]