Compare commits

..

8 Commits

Author SHA1 Message Date
Jeremy Bícha
ada172e8d1 releasing package gnome-shell-extensions version 49.0-4 2025-12-15 23:55:52 -05:00
Jeremy Bícha
d15040a6f6 gnome-classic: add Depends: fonts-adwaita 2025-12-15 23:55:30 -05:00
Jeremy Bícha
a6f7fdab22 Remove obsolete dh_gnome_clean override
dh_gnome_clean no longer exists
2025-12-15 23:54:06 -05:00
Jeremy Bícha
c3105ecb80 releasing package gnome-shell-extensions version 49.0-3 2025-12-05 21:09:19 -05:00
Jeremy Bícha
9e13f39313 debian/copyright: fix some issues noticed by Lintian 2025-12-05 21:07:00 -05:00
Jeremy Bícha
dbe2a49850 gnome-shell-extensions-common: Set Multi-Arch: foreign
per Multiarch hinter
2025-12-05 20:59:10 -05:00
Jeremy Bícha
59ccc9b7f6 Remove unnecessary Priority: optional field
no longer recommended in unreleased Debian Policy
and no longer a warning in unreleased lintian
2025-12-05 20:58:56 -05:00
Jeremy Bícha
0d786a0fc2 releasing package gnome-shell-extensions version 49.0-2 2025-10-31 08:34:52 -04:00
4 changed files with 53 additions and 10 deletions

20
debian/changelog vendored
View File

@@ -1,3 +1,23 @@
gnome-shell-extensions (49.0-4) unstable; urgency=medium
* gnome-classic: add Depends: fonts-adwaita
* Remove obsolete dh_gnome_clean override
-- Jeremy Bícha <jbicha@ubuntu.com> Mon, 15 Dec 2025 23:55:42 -0500
gnome-shell-extensions (49.0-3) unstable; urgency=medium
* Remove unnecessary Priority: optional field
* gnome-shell-extensions-common: Set Multi-Arch: foreign
-- Jeremy Bícha <jbicha@ubuntu.com> Fri, 05 Dec 2025 21:09:10 -0500
gnome-shell-extensions (49.0-2) unstable; urgency=medium
* Release to unstable
-- Jeremy Bícha <jbicha@ubuntu.com> Fri, 31 Oct 2025 08:34:09 -0400
gnome-shell-extensions (49.0-1) experimental; urgency=medium
[ Jeremy Bícha ]

5
debian/control vendored
View File

@@ -1,6 +1,5 @@
Source: gnome-shell-extensions
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bícha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Marco Trevisan (Treviño) <marco@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
@@ -42,7 +41,8 @@ Description: Extensions to extend functionality of GNOME Shell
Package: gnome-classic
Architecture: all
Depends: fonts-cantarell,
Depends: fonts-adwaita,
fonts-cantarell,
gnome-session,
gnome-session-bin (>= 46),
gnome-session-common (>= 46),
@@ -72,6 +72,7 @@ Description: Classic version of the GNOME desktop
Package: gnome-shell-extensions-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: gnome-shell-extensions (<< 47)
Replaces: gnome-shell-extensions (<< 47)

36
debian/copyright vendored
View File

@@ -112,13 +112,15 @@ Copyright: 2011 Erick Pérez Castellanos
2019 Florian Müllner
License: GPL-2+
Files: lint/eslintrc-gjs.yml
Copyright: 2018 Claudio André
License: Expat
Files: tools/run-eslint.sh
Copyright: 2020 Philip Chimento
2025 Florian Müllner
License: Expat OR LGPL-2+
Files: lint/eslintrc-shell.yml
Copyright: 2019 Florian Müllner
License: Expat
Files: tools/eslint.config.js
Copyright: 2020 Philip Chimento
2025 Florian Müllner
License: Expat OR LGPL-2+
Files: build-aux/session-post-install.py
Copyright: 2021, Neal Gompa
@@ -167,3 +169,25 @@ License: GPL-2+
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
License: LGPL-2+
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
.
This library 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 Lesser General Public License
for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <https://www.gnu.org/licenses/>.
Comment:
The oldest version of the Lesser General Public License under that name
was version 2.1.
.
On Debian systems, the full text of the GNU Lesser General Public License
version 2.1 can be found in the file /usr/share/common-licenses/LGPL-2.1,
and its predecessor the GNU Library General Public License version 2 can
be found in /usr/share/common-licenses/LGPL-2.

2
debian/rules vendored
View File

@@ -7,5 +7,3 @@ override_dh_auto_configure:
dh_auto_configure -- \
-Dextension_set=all \
-Dclassic_mode=true
override_dh_gnome_clean: