Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a41467649 | |||
| 27c4995ce9 | |||
| d483f00cce | |||
| e7c333b1a1 | |||
| 1ffd854eb1 |
Vendored
+12
@@ -1,3 +1,15 @@
|
|||||||
|
gnome-shell-extensions (3.29.3+really3.28.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Team upload
|
||||||
|
* Revert unintended upload of 3.29.3 to unstable
|
||||||
|
* d/gbp.conf: Use debian/unstable and upstream/3.28.x branches
|
||||||
|
* Bump Standards-Version to 4.1.5
|
||||||
|
* Set Rules-Requires-Root to no
|
||||||
|
* Hard-code compatible Shell versions for this branch since
|
||||||
|
${gnome:Version} doesn't understand the +really workaround
|
||||||
|
|
||||||
|
-- Simon McVittie <smcv@debian.org> Fri, 27 Jul 2018 23:47:37 +0100
|
||||||
|
|
||||||
gnome-shell-extensions (3.28.1-1) unstable; urgency=medium
|
gnome-shell-extensions (3.28.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|||||||
Vendored
+4
-3
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 11.1.3),
|
|||||||
gnome-pkg-tools,
|
gnome-pkg-tools,
|
||||||
meson (>= 0.44.0),
|
meson (>= 0.44.0),
|
||||||
sassc
|
sassc
|
||||||
Standards-Version: 4.1.4
|
Rules-Requires-Root: no
|
||||||
|
Standards-Version: 4.1.5
|
||||||
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions
|
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions
|
||||||
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git
|
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git
|
||||||
Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||||
@@ -19,8 +20,8 @@ Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
|||||||
Package: gnome-shell-extensions
|
Package: gnome-shell-extensions
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
gnome-shell (>= ${gnome:Version}),
|
gnome-shell (>= 3.28),
|
||||||
gnome-shell (<< ${gnome:NextVersion}),
|
gnome-shell (<< 3.29),
|
||||||
gir1.2-atk-1.0,
|
gir1.2-atk-1.0,
|
||||||
gir1.2-clutter-1.0,
|
gir1.2-clutter-1.0,
|
||||||
gir1.2-gdkpixbuf-2.0,
|
gir1.2-gdkpixbuf-2.0,
|
||||||
|
|||||||
Vendored
+4
-3
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 11.1.3),
|
|||||||
gnome-pkg-tools,
|
gnome-pkg-tools,
|
||||||
meson (>= 0.44.0),
|
meson (>= 0.44.0),
|
||||||
sassc
|
sassc
|
||||||
Standards-Version: 4.1.4
|
Rules-Requires-Root: no
|
||||||
|
Standards-Version: 4.1.5
|
||||||
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions
|
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-shell-extensions
|
||||||
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git
|
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-shell-extensions.git
|
||||||
Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||||
@@ -15,8 +16,8 @@ Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
|||||||
Package: gnome-shell-extensions
|
Package: gnome-shell-extensions
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
gnome-shell (>= ${gnome:Version}),
|
gnome-shell (>= 3.28),
|
||||||
gnome-shell (<< ${gnome:NextVersion}),
|
gnome-shell (<< 3.29),
|
||||||
gir1.2-atk-1.0,
|
gir1.2-atk-1.0,
|
||||||
gir1.2-clutter-1.0,
|
gir1.2-clutter-1.0,
|
||||||
gir1.2-gdkpixbuf-2.0,
|
gir1.2-gdkpixbuf-2.0,
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
pristine-tar = True
|
pristine-tar = True
|
||||||
debian-branch = debian/master
|
debian-branch = debian/unstable
|
||||||
upstream-branch = upstream/latest
|
upstream-branch = upstream/3.28.x
|
||||||
upstream-vcs-tag = %(version)s
|
upstream-vcs-tag = %(version)s
|
||||||
|
|||||||
Reference in New Issue
Block a user