[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#684799: unblock: bundler/1.1.4-5



Control: tags -1 moreinfo

On 2012-08-14 02:20, Gunnar Wolf wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package bundler
> 
> This package displays its usage information using 'less'. On systems
> without 'less' installed, using 'sensible-pager' should work. The diff
> is trivial:
> 
>[...]
> +===================================================================
> +--- bundler.orig/lib/bundler/cli.rb    2012-07-25 17:34:22.000000000 -0500
> ++++ bundler/lib/bundler/cli.rb 2012-08-13 19:04:18.000000000 -0500
> +@@ -41,7 +41,7 @@
> + 
> +         if have_groff? && root !~ %r{^file:/.+!/META-INF/jruby.home/.+}
> +           groff   = "groff -Wall -mtty-char -mandoc -Tascii"
> +-          pager   = ENV['MANPAGER'] || ENV['PAGER'] || 'less -R'
> ++          pager   = ENV['MANPAGER'] || ENV['PAGER'] || 'sensible-pager -R'

"more" (the default "fall-back" pager used by sensible-pager) does not
accept -R as far as I know.  If so, this change will not help for
systems without less.

> [...]
> 
> Thanks!
> 
> unblock bundler/1.1.4-5
> 
> [...]
> 
> 

~Niels


Reply to: