Bug#923315: unblock: gigolo/0.4.2-3
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi,
due to a bad timing combination, the gigolo packag is currently not in
testing and won't migrate without an unblock. I think it would be nice
for its users to let it migrate.
The package has been removed from testing a long time ago, and didn't
migrate again because of the alioth maintainer address RC bug. There's a
new development version in experimental fixing that bug, and I hoped
there would be a stable release in time for the freeze, but that didn't
happen and I uploaded just a new revision (I thought) in time for the
freeze.
Unfortunately my timing was off (I uploaded 5 days before the soft
freeze but too late). The diff between stable and unstable is attached.
Please unblock package gigolo
unblock gigolo/0.4.2-3
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (450, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8), LANGUAGE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru gigolo-0.4.2/debian/changelog gigolo-0.4.2/debian/changelog
--- gigolo-0.4.2/debian/changelog 2014-01-09 23:00:47.000000000 +0100
+++ gigolo-0.4.2/debian/changelog 2019-02-07 17:29:33.000000000 +0100
@@ -1,3 +1,35 @@
+gigolo (0.4.2-3) unstable; urgency=medium
+
+ * Moved the package to git on salsa.debian.org
+ * Updated the maintainer address to debian-xfce@lists.debian.org
+ closes: #899525
+ * d/gbp.conf added, following DEP-14
+ * d/watch: use HTTPS protocol
+ * d/gbp.conf adjusted for buster branch
+ * d/control: drop Emanuele, Simon, Lionel and Stefan from uploaders
+ * d/control: update standards version to 4.2.1
+
+ -- Yves-Alexis Perez <corsac@debian.org> Thu, 07 Feb 2019 17:29:33 +0100
+
+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 <corsac@debian.org> 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 23:00:41.000000000 +0100
+++ gigolo-0.4.2/debian/control 2019-02-07 17:29:33.000000000 +0100
@@ -1,34 +1,23 @@
Source: gigolo
Section: xfce
Priority: optional
-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac@debian.org>, Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Stefan Ott <stefan@ott.net>, Lionel Le Folgoc <mrpouit@gmail.com>
-Build-Depends: debhelper (>= 9), intltool, pkg-config,
- libgtk2.0-dev (>= 2.12.0)
-Standards-Version: 3.9.5
+Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
+Uploaders: Yves-Alexis Perez <corsac@debian.org>
+Build-Depends: debhelper (>= 9),
+ intltool,
+ libgtk2.0-dev (>= 2.12.0),
+ pkg-config
+Standards-Version: 4.2.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/
+Vcs-Git: https://salsa.debian.org/xfce-team/apps/gigolo.git
+Vcs-Browser: https://salsa.debian.org/xfce-team/apps/gigolo
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/gbp.conf gigolo-0.4.2/debian/gbp.conf
--- gigolo-0.4.2/debian/gbp.conf 1970-01-01 01:00:00.000000000 +0100
+++ gigolo-0.4.2/debian/gbp.conf 2019-02-07 17:29:33.000000000 +0100
@@ -0,0 +1,4 @@
+[DEFAULT]
+pristine-tar = True
+debian-branch = debian/buster
+upstream-branch = upstream/latest
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 18:37:13.000000000 +0100
+++ gigolo-0.4.2/debian/gigolo.install 1970-01-01 01:00:00.000000000 +0100
@@ -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 01:00:00.000000000 +0100
+++ gigolo-0.4.2/debian/patches/01_migrate-gvfs-command.patch 2019-02-07 17:29:33.000000000 +0100
@@ -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 01:00:00.000000000 +0100
+++ gigolo-0.4.2/debian/patches/series 2019-02-07 17:29:33.000000000 +0100
@@ -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 23:00:41.000000000 +0100
+++ gigolo-0.4.2/debian/rules 2019-02-07 17:29:33.000000000 +0100
@@ -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~)'
diff -Nru gigolo-0.4.2/debian/watch gigolo-0.4.2/debian/watch
--- gigolo-0.4.2/debian/watch 2014-01-09 21:27:48.000000000 +0100
+++ gigolo-0.4.2/debian/watch 2019-02-07 17:29:33.000000000 +0100
@@ -1,3 +1,3 @@
version=3
-http://archive.xfce.org/src/apps/gigolo/([\d\.]+)/ \
+https://archive.xfce.org/src/apps/gigolo/([\d\.]+)/ \
gigolo-([\d\.]+)\.tar\.(?:gz|bz2)
Reply to: