Compare commits
4 Commits
debian/49.
...
debian/49.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3105ecb80 | ||
|
|
9e13f39313 | ||
|
|
dbe2a49850 | ||
|
|
59ccc9b7f6 |
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
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
|
||||
|
||||
2
debian/control
vendored
2
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),
|
||||
@@ -72,6 +71,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.
|
||||
|
||||
Reference in New Issue
Block a user