~darkxst/ubuntu/saucy/gnome-shell-extensions/lp1212408-fix

« back to all changes in this revision

Viewing changes to debian/patches/fix_dock_gnome-shell_version.diff

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Michael Biebl
  • Date: 2012-02-11 23:28:53 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120211232853-mc92yae3sgemtz7l
Tags: 3.2.3-1
[ Josselin Mouette ]
* gnome-shell-extensions.gsettings-override: enable the alternative 
  status menu by default. Closes: #648112.
* Use ${gnome:Version} to generate strict dependencies, it’s very 
  unlikely that extensions remain compatible after a major upgrade.

[ Michael Biebl ]
* Upload to unstable.

[ Josselin Mouette ]
* 01_status-menu_disable_accounts.patch: new patch. Drop the unusable
  advertisement for Google. It is already available in the control 
  center anyway.

[ Michael Biebl ]
* New upstream release.
* Drop patches which have been merged upstream:
  - debian/patches/upstream/*
  - debian/patches/fix-*
* Refresh 01_status-menu_disable_accounts.patch.
* Add 02-Revert-all-remove-all-GSettings-usage.patch: Use GSettings since we
  install the extensions system-wide.
* Use dh-autoreconf to generate the build system.
* Add 03-Revert-Remove-all-references-to-localedir-from-metad.patch: Use
  locales from system-wide location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/extensions/dock/metadata.json.in
2
 
+++ b/extensions/dock/metadata.json.in
3
 
@@ -3,7 +3,7 @@
4
 
 "name": "Dock",
5
 
 "description": "A dock for the GNOME Shell -- displays favorite and running applications",
6
 
 "original-author": "tclaesson@gmail.com",
7
 
-"shell-version": [ "@shell_current@" ],
8
 
+"shell-version": [ "3.2" ],
9
 
 "localedir": "@LOCALEDIR@",
10
 
 "url": "@url@"
11
 
 }