diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rwxr-xr-x | debian/rules | 6 |
3 files changed, 18 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index f01e452..0a24d7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +gnome-shell-extensions-extra (20231210-2) experimental; urgency=medium + + * Uploading to experimental. + * Building with GNOME 45 variants (Closes: #1052112). + * Updating versioned extension provides for GNOME 45 variants. + * Updating package description for GNOME 45 variants. + * Adding gnome-shell to build-depends for middleclickclose. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 10 Dec 2023 15:47:59 +0100 + gnome-shell-extensions-extra (20231210-1) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index 3271bc7..e0a7031 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>, Build-Depends: debhelper-compat (= 13), gettext, + gnome-shell, libglib2.0-bin, python3-docutils, unzip, @@ -26,11 +27,10 @@ Recommends: Enhances: gnome-shell, Provides: - gnome-shell-extension-disable-workspace-switcher (= 3), - gnome-shell-extension-hibernate-status (= 1.13), - gnome-shell-extension-middleclickclose (= 1.9.1), - gnome-shell-extension-multi-monitors-add-on (= 26), - gnome-shell-extension-no-overview (= 44), + gnome-shell-extension-disable-workspace-switcher (= 3+20231017), + gnome-shell-extension-hibernate-status (= 1.14~rc2), + gnome-shell-extension-middleclickclose (= 29), + gnome-shell-extension-no-overview (= 45), gnome-shell-extension-vertical-workspaces (= 37+20231208), Description: Conglomeration package of GNOME Shell extensions The gnome-shell-extensions-extra contains the following extensions for @@ -45,9 +45,6 @@ Description: Conglomeration package of GNOME Shell extensions * middleclickclose: closes apps in overview with a middle click . - * multi-monitors-add-on: - adds panels and thumbnails for additional monitors - . * no-overview: disables the switch to overview at login . diff --git a/debian/rules b/debian/rules index f3692b0..f4b18db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f -EXTENSIONS_VERSION = 44 +EXTENSIONS_VERSION = 45 -GNOME_SHELL_DEPENDS_LOW = 43 -GNOME_SHELL_DEPENDS_HIGH = 45 +GNOME_SHELL_DEPENDS_LOW = 45 +GNOME_SHELL_DEPENDS_HIGH = 46 %: dh ${@} --no-parallel |