diff --git a/debian/changelog b/debian/changelog index 93bf9f92..27f07746 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +gnome-shell-extensions (3.18.4-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 3.9.7. + + -- Michael Biebl Sun, 06 Mar 2016 22:38:57 +0100 + +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 Wed, 10 Feb 2016 01:24:42 +0100 + +gnome-shell-extensions (3.18.3-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Thu, 14 Jan 2016 22:49:16 +0100 + +gnome-shell-extensions (3.18.2-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Fri, 13 Nov 2015 00:04:09 +0100 + +gnome-shell-extensions (3.18.1-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Fri, 16 Oct 2015 22:09:01 +0200 + +gnome-shell-extensions (3.18.0-1) unstable; urgency=medium + + * New upstream release. + + -- Laurent Bigonville Sun, 11 Oct 2015 16:29:18 +0200 + +gnome-shell-extensions (3.17.92-1) experimental; urgency=medium + + * New upstream release candidate. + + -- Andreas Henriksson Fri, 18 Sep 2015 17:28:06 +0200 + gnome-shell-extensions (3.16.2-1) unstable; urgency=medium [ Emilio Pozuelo Monfort ] diff --git a/debian/control b/debian/control index 50eb7d8c..54b96ccf 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), gnome-pkg-tools, intltool, libgnome-desktop-3-dev (>= 3.2.0), -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions @@ -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, diff --git a/debian/control.in b/debian/control.in index 2569f1f5..f67dfb93 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), gnome-pkg-tools, intltool, libgnome-desktop-3-dev (>= 3.2.0), -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions @@ -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,