diff -Nru ../gnome-control-center-carson/gnome-control-center-3.18.2/debian/changelog gnome-control-center-3.18.2/debian/changelog --- ../gnome-control-center-carson/gnome-control-center-3.18.2/debian/changelog 2019-05-03 11:19:29.302537157 +0800 +++ gnome-control-center-3.18.2/debian/changelog 2019-05-03 11:15:02.474734592 +0800 @@ -1,3 +1,10 @@ +gnome-control-center (1:3.18.2-1ubuntu7) xenial; urgency=medium + + * debian/patches/correct-value-of-90-minutes-to-5400.patch: + - correct the value of 90 minutes to 5400 (LP: #1827346) + + -- Ethan Hsieh Fri, 03 May 2019 11:14:24 +0800 + gnome-control-center (1:3.18.2-1ubuntu6) xenial; urgency=medium * debian/patches: diff -Nru ../gnome-control-center-carson/gnome-control-center-3.18.2/debian/patches/correct-value-of-90-minutes-to-5400.patch gnome-control-center-3.18.2/debian/patches/correct-value-of-90-minutes-to-5400.patch --- ../gnome-control-center-carson/gnome-control-center-3.18.2/debian/patches/correct-value-of-90-minutes-to-5400.patch 1970-01-01 08:00:00.000000000 +0800 +++ gnome-control-center-3.18.2/debian/patches/correct-value-of-90-minutes-to-5400.patch 2019-05-03 11:11:52.003857033 +0800 @@ -0,0 +1,13 @@ +Index: gnome-control-center-3.18.2/panels/power/power.ui +=================================================================== +--- gnome-control-center-3.18.2.orig/panels/power/power.ui ++++ gnome-control-center-3.18.2/panels/power/power.ui +@@ -31,7 +31,7 @@ + + + 90 minutes +- 4800 ++ 5400 + + + 100 minutes diff -Nru ../gnome-control-center-carson/gnome-control-center-3.18.2/debian/patches/series gnome-control-center-3.18.2/debian/patches/series --- ../gnome-control-center-carson/gnome-control-center-3.18.2/debian/patches/series 2019-05-03 11:19:29.302537157 +0800 +++ gnome-control-center-3.18.2/debian/patches/series 2019-05-03 11:10:34.898703161 +0800 @@ -11,3 +11,4 @@ ubuntu-region-packagekit.patch ubuntu-region-langpack-install.patch ubuntu-keyboard-layout-fix.patch +correct-value-of-90-minutes-to-5400.patch