Bug#458789: uscan: framework for using external scripts: qx/script/

2015-09-05 Thread Osamu Aoki
Hi, Let me propose a new generic mangle rule: qx/script/ This mangles by feeding the target $string into the STDIN of script in the debian directory and reading its STDOUT back into the target $string. This works somewhat like a Perl command thus I used qx as the initiating command. $script

Bug#458789: uscan: framework for using external scripts: qx/script/

2015-09-05 Thread Osamu Aoki
On Sat, Sep 05, 2015 at 11:13:39PM +0900, Osamu Aoki wrote: ... > So we can use this as: > opts="pagemangle=qx/script/;suffix=+dfsg1;dversionmangle=s/+dfsg\d*$//" ... Oops. opts="pagemangle=qx/script/,suffix=+dfsg1,dversionmangle=s/+dfsg\d*$//" ... Osamu __

Bug#458789: uscan: framework for using external scripts: qx/script/

2015-09-05 Thread Jakub Wilk
Hi Osamu! * Osamu Aoki , 2015-09-05, 23:13: Let me propose a new generic mangle rule: qx/script/ This mangles by feeding the target $string into the STDIN of script in the debian directory and reading its STDOUT back into the target $string. I'm afraid this is no-no. Please (and services l

Bug#458789: uscan: framework for using external scripts: qx/script/

2015-09-07 Thread Osamu Aoki
Hi, On Sat, Sep 05, 2015 at 08:30:12PM +0200, Jakub Wilk wrote: > Hi Osamu! > > * Osamu Aoki , 2015-09-05, 23:13: > >Let me propose a new generic mangle rule: qx/script/ > > > >This mangles by feeding the target $string into the STDIN of script in the > >debian directory and reading its STDOUT ba