← Back to team overview

ubuntukylin-members team mailing list archive

[Merge] lp:~cyphermox/youker-assistant/dmidecode into lp:youker-assistant

 

Mathieu Trudel-Lapierre has proposed merging lp:~cyphermox/youker-assistant/dmidecode into lp:youker-assistant.

Requested reviews:
  Ubuntu Kylin Members (ubuntukylin-members)
Related bugs:
  Bug #1679788 in youker-assistant (Ubuntu): "does not work on ppc64el or s390x"
  https://bugs.launchpad.net/ubuntu/+source/youker-assistant/+bug/1679788

For more details, see:
https://code.launchpad.net/~cyphermox/youker-assistant/dmidecode/+merge/321905

Fix dmidecode blocking youker-assistant in zesty-proposed:

http://people.canonical.com/~ubuntu-archive/proposed-migration/zesty/update_excuses.html#youker-assistant
-- 
Your team Ubuntu Kylin Members is requested to review the proposed merge of lp:~cyphermox/youker-assistant/dmidecode into lp:youker-assistant.
=== modified file 'debian/changelog'
--- debian/changelog	2017-03-30 02:37:36 +0000
+++ debian/changelog	2017-04-04 18:09:31 +0000
@@ -1,12 +1,21 @@
 youker-assistant (2.2.7-0ubuntu2) zesty; urgency=low
 
+  [ lixiang ]
+  * Set Cpu FM mode.
+
+  [ Mathieu Trudel-Lapierre ]
+  * debian/control: limit dmidecode Depends to x86 and ARM. (LP: #1679788)
+  
+ -- lixiang <lixiang@xxxxxxxxxx>  Thu, 30 Mar 2017 10:37:12 +0800
+
+youker-assistant (2.2.7-0ubuntu1) zesty; urgency=low
+
   * Call cheese.
   * Free some list struct.
   * Modify os release information.
   * Resolved lintian warning.
-  * Set Cpu FM mode.
 
- -- lixiang <lixiang@xxxxxxxxxx>  Thu, 30 Mar 2017 10:37:12 +0800
+ -- lixiang <lixiang@xxxxxxxxxx>  Thu, 23 Mar 2017 10:17:31 +0800
 
 youker-assistant (2.2.6-0ubuntu1) zesty; urgency=low
 

=== modified file 'debian/control'
--- debian/control	2017-04-01 05:45:53 +0000
+++ debian/control	2017-04-04 18:09:31 +0000
@@ -33,7 +33,7 @@
          lm-sensors,
          ethtool,
          lshw,
-         dmidecode,
+         dmidecode [amd64 arm64 armhf i386],
          cpufrequtils,
          ${misc:Depends},
          ${python:Depends},


Follow ups