Compare commits

...

1 Commits

Author SHA1 Message Date
Andreas Henriksson
ce997ff4fd * Add Breaks/Replaces gnome-shell-common (<< 3.18) (Closes: #808906)
- Helps upgrades from Jessie by allowing overwriting
    /usr/share/gnome-shell/theme/calendar-today.svg et.al.
    which was previously shipped in gnome-shell-common.
2016-02-10 00:33:18 +00:00
3 changed files with 13 additions and 0 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
gnome-shell-extensions (3.18.3-2) unstable; urgency=medium
* Add Breaks/Replaces gnome-shell-common (<< 3.18) (Closes: #808906)
- Helps upgrades from Jessie by allowing overwriting
/usr/share/gnome-shell/theme/calendar-today.svg et.al.
which was previously shipped in gnome-shell-common.
-- Andreas Henriksson <andreas@fatal.se> Wed, 10 Feb 2016 01:24:42 +0100
gnome-shell-extensions (3.18.3-1) unstable; urgency=medium
* New upstream release.

2
debian/control vendored
View File

@@ -35,6 +35,8 @@ Depends: ${misc:Depends},
gvfs (>= 1.16.0),
gnome-session (>= 3.8)
Recommends: gnome-tweak-tool (>= ${gnome:Version})
Replaces: gnome-shell-common (<< 3.18)
Breaks: gnome-shell-common (<< 3.18)
Description: Extensions to extend functionality of GNOME Shell
The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications,

2
debian/control.in vendored
View File

@@ -31,6 +31,8 @@ Depends: ${misc:Depends},
gvfs (>= 1.16.0),
gnome-session (>= 3.8)
Recommends: gnome-tweak-tool (>= ${gnome:Version})
Replaces: gnome-shell-common (<< 3.18)
Breaks: gnome-shell-common (<< 3.18)
Description: Extensions to extend functionality of GNOME Shell
The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications,