Bug#764461: debhelper: [PATCH] Add '--show-progress' option.

2018-05-19 Thread Niels Thykier
Control: tags -1 moreinfo On Wed, 8 Oct 2014 11:42:06 +0100 James Hunt wrote: > > Package: debhelper > Version: 9.20140613ubuntu2 > Severity: normal > > Dear Maintainer, > > [...] > > This idea was inspired by perusing the excellent FTBFS page at [1]. > Currently, we can see easily which pack

Bug#764461: debhelper: [PATCH] Add '--show-progress' option.

2014-10-08 Thread James Hunt
Thanks Jakub. Updated patch attached. Kind regards, James -- James Hunt From 073d5b01e5f62fcdf998603d4fc49cc67d823db8 Mon Sep 17 00:00:00 2001 From: James Hunt Date: Wed, 8 Oct 2014 11:30:42 +0100 Subject: Add '--show-progress' option. Signed-off-by: James Hunt --- Debian/Debhelper/Dh_Get

Bug#764461: debhelper: [PATCH] Add '--show-progress' option.

2014-10-08 Thread Jakub Wilk
* James Hunt , 2014-10-08, 11:42: + if (defined $ENV{SHOW_PROGRESS} && $ENV{SHOW_PROGRESS} ne "") { Presumably s/SHOW_/DH_SHOW_/g in this line? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Bug#764461: debhelper: [PATCH] Add '--show-progress' option.

2014-10-08 Thread James Hunt
Package: debhelper Version: 9.20140613ubuntu2 Severity: normal Dear Maintainer, dh currently offers a '--no-act' option that will show the commands that would be run. It also displays the name of the command that failed in the event of error. This patch adds a '--show-progress' option (along w