r50115 - in /packages/unstable/gnome-shell-extension-weather/debian: changelog control patches/series patches/support-gnome-shell-322.patch

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Sep 5 21:32:55 UTC 2016


Author: jbicha-guest
Date: Mon Sep  5 21:32:55 2016
New Revision: 50115

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50115
Log:
Add debian/patches/support-gnome-shell-322.patch:

* Add debian/patches/support-gnome-shell-322.patch:
  - Add 3.22 Beta and 3.22 final release version numbers to metadata.json
* debian/control:
  - Bump gnome-shell dependency to (<< 3.23)

Added:
    packages/unstable/gnome-shell-extension-weather/debian/patches/support-gnome-shell-322.patch
Modified:
    packages/unstable/gnome-shell-extension-weather/debian/changelog
    packages/unstable/gnome-shell-extension-weather/debian/control
    packages/unstable/gnome-shell-extension-weather/debian/patches/series

Modified: packages/unstable/gnome-shell-extension-weather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/changelog?rev=50115&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-shell-extension-weather/debian/changelog	[utf-8] Mon Sep  5 21:32:55 2016
@@ -1,3 +1,13 @@
+gnome-shell-extension-weather (0~20160325.gitb5415ec-2) UNRELEASED; urgency=medium
+
+  * QA upload
+  * Add debian/patches/support-gnome-shell-322.patch:
+    - Add 3.22 Beta and 3.22 final release version numbers to metadata.json
+  * debian/control:
+    - Bump gnome-shell dependency to (<< 3.23)
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 05 Sep 2016 17:21:12 -0400
+
 gnome-shell-extension-weather (0~20160325.gitb5415ec-1) unstable; urgency=medium
 
   * New upstream snapshot.

Modified: packages/unstable/gnome-shell-extension-weather/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/control?rev=50115&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-shell-extension-weather/debian/control	[utf-8] Mon Sep  5 21:32:55 2016
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${misc:Depends},
          gnome-shell (>= 3.12),
-         gnome-shell (<< 3.21),
+         gnome-shell (<< 3.23),
          gir1.2-clutter-1.0,
          gir1.2-glib-2.0,
          gir1.2-gtk-3.0,

Modified: packages/unstable/gnome-shell-extension-weather/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/patches/series?rev=50115&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/patches/series	[utf-8] (original)
+++ packages/unstable/gnome-shell-extension-weather/debian/patches/series	[utf-8] Mon Sep  5 21:32:55 2016
@@ -0,0 +1 @@
+support-gnome-shell-322.patch

Added: packages/unstable/gnome-shell-extension-weather/debian/patches/support-gnome-shell-322.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extension-weather/debian/patches/support-gnome-shell-322.patch?rev=50115&op=file
==============================================================================
--- packages/unstable/gnome-shell-extension-weather/debian/patches/support-gnome-shell-322.patch	(added)
+++ packages/unstable/gnome-shell-extension-weather/debian/patches/support-gnome-shell-322.patch	[utf-8] Mon Sep  5 21:32:55 2016
@@ -0,0 +1,24 @@
+From cefbfb0101d398581c2c677631e61d0fb31c7142 Mon Sep 17 00:00:00 2001
+From: Jens Lody <jens at jenslody.de>
+Date: Thu, 25 Aug 2016 23:17:33 +0200
+Subject: [PATCH] Update metadat.json.in to support newest (and next?)
+ development build.
+
+---
+ data/metadata.json.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/metadata.json.in b/data/metadata.json.in
+index 9c03e9b..ffb550c 100644
+--- a/data/metadata.json.in
++++ b/data/metadata.json.in
+@@ -2,7 +2,7 @@
+ "uuid": "@uuid@",
+ "name": "OpenWeather",
+ "description": "Weather extension to display weather information from https://openweathermap.org/ or https://forecast.io for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at http://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor forecast.io you have to register at https://developer.forecast.io/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with forecast.io - support) you have to recreate your locations.",
+-"shell-version": [ "3.8", "3.10", "3.12", "3.14", "3.16", "3.18", "3.20" ],
++"shell-version": [ "3.8", "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.21.91", "3.21.92", "3.22" ],
+ "localedir": "@LOCALEDIR@",
+ "url": "@url@",
+ "version": "@version@"
+




More information about the pkg-gnome-commits mailing list