diffstat of debian/ for xfce4-places-plugin_1.7.0-4 xfce4-places-plugin_1.8.0-0ubuntu1 changelog | 16 ++++++++++ compat | 1 control | 14 +++++---- patches/fix-ftbfs-gcc5.patch | 66 ------------------------------------------- patches/series | 1 5 files changed, 24 insertions(+), 74 deletions(-) diff -Nru xfce4-places-plugin-1.7.0/debian/changelog xfce4-places-plugin-1.8.0/debian/changelog --- xfce4-places-plugin-1.7.0/debian/changelog 2018-12-08 15:36:27.000000000 +0000 +++ xfce4-places-plugin-1.8.0/debian/changelog 2019-05-10 03:54:27.000000000 +0000 @@ -1,3 +1,19 @@ +xfce4-places-plugin (1.8.0-0ubuntu1) devel; urgency=medium + + * Pull from Debian UNRELEASED vcs. + + -- Unit 193 Thu, 09 May 2019 23:54:27 -0400 + +xfce4-places-plugin (1.8.0-1) UNRELEASED; urgency=medium + + * New upstream version 1.8.0 + * d/control: update b-deps for new version + * d/patches: drop patch, included upstream + * d/control: update standards version to 4.3.0 + * use debhelper-compat b-d for debhelper compat level + + -- Yves-Alexis Perez Mon, 06 May 2019 14:19:07 +0200 + xfce4-places-plugin (1.7.0-4) unstable; urgency=medium * Moved the package to git on salsa.debian.org diff -Nru xfce4-places-plugin-1.7.0/debian/compat xfce4-places-plugin-1.8.0/debian/compat --- xfce4-places-plugin-1.7.0/debian/compat 2018-12-08 15:36:27.000000000 +0000 +++ xfce4-places-plugin-1.8.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru xfce4-places-plugin-1.7.0/debian/control xfce4-places-plugin-1.8.0/debian/control --- xfce4-places-plugin-1.7.0/debian/control 2018-12-08 15:36:27.000000000 +0000 +++ xfce4-places-plugin-1.8.0/debian/control 2019-05-10 03:54:27.000000000 +0000 @@ -1,20 +1,22 @@ Source: xfce4-places-plugin Section: xfce Priority: optional -Maintainer: Debian Xfce Maintainers +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 10), intltool, - libexo-1-dev, + libexo-2-dev, libgtk2.0-dev, libnotify-dev, libx11-dev, - libxfce4ui-1-dev, + libxfce4ui-2-dev (>= 4.13), libxfce4util-dev, + libxfce4panel-2.0-dev, + libxfconf-0-dev, pkg-config, xfce4-dev-tools, - xfce4-panel-dev -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin Vcs-Git: https://salsa.debian.org/xfce-team/goodies/xfce4-places-plugin.git Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/xfce4-places-plugin diff -Nru xfce4-places-plugin-1.7.0/debian/patches/fix-ftbfs-gcc5.patch xfce4-places-plugin-1.8.0/debian/patches/fix-ftbfs-gcc5.patch --- xfce4-places-plugin-1.7.0/debian/patches/fix-ftbfs-gcc5.patch 2018-12-08 15:36:27.000000000 +0000 +++ xfce4-places-plugin-1.8.0/debian/patches/fix-ftbfs-gcc5.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -Description: Fix FTBFS with build on gcc-5. -Author: Shivaji Sathe -Bug-Debian: https://bugs.debian.org/778182 -commit 94d583d0ba257cdc96cde5794ebb7d38001ae3a5 -Author: Andrzej -Date: Tue Jul 7 22:26:51 2015 +0100 - - Bug 11939: xfce4-places-plugin 1.7.0 crashes with undefined symbol - - Patch from Fedora. Submitted by Kevin Fenzi. - -diff --git a/panel-plugin/model.h b/panel-plugin/model.h -index 06d9d6f..043e391 100644 ---- a/panel-plugin/model.h -+++ b/panel-plugin/model.h -@@ -36,13 +36,13 @@ struct _PlacesBookmarkAction - void (*finalize) (PlacesBookmarkAction *self); - }; - --inline PlacesBookmarkAction* -+extern inline PlacesBookmarkAction* - places_bookmark_action_create(gchar *label); - --inline void -+extern inline void - places_bookmark_action_destroy(PlacesBookmarkAction*); - --inline void -+extern inline void - places_bookmark_action_call(PlacesBookmarkAction*); - - /* Places Bookmark */ -@@ -70,10 +70,10 @@ struct _PlacesBookmark - void (*finalize) (PlacesBookmark *self); - }; - --inline PlacesBookmark* -+extern inline PlacesBookmark* - places_bookmark_create(gchar *label); - --inline void -+extern inline void - places_bookmark_destroy(PlacesBookmark *bookmark); - - /* Places Bookmark Group */ -@@ -86,16 +86,16 @@ struct _PlacesBookmarkGroup - gpointer priv; - }; - --inline GList* -+extern inline GList* - places_bookmark_group_get_bookmarks(PlacesBookmarkGroup*); - --inline gboolean -+extern inline gboolean - places_bookmark_group_changed(PlacesBookmarkGroup*); - --inline PlacesBookmarkGroup* -+extern inline PlacesBookmarkGroup* - places_bookmark_group_create(); - --inline void -+extern inline void - places_bookmark_group_destroy(PlacesBookmarkGroup*); - - #endif diff -Nru xfce4-places-plugin-1.7.0/debian/patches/series xfce4-places-plugin-1.8.0/debian/patches/series --- xfce4-places-plugin-1.7.0/debian/patches/series 2018-12-08 15:36:27.000000000 +0000 +++ xfce4-places-plugin-1.8.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -fix-ftbfs-gcc5.patch