Bug#840164: libglib2.0-bin: add gio executable

2016-10-08 Thread Jason Crain
On Sat, Oct 08, 2016 at 09:15:43PM -0500, Jason Crain wrote:
> glib, as of version 2.49.3, includes a new 'gio' commandline tool as a
> replacement for the gvfs-* commands.  Please include it in the package.
> It's already being built so just adding it to libglib2.0-bin.install
> should work.  Patch is attached.

FYI, I just checked the git log for gvfs, and the next (unreleased) gvfs
will replace the gvfs-* executables with scripts which print a
deprecation warning and run the new gio executable, so the next gvfs-bin
will probably need a dependency on libglib2.0-bin.



Bug#840164: libglib2.0-bin: add gio executable

2016-10-08 Thread Jason Crain
Package: libglib2.0-bin
Version: 2.50.0-2
Tags: patch
Severity: normal

Dear Maintainer,

glib, as of version 2.49.3, includes a new 'gio' commandline tool as a
replacement for the gvfs-* commands.  Please include it in the package.
It's already being built so just adding it to libglib2.0-bin.install
should work.  Patch is attached.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (9000, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libglib2.0-bin depends on:
ii  libc62.24-3
ii  libelf1  0.166-2
ii  libglib2.0-0 2.50.0-2
ii  libglib2.0-data  2.50.0-2

libglib2.0-bin recommends no packages.

libglib2.0-bin suggests no packages.

-- no debconf information
Index: debian/libglib2.0-bin.install
===
--- debian/libglib2.0-bin.install	(revision 51254)
+++ debian/libglib2.0-bin.install	(working copy)
@@ -1,9 +1,11 @@
 usr/bin/gapplication
 usr/bin/gdbus
+usr/bin/gio
 usr/bin/gresource
 usr/bin/gsettings
 usr/share/bash-completion
 usr/share/man/man1/gio-querymodules.1*
+usr/share/man/man1/gio.1*
 usr/share/man/man1/glib-compile-resources.1*
 usr/share/man/man1/glib-compile-schemas.1*
 usr/share/man/man1/gdbus.1*