diff --git a/debian/changelog b/debian/changelog index 0d2ea7c7..93bf9f92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +gnome-shell-extensions (3.16.2-1) unstable; urgency=medium + + [ Emilio Pozuelo Monfort ] + * debian/gnome-shell-extensions.gsettings-override: + + Dropped, no longer needed as the enabled extension no longer exists. + Thanks Artur Rona for noticing. (Closes: #782747) + + [ Michael Biebl ] + * New upstream release. + * Update Homepage. + * Bump debhelper compatibility level to 9. + + -- Michael Biebl Thu, 02 Jul 2015 19:13:32 +0200 + +gnome-shell-extensions (3.16.1-1) unstable; urgency=medium + + * New upstream release. + * debian/control.in, + debian/rules: + + The system monitor extension was removed. Drop the libgtop + build and runtime dependencies and stop enabling it. + * debian/patches/apps-center-labels.patch, + debian/patches/window-list-pointerInNotification.patch, + debian/patches/menu-arrows-icons.patch: + + Dropped, merged upstream. + * debian/patches/dont-require-nautilus-classic.patch: + + Updated for the new version. + + -- Emilio Pozuelo Monfort Sun, 14 Jun 2015 15:23:59 +0200 + +gnome-shell-extensions (3.14.2-1) unstable; urgency=medium + + * New upstream bugfix release. + * menu-arrows-icons: new patch. Make arrows consistent with the rest + of the shell. + * apps-center-labels.patch: patch from upstream git. Center labels + vertically in the applications menu. + * window-list-pointerInNotification.patch: patch from upstream git. + Update window-list extension for an older shell API change. + + -- Josselin Mouette Sun, 30 Nov 2014 16:06:59 +0100 + +gnome-shell-extensions (3.14.1-1) unstable; urgency=medium + + * New upstream release. + * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes) + * Add missing dependencies against gir packages, including gir1.2-gmenu-3.0, + this should fix the apps-menu extension for some people (Closes: #765460). + + -- Laurent Bigonville Sun, 19 Oct 2014 21:17:58 +0200 + +gnome-shell-extensions (3.14.0-2) unstable; urgency=medium + + * Drop xrandr from EXTENSIONS_DISABLED, this extension was removed + upstream. + * Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED. + + -- Michael Biebl Wed, 24 Sep 2014 01:15:32 +0200 + gnome-shell-extensions (3.14.0-1) unstable; urgency=medium * debian/watch: only scan for stable releases. diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index d4f5d37e..d9f5144c 100644 --- a/debian/control +++ b/debian/control @@ -6,17 +6,16 @@ Source: gnome-shell-extensions Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Victor Seva , Andreas Henriksson , Emilio Pozuelo Monfort , Michael Biebl -Build-Depends: debhelper (>= 8.0.0), +Uploaders: Victor Seva , Andreas Henriksson , Emilio Pozuelo Monfort , Josselin Mouette , Laurent Bigonville , Michael Biebl +Build-Depends: debhelper (>= 9), cdbs, dh-autoreconf, gnome-common, gnome-pkg-tools, intltool, libgnome-desktop-3-dev (>= 3.2.0), - libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.5 -Homepage: https://wiki.gnome.org/GnomeShell/Extensions +Standards-Version: 3.9.6 +Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions @@ -25,7 +24,14 @@ Architecture: all Depends: ${misc:Depends}, gnome-shell (>= ${gnome:Version}), gnome-shell (<< ${gnome:NextVersion}), - gir1.2-gtop-2.0, + gir1.2-atk-1.0, + gir1.2-clutter-1.0, + gir1.2-gdkpixbuf-2.0, + gir1.2-glib-2.0, + gir1.2-gmenu-3.0, + gir1.2-gtk-3.0, + gir1.2-mutter-3.0, + gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session (>= 3.8) Recommends: gnome-tweak-tool (>= ${gnome:Version}) diff --git a/debian/control.in b/debian/control.in index fa2ac92d..1dfa5793 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,16 +3,15 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Victor Seva , @GNOME_TEAM@ -Build-Depends: debhelper (>= 8.0.0), +Build-Depends: debhelper (>= 9), cdbs, dh-autoreconf, gnome-common, gnome-pkg-tools, intltool, libgnome-desktop-3-dev (>= 3.2.0), - libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.5 -Homepage: https://wiki.gnome.org/GnomeShell/Extensions +Standards-Version: 3.9.6 +Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions @@ -21,7 +20,14 @@ Architecture: all Depends: ${misc:Depends}, gnome-shell (>= ${gnome:Version}), gnome-shell (<< ${gnome:NextVersion}), - gir1.2-gtop-2.0, + gir1.2-atk-1.0, + gir1.2-clutter-1.0, + gir1.2-gdkpixbuf-2.0, + gir1.2-glib-2.0, + gir1.2-gmenu-3.0, + gir1.2-gtk-3.0, + gir1.2-mutter-3.0, + gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session (>= 3.8) Recommends: gnome-tweak-tool (>= ${gnome:Version}) diff --git a/debian/patches/dont-require-nautilus-classic.patch b/debian/patches/dont-require-nautilus-classic.patch index 0af5d477..0f6f65c6 100644 --- a/debian/patches/dont-require-nautilus-classic.patch +++ b/debian/patches/dont-require-nautilus-classic.patch @@ -2,12 +2,10 @@ Description: Don't use nautilus-classic since it forces desktop icons Author: Jeremy Bicha Bug: https://bugzilla.gnome.org/695088 -Index: gnome-shell-extensions-3.8.3.1/data/gnome-classic.session.desktop.in.in -=================================================================== ---- gnome-shell-extensions-3.8.3.1.orig/data/gnome-classic.session.desktop.in.in 2013-06-17 15:42:43.000000000 -0400 -+++ gnome-shell-extensions-3.8.3.1/data/gnome-classic.session.desktop.in.in 2013-06-19 10:31:47.900318151 -0400 +--- a/data/gnome-classic.session.desktop.in.in ++++ b/data/gnome-classic.session.desktop.in.in @@ -1,3 +1,3 @@ [GNOME Session] _Name=GNOME Classic --RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic; -+RequiredComponents=gnome-shell-classic;gnome-settings-daemon; +-RequiredComponents=gnome-shell;gnome-settings-daemon;nautilus-classic; ++RequiredComponents=gnome-shell;gnome-settings-daemon; diff --git a/debian/rules b/debian/rules index c5b51c20..11bcbd8c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,13 +5,14 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk --include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\ native-window-placement user-theme apps-menu drive-menu places-menu\ - windowsNavigator systemMonitor launch-new-instance window-list" + windowsNavigator launch-new-instance window-list\ + screenshot-window-sizer" -EXTENSIONS_DISABLED="example xrandr-indicator" +EXTENSIONS_DISABLED="example" DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-extensions=$(EXTENSIONS_ENABLED) \