summaryrefslogtreecommitdiff
path: root/debian/control
blob: bc0661525a6735106865b75aee1b2e2a3ef56dcc (plain)
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
Source: gnome-shell-extension-bluetooth-quick-connect
Section: gnome
Priority: optional
Maintainer: Simon McVittie <smcv@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 gettext,
 gnome-shell (>= 44~),
 gnome-shell (<< 45~),
 libglib2.0-bin,
 unzip,
Standards-Version: 4.6.2
Homepage: https://github.com/bjarosze/gnome-bluetooth-quick-connect
Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-bluetooth-quick-connect.git
Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-bluetooth-quick-connect
Rules-Requires-Root: no

Package: gnome-shell-extension-bluetooth-quick-connect
Architecture: all
Depends:
 bluez,
 gnome-shell (<< 45~),
 gnome-shell (>= 44~),
 ${misc:Depends},
Recommends:
 gnome-shell-extension-prefs,
Description: GNOME Shell extension to connect paired Bluetooth devices
 This GNOME Shell extension adds entries to the shell's System menu
 to provide a quick way to connect and disconnect Bluetooth devices that
 were previously paired with the computer.
 .
 Please note that each user will need to enable the extension manually, for
 example using gnome-extensions-app, which is part of the
 gnome-shell-extension-prefs package.