~jonas-drange/ubuntu-system-settings/hotspots-binding

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
Source: ubuntu-system-settings
Section: gnome
Priority: optional
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Build-Depends: dbus-test-runner,
               debhelper (>= 9),
               dh-migrations,
               dh-python,
               python3-setuptools,
               python3-all:any,
               gdb:any,
               intltool,
               libaccountsservice-dev,
               libandroid-properties-dev [amd64 armhf i386],
               libclick-0.4-dev,
               libglib2.0-dev (>= 2.37.92),
               libicu-dev,
               libnm-glib-dev,
               libpolkit-agent-1-dev,
               libqmenumodel-dev,
               libtimezonemap1-dev (>= 0.4.1),
               libtrust-store-dev,
               libunity-api-dev,
               libupower-glib-dev,
               pkg-config,
               qt5-default,
               qtbase5-dev,
               qtbase5-private-dev,
               qtdeclarative5-dev,
               libapt-pkg-dev,
# test-deps
               qtdeclarative5-qtquick2-plugin,
               libubuntuoneauth-2.0-dev,
               libubuntu-download-manager-client-dev,
               libubuntu-download-manager-common-dev,
               libqtdbusmock1-dev (>= 0.2+14.04.20140724),
               libqtdbustest1-dev,
               xvfb,
               cmake,
               pep8,
               python3-pep8,
               pyflakes,
               python3,
               python3-gi,
               python3-dbus,
               python3-xdg,
               gir1.2-glib-2.0
Standards-Version: 3.9.6
Homepage: https://launchpad.net/ubuntu-system-settings
# If you aren't a member of ~system-settings-touch but need to upload packaging
# changes, just go ahead.  ~system-settings-touch will notice and sync up the
# code again.
Vcs-Bzr: https://code.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk
X-Python3-Version: >= 3.2
X-Ubuntu-Use-Langpack: yes

Package: ubuntu-system-settings
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         accountsservice,
         accountsservice-ubuntu-schemas (>= 0.0.3+14.10.20140829~),
         bluez (>= 4.36),
         dbus-property-service [amd64 armhf i386],
         gsettings-desktop-schemas,
         gsettings-ubuntu-schemas (>= 0.0.4),
         indicator-bluetooth (>> 0.0.6+13.10.20131010),
         indicator-network (>= 0.5.0+13.10.20130918),
         indicator-power (>= 12.10.6+15.04.20150130),
         powerd (>= 0.15) | gnome-settings-daemon,
         qmenumodel-qml,
         qtdeclarative5-folderlistmodel-plugin,
         qml-module-qtmultimedia | qml-module-qtmultimedia-gles,
         qtdeclarative5-gsettings1.0 (>=0.1+14.10.20140801.1),
         qtdeclarative5-ofono0.2 (>=0.70~),
         qtdeclarative5-systeminfo-plugin,
         qtdeclarative5-ubuntu-content1,
         qtdeclarative5-ubuntu-settings-components (>> 0.2),
         qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 1.1.1347) | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles (>= 1.1.1347),
         suru-icon-theme,
         whoopsie-preferences (>= 0.9),
         libsystemsettings1 (= ${binary:Version}),
         system-image-dbus (>= 2.5),
         click,
         ubuntu-keyboard-data (>= 0.99.trunk.phablet2+13.10.20131001),
         urfkill,
# for the session-migration script (python3 itself also for the push helper)
         python3,
         python3-gi,
         python3-dbus,
         python3-xdg,
         gir1.2-glib-2.0,
         qml-module-ubuntu-connectivity
Recommends: ubuntu-system-settings-online-accounts,
            ubuntu-touch-sounds,
Conflicts: ubuntu-system-settings-example
# ubuntu-push-client shipped the system settings push helper until 0.60:
Breaks: ubuntu-push-client (<<0.61),
Replaces: ubuntu-push-client (<<0.61),
Description: System Settings application for Ubuntu Touch
 This package contains the System Settings application used on the
 Ubuntu Touch images, it's designed for phones, tablets and convergent
 devices.

Package: libsystemsettings1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Description: System Settings Library for Ubuntu Touch
 This package contains the System Settings application used on the
 Ubuntu Touch images, it's designed for phones, tablets and convergent
 devices.

Package: libsystemsettings-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libsystemsettings1 (= ${binary:Version}),
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Description: System Settings for Ubuntu Touch - development files
 This package contains the System Settings application used on the
 Ubuntu Touch images, it's designed for phones, tablets and convergent
 devices.

Package: ubuntu-system-settings-autopilot
Architecture: all
Depends: ubuntu-system-settings,
         gir1.2-upowerglib-1.0,
         python3-autopilot,
         python3-dbusmock (>= 0.10.1),
         python3-dateutil,
         python3-evdev,
         libautopilot-qt,
         ubuntu-ui-toolkit-autopilot,
         dpkg-dev,
         ${misc:Depends},
         ${python3:Depends},
Description: System Settings for Ubuntu Touch - Autopilot tests
 This package contains the System Settings application used on the
 Ubuntu Touch images, it's designed for phones, tablets and convergent
 devices.