diff -Nru gnome-system-monitor-3.18.2/debian/changelog gnome-system-monitor-3.18.2/debian/changelog --- gnome-system-monitor-3.18.2/debian/changelog 2015-11-11 14:49:02.000000000 +0000 +++ gnome-system-monitor-3.18.2/debian/changelog 2016-08-17 14:30:45.000000000 +0000 @@ -1,3 +1,11 @@ +gnome-system-monitor (3.18.2-1ubuntu1) xenial; urgency=medium + + * debian/patches/gitFixDefaultColumnWidth.patch: + - Fixes the default column width for the memory and started columns as + they otherwise do not show even when enabled (lp: #1581229) + + -- Nikita Yerenkov-Scott Wed, 17 Aug 2016 16:30:31 +0200 + gnome-system-monitor (3.18.2-1) unstable; urgency=medium * New upstream release. diff -Nru gnome-system-monitor-3.18.2/debian/control gnome-system-monitor-3.18.2/debian/control --- gnome-system-monitor-3.18.2/debian/control 2015-11-11 14:49:22.000000000 +0000 +++ gnome-system-monitor-3.18.2/debian/control 2016-08-17 14:46:01.000000000 +0000 @@ -5,8 +5,9 @@ Source: gnome-system-monitor Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Laurent Bigonville , Michael Biebl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Laurent Bigonville , Michael Biebl Build-Depends: appstream-util, cdbs, debhelper (>= 9), diff -Nru gnome-system-monitor-3.18.2/debian/control.in gnome-system-monitor-3.18.2/debian/control.in --- gnome-system-monitor-3.18.2/debian/control.in 2015-10-08 14:57:20.000000000 +0000 +++ gnome-system-monitor-3.18.2/debian/control.in 2016-08-17 14:33:38.000000000 +0000 @@ -1,7 +1,8 @@ Source: gnome-system-monitor Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: appstream-util, cdbs, diff -Nru gnome-system-monitor-3.18.2/debian/patches/gitFixDefaultColumnWidth.patch gnome-system-monitor-3.18.2/debian/patches/gitFixDefaultColumnWidth.patch --- gnome-system-monitor-3.18.2/debian/patches/gitFixDefaultColumnWidth.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-system-monitor-3.18.2/debian/patches/gitFixDefaultColumnWidth.patch 2016-08-17 14:29:36.000000000 +0000 @@ -0,0 +1,55 @@ +Description: Fixes the default column width for the Virtual Memory, Shared Memory, and Started columns as they otherwise do not show even when enabled +Origin: upstream, https://bugzilla.gnome.org/attachment.cgi?id=331447 +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=768063 +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1581229 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: gnome-system-monitor-3.20.1/src/org.gnome.gnome-system-monitor.gschema.xml.in.in +=================================================================== +--- gnome-system-monitor-3.20.1.orig/src/org.gnome.gnome-system-monitor.gschema.xml.in.in ++++ gnome-system-monitor-3.20.1/src/org.gnome.gnome-system-monitor.gschema.xml.in.in +@@ -213,7 +213,7 @@ + + + +- 0 ++ 50 + + <_summary>Width of process 'Virtual Memory' column + +@@ -241,7 +241,7 @@ + + + +- 0 ++ 80 + + <_summary>Width of process 'Writable Memory' column + +@@ -255,7 +255,7 @@ + + + +- 0 ++ 50 + + <_summary>Width of process 'Shared Memory' column + +@@ -269,7 +269,7 @@ + + + +- 0 ++ 80 + + <_summary>Width of process 'X Server Memory' column + +@@ -311,7 +311,7 @@ + + + +- 0 ++ 50 + + <_summary>Width of process 'Started' column + diff -Nru gnome-system-monitor-3.18.2/debian/patches/series gnome-system-monitor-3.18.2/debian/patches/series --- gnome-system-monitor-3.18.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gnome-system-monitor-3.18.2/debian/patches/series 2016-08-17 14:29:36.000000000 +0000 @@ -0,0 +1 @@ +gitFixDefaultColumnWidth.patch