Your message dated Mon, 10 Feb 2025 22:24:51 +0000
with message-id <[email protected]>
and subject line Bug#969772: fixed in rabbitvcs 0.19-4
has caused the Debian Bug report #969772,
regarding rabbitvcs: searches PATH for a program named "gio trash"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
969772: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rabbitvcs
Version: 0.18-2
Severity: normal
While searching codesearch.debian.net for references to the deprecated
gvfs-* utilities, I noticed that rabbitvcs seems to have been ported
from gvfs-trash to "gio trash" (good), but it seems to have been ported
incorrectly (less good).
It does this:
retcode = subprocess.call(["gio trash", abspath])
which searches the PATH for a program named "gio trash", which probably
isn't going to exist.
I think this should be:
retcode = subprocess.call(["gio", "trash", abspath])
Thanks,
smcv
--- End Message ---
--- Begin Message ---
Source: rabbitvcs
Source-Version: 0.19-4
Done: Dylan Aïssi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rabbitvcs, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dylan Aïssi <[email protected]> (supplier of updated rabbitvcs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 10 Feb 2025 22:39:04 +0100
Source: rabbitvcs
Architecture: source
Version: 0.19-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Dylan Aïssi <[email protected]>
Closes: 969772
Changes:
rabbitvcs (0.19-4) unstable; urgency=medium
.
* Add superficial autopkgtest
* Add missing dependency python3-six to rabbitvcs-core
* Fix the call to 'gio trash' (Closes: #969772)
Checksums-Sha1:
8a5e1dad208429bfc1d572dcd91d0be587956cc1 2335 rabbitvcs_0.19-4.dsc
93c4011b7330bcb835147ea2d4013083e1441e22 6568 rabbitvcs_0.19-4.debian.tar.xz
047b8dd1f4d967b98ce752c451f1973e5e46d987 8639 rabbitvcs_0.19-4_amd64.buildinfo
Checksums-Sha256:
40ea7171f00b84e87e5a136281c670f07719d0ac65c4a3e78d6b7d00089497c3 2335
rabbitvcs_0.19-4.dsc
3d7d088cb517e5335c517f0c49075045cc5fe4250bf8327c020bfd8a459c161e 6568
rabbitvcs_0.19-4.debian.tar.xz
2feb1f62aaefeb857845a6f4508d707122d371f26da9a6ebc657dca6a5003027 8639
rabbitvcs_0.19-4_amd64.buildinfo
Files:
577708897049aa2dbb00a3b0f47bd399 2335 vcs optional rabbitvcs_0.19-4.dsc
4f43a6a22f8f5971aba6241dc10065cb 6568 vcs optional
rabbitvcs_0.19-4.debian.tar.xz
9b9619fd02b3a5e375bcc46a5fc7b7d1 8639 vcs optional
rabbitvcs_0.19-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmeqcrwACgkQYS7xYT4F
D1T0hQ//fhOgTm+Q2HHsLjVO39xrffFXSipHqsm6zrDY5G2UKqeWh0EeTgnLev4/
XoZ+rK0TyNNAwBYsVImO0xyY0ce4o0M0r3TiplxPehm6Q0/s+DNhBk7yKAAwZ5ud
Ex4muw141HOp97xBdsyQ+w3MIycoguLIc8QjRE1kHm49mGc/sVA1G1okiXCDVdH1
5ecVmReaEVeu7kabpu4MHYAqH0cKcuDAFNQvP2CrU0PsJgH5Wl99ZFTjIjy9wUi7
6TUZl+zIg/XndHUovPl3Jt0eGcviqvl7KZDv8oAo7CKXFZhLRlYWF2R/QQAHVakE
4KiuSEinkiNkA7ZZZYuSuRcrEuO6ZzhMC2NshMKw0ST/Y9LCYtbrKDwvores7TEu
u9SxNXSwGFF4FDvUDEBviE9IzxmXxFi+UqvjIeOPPoCLUnDUt9O2hb+BPLS4guMy
OosUp+tHTaniaJ4M625BkFza7Fvesuu6vcR/tyImlODjXi4PJyHAlprhsEbrrvzY
ib1o9t3CAgHDYBDQiEwDQs3JsSlAK8EMAx5iyyBjM+24T2Sk/m3qjq32C9GcQCQ7
zwZcdh9TwyN+ADjzbYz+HP2ags8eD4YbQ7+rTrK0igop7L1m8HfYgyeWhWFUF0L/
jkQOw9KSPWsFtKLueU7IzIB27q8KE15Tl8MJzUCofN6eIF0n/0w=
=Giys
-----END PGP SIGNATURE-----
pgptNXf5zYPKX.pgp
Description: PGP signature
--- End Message ---