Your message dated Fri, 30 Aug 2013 04:33:56 +0000 with message-id <[email protected]> and subject line Bug#719016: fixed in eiskaltdcpp 2.2.9-1 has caused the Debian Bug report #719016, regarding eiskaltdcpp-cli: needs adaptation to libjson-rpc-perl 1.03 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.) -- 719016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719016 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: eiskaltdcpp-cli Version: 2.2.8-1 Severity: important Tags: patch Please find attached a patch that adapts eiskaltdcpp-cli to libjson-rpc-perl 1.03 (just uploaded to experimental). JSON-RPC's upstream has changed (some two years ago), and that change led to some reorganisation, resulting in JSON::RPC::Client being renamed to JSON::RPC::Legacy::Client. I plan to upload libjson-rpc-perl 1.03 to unstable in two weeks, at which point eiskaltdcpp-cli would become uninstallable. I could NMU then if needed. Cheers, dam -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.10-1-amd64 (SMP w/4 CPU cores) Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages eiskaltdcpp-cli depends on: pn libdata-dump-perl <none> ii libgetopt-long-descriptive-perl 0.093-1 ii libjson-rpc-perl 0.96-3 pn libterm-shellui-perl <none> ii perl 5.14.2-21 eiskaltdcpp-cli recommends no packages. Versions of packages eiskaltdcpp-cli suggests: pn eiskaltdcpp-daemon <none>>From d874186578af27207f6a3122a36f943ac0377198 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov <[email protected]> Date: Wed, 7 Aug 2013 20:48:31 +0200 Subject: [PATCH] adapt to JSON-RPC 1.03 --- debian/control | 2 +- eiskaltdcpp-cli/cli-jsonrpc.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 1c82531..de3e3f7 100644 --- a/debian/control +++ b/debian/control @@ -352,7 +352,7 @@ Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libgetopt-long-descriptive-perl, libdata-dump-perl, - libjson-rpc-perl, + libjson-rpc-perl (>= 1.03), libterm-shellui-perl Replaces: eiskaltdcpp-cli-unstable Conflicts: eiskaltdcpp-cli-unstable diff --git a/eiskaltdcpp-cli/cli-jsonrpc.pl b/eiskaltdcpp-cli/cli-jsonrpc.pl index 1fc3bb8..cd203a6 100755 --- a/eiskaltdcpp-cli/cli-jsonrpc.pl +++ b/eiskaltdcpp-cli/cli-jsonrpc.pl @@ -25,7 +25,7 @@ use strict; use warnings; no warnings 'uninitialized'; use 5.012; -use JSON::RPC::Client; +use JSON::RPC::Legacy::Client; use Term::ShellUI; use Data::Dumper; use Getopt::Long; @@ -88,7 +88,7 @@ $obj->{'jsonrpc'} = $config{jsonrpc}; my $res; # creating and configuring jsonrpc client -my $client = new JSON::RPC::Client; +my $client = new JSON::RPC::Legacy::Client; $client->version("2.0"); $client->ua->timeout(10); #$client->ua->credentials('http://127.0.0.1:3121', 'jsonrpc', 'user' => 'password'); -- 1.8.4.rc1
--- End Message ---
--- Begin Message ---Source: eiskaltdcpp Source-Version: 2.2.9-1 We believe that the bug you reported is fixed in the latest version of eiskaltdcpp, 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. Boris Pek <[email protected]> (supplier of updated eiskaltdcpp 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: SHA1 Format: 1.8 Date: Fri, 30 Aug 2013 07:10:33 +0300 Source: eiskaltdcpp Binary: eiskaltdcpp eiskaltdcpp-common eiskaltdcpp-emoticons eiskaltdcpp-scripts eiskaltdcpp-sounds libeiskaltdcpp2.2 libeiskaltdcpp2.2-dbg libeiskaltdcpp-dev eiskaltdcpp-qt eiskaltdcpp-qt-mini eiskaltdcpp-qt-data eiskaltdcpp-qt-dbg eiskaltdcpp-qt-mini-dbg eiskaltdcpp-gtk eiskaltdcpp-gtk3 eiskaltdcpp-gtk-data eiskaltdcpp-gtk-dbg eiskaltdcpp-gtk3-dbg eiskaltdcpp-daemon eiskaltdcpp-daemon-dbg eiskaltdcpp-cli Architecture: source all i386 Version: 2.2.9-1 Distribution: unstable Urgency: low Maintainer: Boris Pek <[email protected]> Changed-By: Boris Pek <[email protected]> Description: eiskaltdcpp - EiskaltDC++ meta-package eiskaltdcpp-cli - EiskaltDC++ command-line interface eiskaltdcpp-common - common files for EiskaltDC++ eiskaltdcpp-daemon - EiskaltDC++ daemon eiskaltdcpp-daemon-dbg - EiskaltDC++ daemon (debug symbols) eiskaltdcpp-emoticons - emoticons for EiskaltDC++ eiskaltdcpp-gtk - EiskaltDC++ GUI on Gtk eiskaltdcpp-gtk-data - data files for EiskaltDC++ Gtk eiskaltdcpp-gtk-dbg - EiskaltDC++ GUI on Gtk (debug symbols) eiskaltdcpp-gtk3 - EiskaltDC++ GUI on Gtk3 eiskaltdcpp-gtk3-dbg - EiskaltDC++ GUI on Gtk3 (debug symbols) eiskaltdcpp-qt - EiskaltDC++ GUI on Qt eiskaltdcpp-qt-data - data files for EiskaltDC++ Qt eiskaltdcpp-qt-dbg - EiskaltDC++ GUI on Qt (debug symbols) eiskaltdcpp-qt-mini - EiskaltDC++ GUI on Qt (stripped-down version) eiskaltdcpp-qt-mini-dbg - EiskaltDC++ GUI on Qt (stripped-down version) (debug symbols) eiskaltdcpp-scripts - scripts examples for EiskaltDC++ eiskaltdcpp-sounds - sound files for EiskaltDC++ libeiskaltdcpp-dev - DC++ kernel from EiskaltDC++ (development files) libeiskaltdcpp2.2 - DC++ kernel library from EiskaltDC++ libeiskaltdcpp2.2-dbg - DC++ kernel from EiskaltDC++ (debug symbols) Closes: 719016 Changes: eiskaltdcpp (2.2.9-1) unstable; urgency=low . * Update to stable release 2.2.9. * Update debian/copyright. * Fixed in upstream: - fixed SIGABRT when gdk_display_get_default() returns NULL (LP: #968761) - fixed work with libjson-rpc-perl >= 1.00 (Closes: #719016) * Add debian/eiskaltdcpp-daemon.lintian-overrides: embedded library libjsoncpp with a number of project-specific patches. Checksums-Sha1: c98c0ebfc1475d09dfee3b7b6ec237ee9f82f6db 3398 eiskaltdcpp_2.2.9-1.dsc 2563a6280c2fff969f10261817987406c42a9d03 2327732 eiskaltdcpp_2.2.9.orig.tar.xz 20465dfa158b807762b0ed3c05d405ff8bfc7953 12483 eiskaltdcpp_2.2.9-1.debian.tar.gz d9708492049f8d73913a400d5196c8c0aa166309 22626 eiskaltdcpp_2.2.9-1_all.deb 81a76473cb4294db2404f7567d8e392f80e0f65e 64644 eiskaltdcpp-common_2.2.9-1_all.deb 4460e276ec92d78ae38f5830db58e579b3d1088b 419920 eiskaltdcpp-emoticons_2.2.9-1_all.deb 0491ca507424ce7e4224822009a3eb0fd048e10c 55918 eiskaltdcpp-scripts_2.2.9-1_all.deb 71e66275748f8dd62ad1464a27502604741622d0 213440 eiskaltdcpp-sounds_2.2.9-1_all.deb 5b91b481fa273c0d3fe97a58fcd48dd215ab15da 713460 libeiskaltdcpp2.2_2.2.9-1_i386.deb ba7ff91d459becf2c231e17bee7d03e9f3e01b60 8517496 libeiskaltdcpp2.2-dbg_2.2.9-1_i386.deb c9886057c4174888cb17ad18055929bf70980fe1 88302 libeiskaltdcpp-dev_2.2.9-1_i386.deb da0b47cd22c508ba7821d571fbef1057150bf730 885708 eiskaltdcpp-qt_2.2.9-1_i386.deb dfe8f45b212e6dded079baa6bf901e615b03f645 839530 eiskaltdcpp-qt-mini_2.2.9-1_i386.deb ea6770e70cf182b3cc770524d7775a827f05b775 695796 eiskaltdcpp-qt-data_2.2.9-1_all.deb 616ad2a65960167edc35bb2b485db44fc883f6d3 16283114 eiskaltdcpp-qt-dbg_2.2.9-1_i386.deb eb7237f2b51af9fb84ae0a173f00fee2fd674b9e 13442686 eiskaltdcpp-qt-mini-dbg_2.2.9-1_i386.deb 95995fab137877a650a986b4b295afca05ee92e6 561066 eiskaltdcpp-gtk_2.2.9-1_i386.deb 0a8027ca8af7d10aa110361b31047ac6e6f12778 560188 eiskaltdcpp-gtk3_2.2.9-1_i386.deb ae9de394f9bab3076bc4f279e661d8f568103865 292902 eiskaltdcpp-gtk-data_2.2.9-1_all.deb fa444b7b74251cf53e0f49082bb599d19ec9fb4b 5888074 eiskaltdcpp-gtk-dbg_2.2.9-1_i386.deb c662d3717282d10374da465f519dbeb5d8403377 5823636 eiskaltdcpp-gtk3-dbg_2.2.9-1_i386.deb a1738d842e232797fab1b38aa6b39c89bd4c5fd3 152550 eiskaltdcpp-daemon_2.2.9-1_i386.deb d1b8c72c8bb8c43c1bcc9df9c3cece4a17221910 1081158 eiskaltdcpp-daemon-dbg_2.2.9-1_i386.deb 787d1fa620d23b59669663764ad65f1253ae2713 27918 eiskaltdcpp-cli_2.2.9-1_all.deb Checksums-Sha256: bbcf0962fc34c5c30b9a71a4dc41c6ef5434dcbd7e43f04b060de4a648dcc095 3398 eiskaltdcpp_2.2.9-1.dsc 3d9170645450f9cb0a605278b8646fec2110b9637910d86fd27cf245cbe24eaf 2327732 eiskaltdcpp_2.2.9.orig.tar.xz da452372345ab8bb255a84efb13bccfac3f5e84b5f56fd7e2fd41f1d21648f3e 12483 eiskaltdcpp_2.2.9-1.debian.tar.gz 1daf48b866960b244e8c8e426ca9463763eaf15565c0d9011ed8e4dcc8bdafa1 22626 eiskaltdcpp_2.2.9-1_all.deb e6f8d2ccc07ca6c722cde21361cff4d142612a0fd132e969e59a530e81010386 64644 eiskaltdcpp-common_2.2.9-1_all.deb 84b4d1321e62f842bcf94546fbdd229c5063fe3f6396c51e73ec228083c9a33b 419920 eiskaltdcpp-emoticons_2.2.9-1_all.deb fced621dfd8aa43f8ffba8fd6872f23ec67d44c3beb77fd848916c5bc92b8231 55918 eiskaltdcpp-scripts_2.2.9-1_all.deb 0ccc2f26cb4accbe42a2ce9e8f71bff414bda92e608d4b11dac4c2adfdbd047d 213440 eiskaltdcpp-sounds_2.2.9-1_all.deb 918bcd67a3b1cbb8366e930a453d239ad3cca036d084f2d539a6e5affc8fdcea 713460 libeiskaltdcpp2.2_2.2.9-1_i386.deb 4d2742f0a2c1b55078432d48a14e19e321bc1c417f0fcd57b381bba0bab50e62 8517496 libeiskaltdcpp2.2-dbg_2.2.9-1_i386.deb d055f6a8d0570bafb332cd35179b5d7573db5e0df8185da0fd31afb30baec6d2 88302 libeiskaltdcpp-dev_2.2.9-1_i386.deb 1e5011fa34fed2b75295f5618b2af9fb276755fd4a7455cfe9925bd016839c6f 885708 eiskaltdcpp-qt_2.2.9-1_i386.deb febadc946b882dedc395e9a5c9b1d9fcbea1bae083c56d7f6d9b9b2d2406fbea 839530 eiskaltdcpp-qt-mini_2.2.9-1_i386.deb 88834b89e7583737051e901d52e083e2e9d47c0591cb6db6c920ab0b56025aac 695796 eiskaltdcpp-qt-data_2.2.9-1_all.deb 32ca055e53d0043dcef3283c1bcf3b4efa6045c5527d8668bc1ad25768b91490 16283114 eiskaltdcpp-qt-dbg_2.2.9-1_i386.deb 77cef393f2d6e40e2c9cc285df4cae259a3db35714eff9fb9a9d463c08059259 13442686 eiskaltdcpp-qt-mini-dbg_2.2.9-1_i386.deb 97e7a8eb24f2aa7d16744158562c988877caeb2762a4588dbe3c1178d4473967 561066 eiskaltdcpp-gtk_2.2.9-1_i386.deb 913adae988a599bc719c9069644296902bdb9059d24ffbb89763cec4dd42d79c 560188 eiskaltdcpp-gtk3_2.2.9-1_i386.deb bb31b5c232234e6c860a0916a19a8e6607711079cff000a144828b267ba1f068 292902 eiskaltdcpp-gtk-data_2.2.9-1_all.deb bf477f91319ad6aa5162d4bdc4f4a2a73aff7d6715f08daeb602e9538f83ddf3 5888074 eiskaltdcpp-gtk-dbg_2.2.9-1_i386.deb dd3c52663f0005381c6308a1881c5ebd90e95f63e13dbdca3f0bae3ad4adba90 5823636 eiskaltdcpp-gtk3-dbg_2.2.9-1_i386.deb 0a6bda57c9e7be56cce8cd2c78b7dd4e012d66c8e4d7cbc91e2fc52c640e702e 152550 eiskaltdcpp-daemon_2.2.9-1_i386.deb 62cc7957eb9445cb34227b736e7503e511f5b36346418b82c0aca5f77102544e 1081158 eiskaltdcpp-daemon-dbg_2.2.9-1_i386.deb 436b50954b70f2e7968035be2aed390b3da3c204d8edddf7636486e684ecfd92 27918 eiskaltdcpp-cli_2.2.9-1_all.deb Files: c26f0b5fa94f71bc5bf3a3eb5800e69b 3398 net optional eiskaltdcpp_2.2.9-1.dsc 215a1d823d4609820bb910ceffca7371 2327732 net optional eiskaltdcpp_2.2.9.orig.tar.xz 23b9c811e9ebd2d859594a7785beea0a 12483 net optional eiskaltdcpp_2.2.9-1.debian.tar.gz a89dc3663a61fdb3b2508a58c7f2a6ea 22626 metapackages optional eiskaltdcpp_2.2.9-1_all.deb 07d67a729bddc6ad66d9522a311248db 64644 net optional eiskaltdcpp-common_2.2.9-1_all.deb 27655165ed60822b4eb0f1500dd64d1a 419920 net optional eiskaltdcpp-emoticons_2.2.9-1_all.deb fa7a6023affd0466264cf56536ba86c5 55918 net optional eiskaltdcpp-scripts_2.2.9-1_all.deb b35f854b9f11c1f15737ddadfc01b037 213440 net optional eiskaltdcpp-sounds_2.2.9-1_all.deb ba5d9851b25877f9834043d5dc139ccd 713460 net optional libeiskaltdcpp2.2_2.2.9-1_i386.deb 0557bdec9cc14cea87d2019172e2562e 8517496 debug extra libeiskaltdcpp2.2-dbg_2.2.9-1_i386.deb 1dbdb14b572ce22c12571e3412fb5801 88302 libdevel optional libeiskaltdcpp-dev_2.2.9-1_i386.deb 362261f6391e79ff26489cb2f86d85e5 885708 net optional eiskaltdcpp-qt_2.2.9-1_i386.deb 2ac6c1515c2eab676dfa74c11e45dc62 839530 net optional eiskaltdcpp-qt-mini_2.2.9-1_i386.deb 1622ba1eba456286ec39379b302ab9d9 695796 net optional eiskaltdcpp-qt-data_2.2.9-1_all.deb 1f941c0992fe7c9df56b413d64b32095 16283114 debug extra eiskaltdcpp-qt-dbg_2.2.9-1_i386.deb e13b19e4d56ab9b7fc830e753e2ac1ec 13442686 debug extra eiskaltdcpp-qt-mini-dbg_2.2.9-1_i386.deb 543947d81f6e2a5e801936b788e61553 561066 net optional eiskaltdcpp-gtk_2.2.9-1_i386.deb 0babe9a4187c29a915f5adc94792b306 560188 net optional eiskaltdcpp-gtk3_2.2.9-1_i386.deb 4a34e35cb4ed4f66cd686655c784de39 292902 net optional eiskaltdcpp-gtk-data_2.2.9-1_all.deb 9068496bf8ba77941efd9a2074aecccd 5888074 debug extra eiskaltdcpp-gtk-dbg_2.2.9-1_i386.deb cb8c3aa8daeb16a5f3d70df852cd10b0 5823636 debug extra eiskaltdcpp-gtk3-dbg_2.2.9-1_i386.deb 978503fc81e3a49050dba322bfbaae69 152550 net optional eiskaltdcpp-daemon_2.2.9-1_i386.deb 963f3c680df1925b04d58ffeb1376acd 1081158 debug extra eiskaltdcpp-daemon-dbg_2.2.9-1_i386.deb 7241fb959b550799cc7ff3073802d1bf 27918 net optional eiskaltdcpp-cli_2.2.9-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAEBAgAGBQJSIBzQAAoJENABW9Eo85J44b4QALXMoRSq+PikEPYCwkATAH1j IjNjjX4ZA9BdqoHdKouFXEvrErIffowrAFfjQhMMvPDXnLFGR86UCzGFb0I+moir phZfw+19MKCReMhkEy6nHYARBET+IeCOA9chU9KiGzcHwnUAYOaUnYp0E80tvAUi hzCU/Wnc6uXxVOj9J4I+ee3oyOPAEBXld872RDVst018ve7R9VgRqo9mOzqxgvo1 LDdALPqrHz6/HoN6B0V4jfJ9mE4jVZsjp0DmJsfoOMVGY82QcrbsjbpTZPFqlf1t ouDxPoId4pJ7UM450Yz0sk78hFCLrNDYhTZx6JOExBLrTjcRNsRWVe6K7lRVimat 2zA1lYuzJa9GKMc+FDb/LqIlekv9WlQgA+z56HdGyD4hMs+7APqTLK/HcBPoYjUi yr8y7u5vHzS3wGxqIr8MC6TKpPvqWj5uOe561J8eN5xq/u5oh3DMs/pQw1vlmoyV dqD0/lY8+6t9SnjS1sb8Ux0aOCNyY/KZ1BInB5Rrlb/qAq5vGMigT6OjKWgfv+H0 NStmpX556qVmFodXDfcOVXXNj1zO77v1jgRIK7OQHWb++tWqQJO3tBLr5OFDJ6DX RwWi8rLjEJ0zm68EJaDxzb0I/XeLVjhSb/dSzFhBw2hvjLDo16y54kEGgXaQC4+I WcuzHGy4+24RFoIUFb/U =D/lk -----END PGP SIGNATURE-----
--- End Message ---

