diff -Nru gigolo-0.4.2/debian/changelog gigolo-0.4.2/debian/changelog --- gigolo-0.4.2/debian/changelog 2014-01-09 22:00:47.000000000 +0000 +++ gigolo-0.4.2/debian/changelog 2017-10-15 14:08:34.000000000 +0000 @@ -1,3 +1,22 @@ +gigolo (0.4.2-2) unstable; urgency=medium + + * debian/patches: + - 01_migrate-gvfs-command added, replace gvfs-open by gio open as default + open command. + * debian/control: + - replace gvfs-bin by libglib2.0-bin in Recommends closes: #877744 + - run wrap-and-sort + - update standards version to 4.4.1. + - drop -dbg package. + * debian/rules: + - migrate to dbgsym package. + - use debian/gigolo instead of debian/tmp in file removals, since we only + have one binary package now. + - drop list-missing since we install everything. + * debian/gigolo.install dropped since we only have one package. + + -- Yves-Alexis Perez Sun, 15 Oct 2017 16:08:34 +0200 + gigolo (0.4.2-1) unstable; urgency=low [ Evgeni Golov ] diff -Nru gigolo-0.4.2/debian/control gigolo-0.4.2/debian/control --- gigolo-0.4.2/debian/control 2014-01-09 22:00:41.000000000 +0000 +++ gigolo-0.4.2/debian/control 2017-10-15 13:45:44.000000000 +0000 @@ -2,10 +2,16 @@ Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers -Uploaders: Yves-Alexis Perez , Emanuele Rocca , Simon Huggins , Stefan Ott , Lionel Le Folgoc -Build-Depends: debhelper (>= 9), intltool, pkg-config, - libgtk2.0-dev (>= 2.12.0) -Standards-Version: 3.9.5 +Uploaders: Yves-Alexis Perez , + Emanuele Rocca , + Simon Huggins , + Stefan Ott , + Lionel Le Folgoc +Build-Depends: debhelper (>= 9), + intltool, + libgtk2.0-dev (>= 2.12.0), + pkg-config +Standards-Version: 4.1.1 Homepage: http://www.uvena.de/gigolo/ Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/gigolo/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/gigolo/ @@ -13,22 +19,9 @@ Package: gigolo Section: xfce Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: gvfs-bin +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: libglib2.0-bin Description: frontend to manage connections to remote filesystems using GIO/GVfs Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem and manage bookmarks of such. - -Package: gigolo-dbg -Section: debug -Architecture: any -Priority: extra -Depends: gigolo (= ${binary:Version}), ${misc:Depends} -Description: frontend to manage connections to remote filesystems using GIO/GVfs (debug) - Gigolo is a frontend to easily manage connections to remote filesystems - using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem - and manage bookmarks of such. - . - This package contains the debugging symbols. - diff -Nru gigolo-0.4.2/debian/gigolo.install gigolo-0.4.2/debian/gigolo.install --- gigolo-0.4.2/debian/gigolo.install 2009-02-13 17:37:13.000000000 +0000 +++ gigolo-0.4.2/debian/gigolo.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr diff -Nru gigolo-0.4.2/debian/patches/01_migrate-gvfs-command.patch gigolo-0.4.2/debian/patches/01_migrate-gvfs-command.patch --- gigolo-0.4.2/debian/patches/01_migrate-gvfs-command.patch 1970-01-01 00:00:00.000000000 +0000 +++ gigolo-0.4.2/debian/patches/01_migrate-gvfs-command.patch 2017-10-09 09:35:15.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/src/settings.c ++++ b/src/settings.c +@@ -572,7 +572,7 @@ static void load_settings_read_config(Gi + error = NULL; + } + +- priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gvfs-open"); ++ priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gio open"); + /* is there a generic way to open a default terminal? */ + priv->terminal = get_setting_string(k, SECTION_GENERAL, "terminal", "xterm"); + priv->autoconnect_interval = get_setting_int(k, SECTION_GENERAL, "autoconnect_interval", diff -Nru gigolo-0.4.2/debian/patches/series gigolo-0.4.2/debian/patches/series --- gigolo-0.4.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gigolo-0.4.2/debian/patches/series 2017-10-09 09:35:15.000000000 +0000 @@ -0,0 +1 @@ +01_migrate-gvfs-command.patch diff -Nru gigolo-0.4.2/debian/rules gigolo-0.4.2/debian/rules --- gigolo-0.4.2/debian/rules 2014-01-09 22:00:41.000000000 +0000 +++ gigolo-0.4.2/debian/rules 2017-10-15 14:08:32.000000000 +0000 @@ -10,10 +10,10 @@ dh_auto_configure -- --disable-silent-rules override_dh_install: - rm debian/tmp/usr/share/doc/gigolo/ChangeLog - rm debian/tmp/usr/share/doc/gigolo/COPYING - rm debian/tmp/usr/share/doc/gigolo/AUTHORS - dh_install --fail-missing + rm debian/gigolo/usr/share/doc/gigolo/ChangeLog + rm debian/gigolo/usr/share/doc/gigolo/COPYING + rm debian/gigolo/usr/share/doc/gigolo/AUTHORS + dh_install override_dh_strip: - dh_strip --dbg-package=gigolo-dbg + dh_strip --dbgsym-migration='gigolo-dbg (<< 0.4.2-2~)'