From 48abcae89c82418b3265c79ee9b449c93af39627 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 15 Feb 2019 11:03:09 +0000 Subject: Initial Debian packaging --- debian/changelog | 5 +++++ debian/control | 30 ++++++++++++++++++++++++++++++ debian/copyright | 34 ++++++++++++++++++++++++++++++++++ debian/gbp.conf | 5 +++++ debian/install | 4 ++++ debian/rules | 10 ++++++++++ debian/source/format | 1 + debian/watch | 6 ++++++ 8 files changed, 95 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7a9e0fe --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +gnome-shell-extension-bluetooth-quick-connect (0~git20181101-1) UNRELEASED; urgency=medium + + * Initial release (Closes: #nnnnnn) + + -- Simon McVittie Fri, 15 Feb 2019 10:55:00 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..623a7b1 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: gnome-shell-extension-bluetooth-quick-connect +Section: gnome +Priority: optional +Maintainer: Simon McVittie +Uploaders: Debian GNOME Maintainers +Build-Depends: + debhelper-compat (= 12), + gettext, + libglib2.0-bin, +Standards-Version: 4.3.0 +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: + gnome-shell (<< 3.31), + gnome-shell (>= 3.28), + ${misc:Depends}, +Recommends: + gnome-tweaks, +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 the gnome-tweaks application. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..bb04484 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Bluetooth quick connect +Source: https://github.com/bjarosze/gnome-bluetooth-quick-connect + +Files: * +Copyright: + UNSPECIFIED +License: UNSPECIFIED + +Files: + convenience.js +Copyright: + © 2011-2012 Giovanni Campagna +License: BSD-3-clause + +Files: debian/* +Copyright: + © 2014-2015 Tobias Frost + © 2016-2019 Simon McVittie +License: GPL-2+ + +License: GPL-2+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +Comment: + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..d0e67b7 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +patch-numbers = False +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..4f2d4c2 --- /dev/null +++ b/debian/install @@ -0,0 +1,4 @@ +*.js usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com +*.json usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com +*.ui usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com +schemas/*.xml usr/share/glib-2.0/schemas diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..14ae554 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/dpkg/default.mk + +%: + dh $@ + +override_dh_auto_build: + glib-compile-schemas --strict --targetdir=schemas schemas diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..126a878 --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=4 +opts="mode=git,dversionmangle=s/[~+](dfsg|ds)[0-9]*$//,compression=xz,repacksuffix=~dfsg,pretty=0~git%cd" \ +https://github.com/bjarosze/gnome-bluetooth-quick-connect \ +HEAD \ +debian \ +uupdate -- cgit v1.2.3