Bug#757726: ruby-rchardet: require 'rchardet fails' with invalid multibyte escape

2019-06-03 Thread Marek Veber
This version 1.3.3 is not ready for ruby-1.9 or ruby-2 ... On places with this bug can be inserted: "string[0]" -> "string.bytes[0]", but there is version 1.8 on rubygems (on github's changelog there is declared support for ruby-1.9.3 just in release 1.4.2)

Bug#791687: Acknowledgement (The snoopy package has no Multi-Arch: same support)

2015-07-07 Thread Marek Veber
Hi, I founded better solution, use: /$LIB/snoopy.so in /etc/ld.so.preload See attached patch. With regards -- Marek Veber Dne 7.7.2015 v 17:48 Debian Bug Tracking System napsal(a): > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply t

Bug#791687: Acknowledgement (The snoopy package has no Multi-Arch: same support)

2015-07-07 Thread Marek Veber
Hi, excuse my mistake in reporting my wish. Please drop this one or merge it into the 791685. -- Marek Veber Dne 7.7.2015 v 17:48 Debian Bug Tracking System napsal(a): > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply to let you

Bug#791687: The snoopy package has no Multi-Arch: same support

2015-07-07 Thread Marek Veber
Package: snoopy Version: 1.8.0-5 Severity: wishlist Tags: patch Please apply the attached patch to enable multiarch support for snoopy.so The snoopy.so will be relocated into /lib/$(DEB_HOST_MULTIARCH) and the record in the /etc/ld.so.preload will bee snoopy.so only, where the path will be compute

Bug#791685: The snoopy package has no Multi-Arch: same support

2015-07-07 Thread Marek Veber
Package: snoopy Version: 1.8.0-5 Severity: wishlist Tags: patch Please apply the attached patch to enable multiarch support for snoopy.so The snoopy.so will be relocated into /lib/$(DEB_HOST_MULTIARCH) and the record in the /etc/ld.so.preload will bee snoopy.so only, where the path will be compute

Bug#775313: debsums -c don't report all changed files

2015-01-15 Thread Marek Veber
Hi, Dne 15.1.2015 v 00:01 Axel Beckert napsal(a): Marek Veber wrote: The starting slash of the '-S' argument can repare the main bug Indeed. I've filed https://bugs.debian.org/775379 against dpkg as the documentation of "dpkg-query -S" does not explain this special

Bug#775313: debsums -c don't report all changed files

2015-01-13 Thread Marek Veber
my $correct_package = `dpkg-query "--admindir=$DPKG" -S "$path" | awk -F: '{print \$1}'`; + my $correct_package = `dpkg-query "--admindir=$DPKG" -S "/$path" | awk -F: '{print \$1}'`; chomp($correct_package); if ($pack ne $c