Compare commits
7 Commits
debian/49.
...
debian/49.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ada172e8d1 | ||
|
|
d15040a6f6 | ||
|
|
a6f7fdab22 | ||
|
|
c3105ecb80 | ||
|
|
9e13f39313 | ||
|
|
dbe2a49850 | ||
|
|
59ccc9b7f6 |
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -1,3 +1,17 @@
|
||||
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
|
||||
|
||||
5
debian/control
vendored
5
debian/control
vendored
@@ -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
36
debian/copyright
vendored
@@ -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
2
debian/rules
vendored
@@ -7,5 +7,3 @@ override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-Dextension_set=all \
|
||||
-Dclassic_mode=true
|
||||
|
||||
override_dh_gnome_clean:
|
||||
|
||||
Reference in New Issue
Block a user