diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 09:17:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 09:17:48 +0000 |
commit | b1f1ce9eba2e11f88da8281ad0b94c9779df838c (patch) | |
tree | 1a1a68d69e82ce58fd63b300fa53c0aa43949ae8 /debian/rules | |
parent | Releasing progress-linux version 20231210-1~progress7.99u1. (diff) | |
download | gnome-shell-extensions-extra-b1f1ce9eba2e11f88da8281ad0b94c9779df838c.tar.xz gnome-shell-extensions-extra-b1f1ce9eba2e11f88da8281ad0b94c9779df838c.zip |
Merging debian version 20231210-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |