diff --git a/debian/changelog b/debian/changelog index 1d8db92c..e2e41d9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +gnome-shell-extensions (3.4.0-1) experimental; urgency=low + + * New upstream release. + * Remove 01_status-menu_disable_accounts.patch: The alternative-status-menu + extension no longer recreates the complete user menu but reuses the one + from gnome-shell, so we can't easily get rid of the "Online Accounts" menu + entry. We will patch gnome-shell directly instead. + * Remove 02-Revert-all-remove-all-GSettings-usage.patch and + 03-Revert-Remove-all-references-to-localedir-from-metad.patch, no longer + required. + * Bump Standards-Version to 3.9.3 + + -- Michael Biebl Mon, 21 May 2012 00:24:56 +0200 + gnome-shell-extensions (3.2.3-1) unstable; urgency=low [ Josselin Mouette ] diff --git a/debian/control b/debian/control index 54f4146d..817f9200 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 8.0.0), intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://live.gnome.org/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions diff --git a/debian/control.in b/debian/control.in index 2fe62112..2235bb1f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8.0.0), intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://live.gnome.org/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions diff --git a/debian/patches/series b/debian/patches/series index b919cf33..e69de29b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +0,0 @@ -01_status-menu_disable_accounts.patch -02-Revert-all-remove-all-GSettings-usage.patch -03-Revert-Remove-all-references-to-localedir-from-metad.patch