← Back to team overview

ubuntukylin-members team mailing list archive

[Merge] lp:~jbicha/indicator-china-weather/update-dependencies into lp:indicator-china-weather

 

Jeremy Bicha has proposed merging lp:~jbicha/indicator-china-weather/update-dependencies into lp:indicator-china-weather.

Requested reviews:
  Ubuntu Kylin Members (ubuntukylin-members)

For more details, see:
https://code.launchpad.net/~jbicha/indicator-china-weather/update-dependencies/+merge/318971

indicator-weather uses gsettings, gobject-introspection and gtk3 so this updates the dependencies for that.
-- 
Your team Ubuntu Kylin Members is requested to review the proposed merge of lp:~jbicha/indicator-china-weather/update-dependencies into lp:indicator-china-weather.
=== modified file 'debian/changelog'
--- debian/changelog	2016-03-29 06:19:58 +0000
+++ debian/changelog	2017-03-04 00:55:14 +0000
@@ -1,3 +1,11 @@
+indicator-china-weather (2.1.5-0ubuntu2) UNRELEASED; urgency=medium
+
+  * debian/control:
+    - Depend on gir1.2-appindicator3-0.1 and python-gi instead of no longer
+      used python-appindicator, python-gobject, and python-gtk2
+
+ -- Jeremy Bicha <jbicha@xxxxxxxxxx>  Fri, 03 Mar 2017 19:48:15 -0500
+
 indicator-china-weather (2.1.5-0ubuntu1) xenial; urgency=low
 
   * Modified control file for python 2.7.

=== modified file 'debian/control'
--- debian/control	2016-03-14 00:55:18 +0000
+++ debian/control	2017-03-04 00:55:14 +0000
@@ -13,10 +13,8 @@
 
 Package: indicator-china-weather
 Architecture: all
-Depends: python-gobject,
-         python-appindicator,
-         python-gconf,
-         python-gtk2,
+Depends: gir1.2-appindicator3-0.1,
+         python-gi,
          python-xdg,
          python-piston-mini-client,
          ${shlibs:Depends},


Follow ups