Acknowledgement sent
to Xavier <[email protected]>:
Extra info received and forwarded to list. Copy sent to Devscripts Maintainers <[email protected]>.
(Sun, 14 Oct 2018 08:03:09 GMT) (full text, mbox, link).
Hello,
could you please retry with the following changes in your debian/watch
file ?
diff --git a/debian/watch b/debian/watch
index 0a2e820..f62563c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -11,4 +11,4 @@ https://launchpad.net/inkscape/+download \
# find the signature
opts="pgpmode=previous" \
https://launchpad.net/inkscape/+download \
-Y(?:.*/)?@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@?.(?:asc|pgp|gpg|sig) previous
+(?:.*/)?@PACKAGE@@ANY_VERSION@(?:@ARCHIVE_EXT@)?\.(?:asc|pgp|gpg|sig)
previous
Until now, @ARCHIVE_EXT@ isn't enclosed in (), so @ARCHIVE_EXT@?
produces \.(?:tar...)? and not (?:\.(?:tar...)). That's why this change
is required.
Note also a "Y" at the beginning of line
Hi,
On Sun, Oct 14, 2018 at 09:46:02AM +0200, Xavier wrote:
> could you please retry with the following changes in your debian/watch
> file ?
>
> -Y(?:.*/)?@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@?.(?:asc|pgp|gpg|sig) previous
> +(?:.*/)?@PACKAGE@@ANY_VERSION@(?:@ARCHIVE_EXT@)?\.(?:asc|pgp|gpg|sig)
> previous
>
> Until now, @ARCHIVE_EXT@ isn't enclosed in (), so @ARCHIVE_EXT@?
> produces \.(?:tar...)? and not (?:\.(?:tar...)). That's why this change
> is required.
>
> Note also a "Y" at the beginning of line
Oh wow, I wonder I managed to add that Y… and thanks for pointing out
that other error.
However I had the reported bugs before this last small rewrite, so with
version 0.92.3-4.
And even fixing those two issues you pointed out I can still see the
reported issues…
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
Acknowledgement sent
to Xavier <[email protected]>:
Extra info received and forwarded to list. Copy sent to Devscripts Maintainers <[email protected]>.
(Mon, 15 Oct 2018 16:48:03 GMT) (full text, mbox, link).
Subject: Re: uscan: ignore USCAN_SYMLINK=rename with --download-version
Date: Mon, 15 Oct 2018 18:45:30 +0200
Hello,
looking at uscan doc, --report (same as --same) disables mk-origtargz,
so no operation is done and you fall on actual behavior (no rename).
What changes do you want?
NB: there are still other bugs :-(, I'm trying to fix them
Control: tag -1 moreinfo
On Mon, Oct 15, 2018 at 06:45:30PM +0200, Xavier wrote:
> looking at uscan doc, --report (same as --same) disables mk-origtargz,
> so no operation is done and you fall on actual behavior (no rename).
> What changes do you want?
Right, that's me being silly. I used both --report and
--download-version, which don't really make sense (shouldn't --report
(and --safe) conflict with all the --*)ownload* options? - unrelated,
eh!)
I'm now in a slow network place, so I'll try again tomrrow...
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
Acknowledgement sent
to Xavier <[email protected]>:
Extra info received and forwarded to list. Copy sent to Devscripts Maintainers <[email protected]>.
(Mon, 15 Oct 2018 18:15:04 GMT) (full text, mbox, link).
Subject: Re: Bug#910912: uscan: ignore USCAN_SYMLINK=rename with
--download-version
Date: Mon, 15 Oct 2018 20:11:47 +0200
Le 15/10/2018 à 19:10, Mattia Rizzolo a écrit :
> Control: tag -1 moreinfo
>
> On Mon, Oct 15, 2018 at 06:45:30PM +0200, Xavier wrote:
>> looking at uscan doc, --report (same as --same) disables mk-origtargz,
>> so no operation is done and you fall on actual behavior (no rename).
>> What changes do you want?
>
> Right, that's me being silly. I used both --report and
> --download-version, which don't really make sense (shouldn't --report
> (and --safe) conflict with all the --*)ownload* options? - unrelated,
> eh!)
>
> I'm now in a slow network place, so I'll try again tomrrow...
An idea:
retitle -1 uscan: --safe should allow operations that doesn't need to repack
severity -1 wishlist
On Mon, Oct 15, 2018 at 08:11:47PM +0200, Xavier wrote:
> Le 15/10/2018 à 19:10, Mattia Rizzolo a écrit :
> > Right, that's me being silly. I used both --report and
> > --download-version, which don't really make sense (shouldn't --report
> > (and --safe) conflict with all the --*)ownload* options? - unrelated,
> > eh!)
>
> An idea:
> retitle -1 uscan: --safe should allow operations that doesn't need to repack
> severity -1 wishlist
not really: since --safe is an alias for --report, that's clearly
something that is meant to only report the status, not do anything,
imho.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
Acknowledgement sent
to Xavier <[email protected]>:
Extra info received and forwarded to list. Copy sent to Devscripts Maintainers <[email protected]>.
(Tue, 16 Oct 2018 13:06:02 GMT) (full text, mbox, link).
Subject: Re: Bug#910912: uscan: ignore USCAN_SYMLINK=rename with
--download-version
Date: Tue, 16 Oct 2018 14:48:33 +0200
Le 16/10/2018 à 11:55, Mattia Rizzolo a écrit :
> Control: tag -1 -moreinfo
> Control: clone -1 -2
> Control: retitle -2 uscan: disallow using --report together with --*download*
>
> On Mon, Oct 15, 2018 at 07:10:03PM +0200, Mattia Rizzolo wrote:
>> On Mon, Oct 15, 2018 at 06:45:30PM +0200, Xavier wrote:
>>> looking at uscan doc, --report (same as --same) disables mk-origtargz,
>>> so no operation is done and you fall on actual behavior (no rename).
>>> What changes do you want?
>>
>> Right, that's me being silly. I used both --report and
>> --download-version, which don't really make sense (shouldn't --report
>> (and --safe) conflict with all the --*)ownload* options? - unrelated,
>> eh!)
>>
>> I'm now in a slow network place, so I'll try again tomrrow...
>
> Indeed, it works *nearly* as expected (check the bottom).
> So, I'm also proposing to disallow --report with all the download
> options, as they don't really make sense anyway.
If user choose --safe, it makes me feel uncomfortable to launch repack.
Today "--safe -d" downloads package and don't launch mk-origtargz.
That's why I proposed to launch mk-origtargz with also a --safe mode to
avoid unsafe operations but allow rename/copy/symlink (will fail if
repack is needed).
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.