Bug#781488: mate-netspeed: incorrect unit when show bits is selected

2015-06-05 Thread Boris Egorov
Hello, Patch is attached. Please review it, I didn't know what to write in metadata. Patch has been merged to upstream: https://github.com/mate-desktop/mate-netspeed/pull/28 -- Best regards, Boris Egorov Description: Use uppercase prefix for kilo- and mega- Using 'mb/s' is confusing - user

Bug#783352: www.debian.org: wrong range of number of CDs in Jessie release notes

2015-04-26 Thread Boris Egorov
Package: www.debian.org Severity: normal Dear Maintainer, Release notes for Jessie contain wrong information about number of CDs with binary packages[1]. It says '61 to 69 binary CDs (depending on the architecture)', but you can see that there are at least 85 CDs for amd64 [2] plus a few CDs

Bug#783352: www.debian.org: wrong range of number of CDs in Jessie release notes

2015-04-26 Thread Boris Egorov
Oh, this bug should be reported against 'release-notes' package. My fault, please change it. -- Best regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#783352: www.debian.org: wrong range of number of CDs in Jessie release notes

2015-04-26 Thread Boris Egorov
I forgot to include following note. Most likely, these numbers has been copied from Wheezy release notes [1] and not changed later. 1: https://www.debian.org/releases/wheezy/amd64/release-notes/ch-whats-new.en.html#cd On Sun, 26 Apr 2015 16:59:29 +0600 Boris Egorov ego...@linux.com wrote

Bug#779073: gnome-documents: add gnome-control-center to 'Recommends:' field

2015-02-23 Thread Boris Egorov
Package: gnome-documents Version: 3.14.2-1 Severity: normal Dear Maintainer, gnome-documents needs gnome-control-center package to work properly. If gnome-control-center is not installed, gnome-documents cannot import documents from online accounts. Moreover, gnome-documents cannot even warn

Bug#632035: [okular] okular(8201)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x26079c8 deleted without having been removed from the factory first. This will leak standalone popupmenus and could le

2015-02-18 Thread Boris Egorov
===-+-== okular-extra-backends (= 4:4.6.3-1) | 4:4.6.3-1 texlive-binaries | 2009-8 unrar | 1:4.0.3-1 poppler-data | 0.4.4-1 ghostscript | 9.02~dfsg-2 -- Best regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2015-02-17 Thread Boris Egorov
Sorry, PROGRESS_CHARS macro is used correctly, but INTERVAL and RUN_INTERVAL not. In my opinion, they should be defined and used once in static variable assigning, and nowhere else. On 02/17/2015 08:30 PM, Boris Egorov wrote: Looks like this patch is not applied yet. I can move value check

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2015-02-17 Thread Boris Egorov
of corresponding lowercase variables. I thought these changes should go to another patch. On 02/17/2015 08:08 PM, Sebastian Andrzej Siewior wrote: * Boris Egorov | 2014-11-27 16:20:34 [+0600]: Program will crash if nr_runs is 0 due to dividing by it in print_results(). Let's exit early instead

Bug#716237: [PATCH v2 1/2] rt-migrate-test: exit early if nr_runs is non-positive

2015-02-17 Thread Boris Egorov
Program will crash if nr_runs is 0 due to dividing by it in print_results(). Let's exit early instead. Fixes: http://bugs.debian.org/716237 Signed-off-by: Boris Egorov ego...@linux.com --- src/rt-migrate-test/rt-migrate-test.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Bug#716237: [PATCH v2 2/2] rt-migrate-test: use variables instead of macros

2015-02-17 Thread Boris Egorov
By default, static variables run_interval and interval assigned to macros with corresponding uppercase name, RUN_INTERVAL and INTERVAL. Later in code we should only use these variables to properly handle options passed by user. Signed-off-by: Boris Egorov ego...@linux.com --- src/rt-migrate-test

Bug#716237: [PATCH v2 0/2] rt-migrate-test: few sanity fixes

2015-02-17 Thread Boris Egorov
Few fixes for rt-migrate-test, one to fix arithmetic error and others to properly handle options passed by user. Difference of this series from the first patch: * value checks now taking place in parse_options() instead of main() * added second sanity patch Boris Egorov (2): rt-migrate-test

Bug#772410: [PATCH] Fix bashisms in scripts

2015-01-15 Thread Boris Egorov
On Wed, 10 Dec 2014 13:54:45 +0600 Boris Egorov ego...@linux.com wrote: Do not use bash-specific features in scripts with '#!/bin/sh' interpreter; it can be some other shell instead of bash. Exit codes converted to non-negative values identical to those before (to not break some scripts

Bug#772410: [PATCH] Fix bashisms in scripts

2014-12-10 Thread Boris Egorov
checked that line numbers in debian repo the same (apt-get source scilab) and send a patch here. -- Best Regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#772630: obsolete libupnp?

2014-12-10 Thread Boris Egorov
, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#772630: obsolete libupnp?

2014-12-10 Thread Boris Egorov
that fails? If I just run ./configure make, build fails. Usualy it was enough to build any package taken by 'apt-get source'. If using git-buildpackage is a default way, no problem. I just didn't hear about this tool before. -- Best regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist

Bug#772630: obsolete libupnp?

2014-12-09 Thread Boris Egorov
. -- Best Regards, Boris Egorov $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for --enable-debug... yes checking for --enable-charset... yes

Bug#772630: obsolete libupnp?

2014-12-09 Thread Boris Egorov
): --with-external-libupnp use external libupnp library (at least 1.3.1) [default = use internal bundled library] It builds fine with --with-external-libupnp. -- Best Regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#772410: [PATCH] Fix bashisms in scripts

2014-12-09 Thread Boris Egorov
apt script (apt.cron.daily). Fixes: https://bugs.debian.org/772410 Signed-off-by: Boris Egorov ego...@linux.com --- scilab/bin/scilab | 4 ++-- scilab/config/install-sh | 4 scilab/modules/dynamic_link/src/scripts/install-sh

Bug#772325: [PATCH] utils,mbim-network: fix bashisms

2014-12-08 Thread Boris Egorov
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772325 Signed-off-by: Boris Egorov ego...@linux.com --- utils/mbim-network.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/mbim-network.in b/utils/mbim-network.in index e58a148..5ea8dd6 100755 --- a/utils/mbim

Bug#772325: accepted in upstream

2014-12-08 Thread Boris Egorov
My patch was accepted in upstream: https://bugs.freedesktop.org/show_bug.cgi?id=87093 -- Best regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#633582: [PATCH] mkinitramfs: fix bashism in script

2014-12-08 Thread Boris Egorov
Closes: #633582 Signed-off-by: Boris Egorov ego...@linux.com --- mkinitramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index 5baa955..4552046 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -343,7 +343,7 @@ fi ( # preserve permissions if root

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2014-11-27 Thread Boris Egorov
Program will crash if nr_runs is 0 due to dividing by it in print_results(). Let's exit early instead. Fixes: http://bugs.debian.org/716237 Signed-off-by: Boris Egorov ego...@linux.com --- src/rt-migrate-test/rt-migrate-test.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/rt

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2014-11-27 Thread Boris Egorov
regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2014-11-27 Thread Boris Egorov
Program will crash if nr_runs is 0 due to dividing by it in print_results(). Let's exit early instead. Fixes: http://bugs.debian.org/716237 Signed-off-by: Boris Egorov ego...@linux.com --- src/rt-migrate-test/rt-migrate-test.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/rt

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2014-11-27 Thread Boris Egorov
for making a patch. Line numbers can be different for another repo, right? For the bugreport I've taken url from the 'apt-cache show rt-tests' (git://git.pengutronix.de/git/ukl/rt-tests.git). -- Best regards, Boris Egorov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#770840: ark: Ark crashes on exit when nested archives opened

2014-11-24 Thread Boris Egorov
Package: ark Version: 4:4.14.2-2 Severity: normal Dear Maintainer, Ark crashes when I open nested archives in it. Steps to reproduce: 1. Download some archive with nested archive in it. For example, some Debian package: wget

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2014-11-24 Thread Boris Egorov
Program will crash if nr_runs is 0 due to dividing by it in print_results(). Let's exit early instead. Fixes #716237 Signed-off-by: Boris Egorov ego...@linux.com --- src/rt-migrate-test/rt-migrate-test.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/rt-migrate-test/rt-migrate

Bug#716237: rt-migrate-test: more issues

2014-11-24 Thread Boris Egorov
Dear Maintanier, I found more issues in rt-migrate-test. There are a few variables which can be set by user (interval, run_interval), but they are not used. Instead code uses hardcoded macros. I create a patch to fix this. Where should I send it? -- Best Regards, Boris Egorov

Bug#761037: libepub-dev: Segfault on iterating over toc and possible memory leaks

2014-09-10 Thread Boris Egorov
Package: libepub-dev Version: 0.2.2-4 Severity: normal Dear Maintainer, I scanned library with cppcheck and llvm's scan-build. It founds a few possible memory leaks and NULL pointer dereference. I created a simple testcase which triggers NULL pointer dereference and segfaults my program. Usage

Bug#760435: libglib2.0-0: Missing characters in GTK apps

2014-09-03 Thread Boris Egorov
Source: libglib2.0-0 Version: 2.40.0-5 Severity: important Dear Maintainer, After the latest updates on Debian Jessie GTK apps loses some random characters. I upgraded yesterday and all was fine. Today I switched on my PC and it starts. I thought it might be KDE bug, but installing different