Compare commits
4 Commits
debian/lat
...
ubuntu/49_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be5e4503fe | ||
|
|
3dfb8bb38e | ||
|
|
6eed1ba58b | ||
|
|
71b07905f0 |
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,8 +1,14 @@
|
||||
gnome-shell-extensions (49~alpha.1-1) UNRELEASED; urgency=medium
|
||||
gnome-shell-extensions (49~alpha.1-0ubuntu1) questing; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* debian/control: Remove gnome-classic-xsession.
|
||||
We do not need to add any transitional package here, since if someone
|
||||
was only relying on gnome-classic-xsession it was also depending on
|
||||
gnome-classic and that will pull in the rest
|
||||
* debian: Update references to ubuntu fork
|
||||
* d/copyright: Update references
|
||||
|
||||
-- Marco Trevisan (Treviño) <marco@ubuntu.com> Tue, 08 Jul 2025 22:34:37 +0200
|
||||
-- Marco Trevisan (Treviño) <marco@ubuntu.com> Tue, 08 Jul 2025 23:35:09 +0200
|
||||
|
||||
gnome-shell-extensions (48.2-1) unstable; urgency=medium
|
||||
|
||||
|
||||
9
debian/control
vendored
9
debian/control
vendored
@@ -1,7 +1,8 @@
|
||||
Source: gnome-shell-extensions
|
||||
Section: gnome
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
||||
XSBC-Original-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),
|
||||
dh-sequence-gnome,
|
||||
@@ -10,8 +11,10 @@ Build-Depends: debhelper-compat (= 13),
|
||||
meson (>= 1.1.0),
|
||||
sassc
|
||||
Standards-Version: 4.7.0
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions
|
||||
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions/tree/ubuntu/latest
|
||||
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git -b ubuntu/latest
|
||||
Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||
|
||||
Package: gnome-shell-extensions
|
||||
|
||||
4
debian/copyright
vendored
4
debian/copyright
vendored
@@ -40,7 +40,7 @@ Files: extensions/native-window-placement/extension.js
|
||||
Copyright: 2011 Giovanni Campagna
|
||||
2011 Stefano Facchini
|
||||
2011 Wepmaschda
|
||||
2015 Florian Müllner
|
||||
2015 Florian Müllner
|
||||
License: GPL-2+
|
||||
|
||||
Files: extensions/places-menu/extension.js
|
||||
@@ -120,7 +120,7 @@ Files: lint/eslintrc-shell.yml
|
||||
Copyright: 2019 Florian Müllner
|
||||
License: Expat
|
||||
|
||||
Files: meson/session-post-install.py
|
||||
Files: build-aux/session-post-install.py
|
||||
Copyright: 2021, Neal Gompa
|
||||
License: GPL-2+
|
||||
|
||||
|
||||
3
debian/gbp.conf
vendored
3
debian/gbp.conf
vendored
@@ -1,6 +1,7 @@
|
||||
[DEFAULT]
|
||||
pristine-tar = True
|
||||
debian-branch = debian/latest
|
||||
debian-branch = ubuntu/latest
|
||||
debian-tag=ubuntu/%(version)s
|
||||
upstream-branch = upstream/latest
|
||||
|
||||
[buildpackage]
|
||||
|
||||
Reference in New Issue
Block a user