Bug#804239: marked as pending

Osamu Aoki osamu at debian.org
Mon Nov 9 14:25:55 UTC 2015


Hi,

On Mon, Nov 09, 2015 at 10:47:38AM +0000, Robie Basak wrote:
> Hi Osamu,
> 
> Thank you for the quick update. Did you intend to commit this to the
> "multitar" branch?

It was commited to the multitar branch.

You mean that I merge multitar to main.  Yes, I am asking if that is OK.

> I have managed to get uscan to work with your recent commits. Thank you!

Good.  Please check if there is any sytrange thing.  Also. please read
the new improved manpage.

> For the record, this is what works for me:

If I were you, I do the following with multitar

I did not understand why /?\? part in gpg\/?\?file of downloadurlmangle
Also why not bump to version 4

So not-tested but I think following is what you want

version=4
opts="downloadurlmangle=s/\/downloads\/gpg\/\?file=(mysql-([\d\.]*).tar.gz)/\/get\/Downloads\/MySQL-5.6\/$1/,\
      pgpsigurlmangle=s/\/get\/Downloads\/MySQL-5.6\/(mysql-([\d\.]*).tar.gz)/\/downloads\/gpg\/?file=$1/,\
      filenamemangle=s/\/downloads\/gpg\/?\?file=mysql\-([\d\.]*)\.tar\.gz/mysql-$1.tar.gz/" \
      http://dev.mysql.com/downloads/mysql/5.6.html?os=src \
      /downloads/gpg/\?file=mysql-([\d\.]*).tar.gz

Or use non-/ to make it more readable

version=4
opts="downloadurlmangle=s&/downloads/gpg/\?file=(mysql-([\d\.]*).tar.gz)&/get/Downloads/MySQL-5.6/$1&,\
      pgpsigurlmangle=s&/get/Downloads/MySQL-5.6/(mysql-([\d\.]*).tar.gz)&/downloads/gpg/?file=$1&,\
      filenamemangle=s&/downloads/gpg/?\?file=mysql\-([\d\.]*)\.tar\.gz&mysql-$1.tar.gz&" \
      http://dev.mysql.com/downloads/mysql/5.6.html?os=src \
      /downloads/gpg/\?file=mysql-([\d\.]*).tar.gz

Interesting dancing using sig file and downloadurlmangle etc.

Osamu



More information about the devscripts-devel mailing list