diffstat of debian/ for xfce4-fsguard-plugin_1.0.2-1 xfce4-fsguard-plugin_1.1.0-0ubuntu1 changelog | 11 +++++++++++ control | 7 ++++--- patches/1GB-size.patch | 27 --------------------------- patches/series | 1 - 4 files changed, 15 insertions(+), 31 deletions(-) diff -Nru xfce4-fsguard-plugin-1.0.2/debian/changelog xfce4-fsguard-plugin-1.1.0/debian/changelog --- xfce4-fsguard-plugin-1.0.2/debian/changelog 2015-05-06 19:46:56.000000000 +0000 +++ xfce4-fsguard-plugin-1.1.0/debian/changelog 2016-11-05 19:00:37.000000000 +0000 @@ -1,3 +1,14 @@ +xfce4-fsguard-plugin (1.1.0-0ubuntu1) devel; urgency=medium + + * New upstream release. + - Drop patch. + * d/control: Update build-deps for GTK3 variants. + - libgtk2.0-dev → libgtk-3-dev. + - xfce4-panel-dev → libxfce4panel-2.0-dev. + - libxfce4ui-1-dev → libxfce4ui-2-dev. + + -- Unit 193 Sat, 05 Nov 2016 15:00:37 -0400 + xfce4-fsguard-plugin (1.0.2-1) unstable; urgency=low [ Evgeni Golov ] diff -Nru xfce4-fsguard-plugin-1.0.2/debian/control xfce4-fsguard-plugin-1.1.0/debian/control --- xfce4-fsguard-plugin-1.0.2/debian/control 2015-05-05 13:37:57.000000000 +0000 +++ xfce4-fsguard-plugin-1.1.0/debian/control 2016-11-05 19:00:37.000000000 +0000 @@ -1,12 +1,13 @@ Source: xfce4-fsguard-plugin Section: xfce Priority: optional -Maintainer: Debian Xfce Maintainers +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc -Build-Depends: debhelper (>= 9), xfce4-panel-dev, +Build-Depends: debhelper (>= 9), libxfce4panel-2.0-dev (>= 4.12.0), libxml2-dev, libxml-parser-perl, intltool, libx11-dev, pkg-config, - libgtk2.0-dev, libxfce4ui-1-dev, autotools-dev + libgtk-3-dev, libxfce4ui-2-dev (>= 4.12.0), autotools-dev Standards-Version: 3.9.6 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-fsguard-plugin/ diff -Nru xfce4-fsguard-plugin-1.0.2/debian/patches/1GB-size.patch xfce4-fsguard-plugin-1.1.0/debian/patches/1GB-size.patch --- xfce4-fsguard-plugin-1.0.2/debian/patches/1GB-size.patch 2013-09-20 07:19:34.000000000 +0000 +++ xfce4-fsguard-plugin-1.1.0/debian/patches/1GB-size.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -commit 7f8c65afe0d7cc658ac453a46c0f4f3bf15d7fb9 -Author: Stephen Lyons -Date: Mon Sep 9 22:05:21 2013 +0100 - - BugFix: Tool-tip giving wrong message for fs size < ~1GB. - - Signed-off-by: Stephen Lyons - ---- a/panel-plugin/fsguard.c -+++ b/panel-plugin/fsguard.c -@@ -291,10 +291,15 @@ - (*(fsguard->name) != '\0' && strcmp(fsguard->path, fsguard->name)) ? - _("%s/%s space left on %s (%s)") : _("%s/%s space left on %s"), - msg_size, msg_total_size, fsguard->path, fsguard->name); -- } else { -+ } else if (total > 0 ) { - g_snprintf (msg_total_size, sizeof (msg_total_size), _("%.0f MB"), total); - g_snprintf (msg_size, sizeof (msg_size), _("%.0f MB"), freespace); - g_snprintf (msg, sizeof (msg), -+ (*(fsguard->name) != '\0' && strcmp(fsguard->path, fsguard->name)) ? -+ _("%s/%s space left on %s (%s)") : _("%s/%s space left on %s"), -+ msg_size, msg_total_size, fsguard->path, fsguard->name); -+ } else { -+ g_snprintf (msg, sizeof (msg), - _("could not check mountpoint %s, please check your config"), - fsguard->path); - } diff -Nru xfce4-fsguard-plugin-1.0.2/debian/patches/series xfce4-fsguard-plugin-1.1.0/debian/patches/series --- xfce4-fsguard-plugin-1.0.2/debian/patches/series 2013-09-20 07:19:34.000000000 +0000 +++ xfce4-fsguard-plugin-1.1.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -1GB-size.patch