Hello Osamu, Thank you for working on this bug!
In the case there is a query string you have:
> + $options{'pgpsigurlmangle'} = [ 's/\?/.' . $suffix .
> '?/', ];
And in the case with no query string, you use the old code:
> + $options{'pgpsigurlmangle'} = [ 's/$/.' . $suffix .
> '/', ];
Shouldn't there be a '$' in the first one, too?
--
Sean Whitton
signature.asc
Description: PGP signature
_______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
