From 520adbc916fa3f0981282af30dbff312f15e8a0e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:19:51 +0200 Subject: Adding debian version 0.4.8-2. Signed-off-by: Daniel Baumann --- debian/changelog | 94 ++++++++++++++++++++++ debian/control | 22 +++++ debian/copyright | 30 +++++++ debian/install | 6 ++ .../metadata-Add-support-for-GNOME-Shell-43.patch | 19 +++++ debian/patches/series | 1 + debian/rules | 11 +++ debian/source/format | 1 + debian/upstream/metadata | 4 + debian/watch | 3 + 10 files changed, 191 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/install create mode 100644 debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..66955b5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,94 @@ +gnome-shell-extension-impatience (0.4.8-2) unstable; urgency=medium + + * Team upload + * Add patch to mark compatible with GNOME Shell 43 + * debian/control: Bump maximum gnome-shell to 43 (Closes: #1018271) + + -- Jesús Soto Thu, 08 Sep 2022 16:07:06 -0400 + +gnome-shell-extension-impatience (0.4.8-1) unstable; urgency=medium + + * New upstream release (Closes: #1008551) + * Depend on gnome-shell (>= 40), gnome-shell (<< 43) + + -- Jonathan Carter Wed, 20 Apr 2022 19:17:10 +0200 + +gnome-shell-extension-impatience (0.4.6+20220329-a2e06be-2) unstable; urgency=medium + + * Declare minimum gnome-shell version requirement of version 40 + + -- Jonathan Carter Wed, 30 Mar 2022 12:29:08 +0200 + +gnome-shell-extension-impatience (0.4.6+20220329-a2e06be-1) unstable; urgency=medium + + * New upstream snapshot (Closes: #1008551) + + -- Jonathan Carter Wed, 30 Mar 2022 12:21:50 +0200 + +gnome-shell-extension-impatience (0.4.6-1) unstable; urgency=medium + + * New upstream release + + -- Jonathan Carter Tue, 26 Oct 2021 10:17:04 +0200 + +gnome-shell-extension-impatience (0.4.5+git20210930-db933e8-1) unstable; urgency=medium + + * New upstream snapshot (Closes: #996064) + * Fix incorrect standards version (Set to 4.6.0) + + -- Jonathan Carter Wed, 20 Oct 2021 14:52:55 +0200 + +gnome-shell-extension-impatience (0.4.5+git20210412-e8e132f-1) unstable; urgency=medium + + [ Debian Janitor ] + * Trim trailing whitespace. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + [ Jonathan Carter ] + * New upstream snapshot (Closes: #993190) + * Update standards version to 4.6.1 + * Upgrade to debhelper-compat to level 13 + * Declare Rules-Requires-Root: no + * Update copyright years + * Remove patch for GNOME 3.34 that's no longer needed + + -- Jonathan Carter Thu, 02 Sep 2021 18:06:05 +0200 + +gnome-shell-extension-impatience (0.4.5-4) unstable; urgency=medium + + * Move Vcs to salsa.debian.org + * Update standards version to 4.5.0 + * Upgrade to debhelper-compat (= 12) + * Update copyright years + * Use patch from Ubuntu to fix Gnome 3.34 compatibility + - Breaks backwards compatibility, set minimum gnome-shell version to 3.34 + + -- Jonathan Carter Tue, 25 Feb 2020 11:00:17 +0200 + +gnome-shell-extension-impatience (0.4.5-3) unstable; urgency=medium + + * Update compat to level 10 + * Update standards version to 4.1.1 + * Update maintainer e-mail address + + -- Jonathan Carter Wed, 18 Oct 2017 09:04:45 +0200 + +gnome-shell-extension-impatience (0.4.5-2) unstable; urgency=medium + + * Upload to unstable (no changes) + + -- Jonathan Carter Wed, 05 Jul 2017 14:52:42 +0200 + +gnome-shell-extension-impatience (0.4.5-1) experimental; urgency=medium + + * New upstream release + * Update watch file to format version 4 + + -- Jonathan Carter Sat, 27 May 2017 14:53:53 +0200 + +gnome-shell-extension-impatience (0.4.3-1) unstable; urgency=medium + + * Initial release (Closes: #842014) + + -- Jonathan Carter Sun, 30 Oct 2016 07:44:35 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9a9c5bc --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: gnome-shell-extension-impatience +Section: gnome +Priority: optional +Maintainer: Jonathan Carter +Build-Depends: debhelper-compat (=13), libglib2.0-bin +Standards-Version: 4.6.1 +Homepage: https://github.com/timbertson/gnome-shell-impatience +Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-impatience.git +Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-impatience +Rules-Requires-Root: no + +Package: gnome-shell-extension-impatience +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-shell (>= 40), gnome-shell (<< 44~) +Description: speed up the gnome-shell animation speed + The impatience extension allows you to speed up GNOME Shell + animation speeds. + . + From gnome-tweak-tool you can use a slider to scale the animation + speed down to any percentage. A speed scale of 1 means normal speed, + 0.5 will result in animations twice as fast, 0.1 will result in + animations being 10x faster, etc. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fc1fa3e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gnome-shell-extension-impatience +Source: https://github.com/timbertson/gnome-shell-impatience + +Files: * +Copyright: 2012-2021 Tim Cuthbertson +License: GPL-3+ + +Files: debian/* +Copyright: 2016-2021 Jonathan Carter +License: GPL-3+ + +License: GPL-3+ + 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 3 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in the file + `/usr/share/common-licenses/GPL-3'. + diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..316aa50 --- /dev/null +++ b/debian/install @@ -0,0 +1,6 @@ +impatience/settings.js usr/share/gnome-shell/extensions/impatience@gfxmonk.net +impatience/prefs.js usr/share/gnome-shell/extensions/impatience@gfxmonk.net +impatience/metadata.json usr/share/gnome-shell/extensions/impatience@gfxmonk.net +impatience/extension.js usr/share/gnome-shell/extensions/impatience@gfxmonk.net +impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml usr/share/gnome-shell/extensions/impatience@gfxmonk.net +impatience/schemas/gschemas.compiled usr/share/gnome-shell/extensions/impatience@gfxmonk.net/schemas diff --git a/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch b/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch new file mode 100644 index 0000000..6260c6c --- /dev/null +++ b/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch @@ -0,0 +1,19 @@ +From: Jesus Soto +Date: Thu, 08 Sept 2022 12:16:49 -0600 +Subject: metadata: Add support for GNOME Shell 43 + +--- + metadata.json | 2 +- + 1 file changed, 1 insertions(+), 1 deletion(-) + +diff --git a/impatience/metadata.json b/impatience/metadata.json +index e4753df..9eeaf76 100644 +--- a/impatience/metadata.json ++++ b/impatience/metadata.json +@@ -3,5 +3,5 @@ + "name": "Impatience", + "description": "Speed up the gnome-shell animation speed", + "url": "http://gfxmonk.net/dist/0install/gnome-shell-impatience.xml", +- "shell-version": [ "40", "41", "42" ] ++ "shell-version": [ "40", "41", "42", "43" ] + } diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..76a5fe8 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +metadata-Add-support-for-GNOME-Shell-43.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7c82b30 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +%: + dh $@ + +# We don't need to build a zip archive, and skipping it +# reduces the need for zip as a build-dep. +# We do need to compile new plugin schemas though since the +# schema path is hardcoded for this plugin. +override_dh_auto_build: + glib-compile-schemas --strict --targetdir=impatience/schemas/ impatience/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/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..7d9632b --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/timbertson/gnome-shell-impatience/issues +Bug-Submit: https://github.com/timbertson/gnome-shell-impatience/issues/new +Repository: https://github.com/timbertson/gnome-shell-impatience.git +Repository-Browse: https://github.com/timbertson/gnome-shell-impatience diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..14bda4b --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +https://github.com/timbertson/gnome-shell-impatience/tags .*/version-?(\d\S*)\.tar\.gz + -- cgit v1.2.3