Bug#458777: uscan: Please support mangling the orig tarball version

2015-09-03 Thread Osamu Aoki
Hi, As I read this BTS report: https://bugs.debian.org/458777 I wonder we need yet another feature now. >From patch file, objective is: # Mangle the orig version in case it's different from upstream version # For example, convert 1-1-1 to 1.1.1 If (\d+)-(\d+)-(\d+) is used as matching pattern,

Bug#458777: uscan: Please support mangling the orig tarball version

2008-05-11 Thread Adam D. Barratt
On Sun, 2008-05-11 at 16:09 -0400, Andres Mejia wrote: > Ok, I read your example. It would be nice if you included the example you > gave > me in the manual page. I guess that would be my wishlist bug now. Thanks for the quick reply. I'll see if I can come up with a useful way of including it i

Bug#458777: uscan: Please support mangling the orig tarball version

2008-05-11 Thread Andres Mejia
On Sunday 11 May 2008 3:33:26 pm Adam D. Barratt wrote: > On Thu, 2008-03-20 at 18:40 +, Adam D. Barratt wrote: > > Hi, > > > > On Wed, 2008-01-02 at 14:44 -0500, Andres Mejia wrote: > > > Please allow support for mangling the orig tarball version from the > > > upstream version. This patch wou

Bug#458777: uscan: Please support mangling the orig tarball version

2008-05-11 Thread Adam D. Barratt
On Thu, 2008-03-20 at 18:40 +, Adam D. Barratt wrote: > Hi, > > On Wed, 2008-01-02 at 14:44 -0500, Andres Mejia wrote: > > Please allow support for mangling the orig tarball version from the > > upstream version. This patch would add support for the option > > origversionmangle in a watch file

Bug#458777: uscan: Please support mangling the orig tarball version

2008-03-20 Thread Adam D. Barratt
Hi, On Wed, 2008-01-02 at 14:44 -0500, Andres Mejia wrote: > Please allow support for mangling the orig tarball version from the > upstream version. This patch would add support for the option > origversionmangle in a watch file. This patch updates the manpage as > well. Thanks for the patch. How

Bug#458777: uscan: Please support mangling the orig tarball version

2008-01-02 Thread Andres Mejia
Here's an updated patch that fixes a minor issue in the manpage. --- scripts/uscan.pl.bak 2008-01-02 14:09:08.0 -0500 +++ scripts/uscan.pl 2008-01-02 14:09:56.0 -0500 @@ -713,6 +713,9 @@ elsif ($opt =~ /^filenamemangle\s*=\s*(.+)/) { @{$options{'filenamemangle'}} = split /

Bug#458777: uscan: Please support mangling the orig tarball version

2008-01-02 Thread Andres Mejia
Package: devscripts Version: 2.10.11 Severity: wishlist Tags: patch Please allow support for mangling the orig tarball version from the upstream version. This patch would add support for the option origversionmangle in a watch file. This patch updates the manpage as well. -- Regards, Andres Meji