Bug#1007842: Bug#909124: quilt: Please fail gracefully on 'quilt series' when less(1) is not installed

2022-03-24 Thread Trent W. Buck
Daniel Shahaf wrote: > > FAILS: env PAGER=cat quilt series > > WORKS: env -u LESS PAGER=cat quilt series > > > > > > This is actually a separate but related bug in quilt. > > If $LESS is set, quilt ignores $PAGER and forces less. > > This is wrong. > ⋮ > > 18:38 [ -n "$LESS" -a -z

Bug#909124: quilt: Please fail gracefully on 'quilt series' when less(1) is not installed

2022-03-17 Thread Daniel Shahaf
Control: clone 909124 -2 Control: severity -2 normal Control: retitle -2 quilt: don't set QUILT_PAGER=less when $LESS is set Control: tags -2 upstream Control: found -2 0.66-2.1 Control: tags 909124 upstream patch Control: found 909124 0.66-2.1 Control: severity 909124 minor Trent W. Buck wrote

Bug#909124: quilt: Please fail gracefully on 'quilt series' when less(1) is not installed

2022-03-17 Thread Trent W. Buck
Trent W. Buck wrote: > I ran into the same bug, except PAGER=cat also fails. > > I also tried fixing ${x-fallback} to the more normal ${x:-fallback}, but it > did not help. > > I do not understand why that is happening. > > root@hera:/gdk-pixbuf# quilt series >

Bug#909124: quilt: Please fail gracefully on 'quilt series' when less(1) is not installed

2022-03-16 Thread Trent W. Buck
I ran into the same bug, except PAGER=cat also fails. I also tried fixing ${x-fallback} to the more normal ${x:-fallback}, but it did not help. I do not understand why that is happening. root@hera:/gdk-pixbuf# quilt series /usr/share/quilt/scripts/patchfns: line 1128: less: command not

Bug#909124: quilt: Please fail gracefully on 'quilt series' when less(1) is not installed

2018-09-18 Thread Daniel Shahaf
Package: quilt Version: 0.65-2 Severity: wishlist Dear Maintainer, In a minimal sid chroot, where less(1) is not installed: % QUILT_PATCHES=debian/patches quilt series /usr/share/quilt/scripts/patchfns: line 1109: less: command not found % Please consider using a fallback (such as