Package: libruby1.9.1 Version: 1.9.1.378-1 Severity: minor Tags: patch ruby1.9.1 interpriter has reported a warning in /usr/lib/ruby/1.9.1/pathname.rb.
Run as follows: % ruby1.9.1 -w -e 'require "pathname"' /usr/lib/ruby/1.9.1/pathname.rb:270: warning: `*' interpreted as argument prefix Following patch will fix this problem. --- /tmp/pathname.rb.orig 2010-01-24 14:17:46.628899965 +0900 +++ /usr/lib/ruby/1.9.1/pathname.rb 2010-01-24 14:18:15.000000000 +0900 @@ -267,7 +267,7 @@ ensure Thread.current[:pathname_sub_matchdata] = old end - yield *args + yield(*args) } else path = @path.sub(pattern, *rest) -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32.2-k8 (SMP w/2 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libruby1.9.1 depends on: ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib ii libncurses5 5.7+20090803-2 shared libraries for terminal hand ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime libruby1.9.1 recommends no packages. libruby1.9.1 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org