Lintian package-has-long-file-name only in salsa

2023-12-25 Thread Carles Pina i Estany

Hi,

I packaged some software and the name of the package with the version is
long:
python3-cloudscraper   1.2.71~git20230426.cbb3c0ea-1

The name of the final file such as:
carles@pinux:~/Baixades$ echo -n 
python3-cloudscraper_1.2.71~git20230426.cbb3c0ea-1_all.deb | wc -c
58

I see in
/usr/share/lintian/lib/Lintian/Check/Archive/File/Name/Length.pm that
tries to replace the architecture to kfreebsd-amd64 (longest) and avoid
the name to be > 80. Which I'm still ok:

carles@pinux:~/Baixades$ echo -n 
python3-cloudscraper_1.2.71~git20230426.cbb3c0ea-1_kfreebsd-amd64.deb | wc -c
69

(note: I should have tested with the .changes or .buildinfo file... does
not matter for going over 80)

But, in salsa... salsa appends the string +salsaci+20231210+20 so (I've
replace "all" with kfreebsd-amd64):

carles@pinux:~$ echo -n 
python3-cloudscraper_1.2.71~git20230426.cbb3c0ea-1+salsaci+20231210+20_kfreebsd-amd64.deb
 | wc -c
89

I would like to avoid this warning in salsa.

My only idea:
Use SALSA_CI_LINTIAN_SUPPRESS_TAGS in debian/salsa-ci.yml: but then I
will not know if some day I go over the limit in reality? Or, not by
salsa, I will know another moment.

Is there any other way that people are doing?

Would it be worth trying to make salsa lintian job to rename the job
before running lintian? (I mean, not now, but opening an issue for some
time in the future).

Thanks!

-- 
Carles Pina i Estany
https://carles.pina.cat


signature.asc
Description: PGP signature


Bug#1054561: RFS: qnetload/1.3.6-1 [ITP] -- Graphically display network speed and usage

2023-11-11 Thread Carles Pina i Estany

Hi,

On 11 Nov 2023 at 18:07:24, Tobias Frost wrote:

Thanks very much for reviewing the package.

> On Thu, Oct 26, 2023 at 12:24:13AM +0100, Carles Pina i Estany wrote:
> > Package: sponsorship-requests
> > Severity: wishlist
> > 
> >  * Package name : qnetload
> >Version  : 1.3.6-1
> 
> (Review of Upload #3 Uploaded:2023-10-25 23:09)
> 
> - autopkgtests: thanks for having one, but this test should be marked
>   superficicial.

Done: 
https://salsa.debian.org/carlespina/qnetload/-/commit/5382611266f7481650cdd74522aca783f59b0c88

>   (optional: For a non superficial test, you could run your test suite
>   in autopkgtest.)

I think that I will skip this for now.

I would like to run, in autopkgtest, a proper integration test that
tests /usr/bin/qnetload (those tests do not exist yet), instead of
building the unit tests in autopkgtest and running them (it's done in
the build step).

I will check the options for the future. I might get in touch in a
relevant mailing list or to you to share some thoughts.

> - d/copyright should have the complete license boiler plate for GPL-3

Oops, thanks, and I will ammend somewhere else (another package) where I also 
missed that.

https://salsa.debian.org/carlespina/qnetload/-/commit/0afc0046d3fd8ad251a35e6b2b3983f46575bf88

> Otherwise, package looks good. Please fix those two issues and I'll upload.

Excellent!

I've also updated debian/changelog timestamp:
https://salsa.debian.org/carlespina/qnetload/-/commit/44b25c13490c6010b5d26e444c58d144a83ab17d

New build:
https://mentors.debian.net/package/qnetload/:
 Upload #4 Uploaded: 2023-11-12 00:55

https://mentors.debian.net/debian/pool/main/q/qnetload/qnetload_1.3.6-1.dsc

> Remove the moreinfo tag when ready!

Will do!

-- 
Carles Pina i Estany
https://carles.pina.cat


signature.asc
Description: PGP signature


Re: Mysterious uscan problem

2023-10-31 Thread Carles Pina i Estany

Hi,

On 31 Oct 2023 at 20:23:15, Mattia Rizzolo wrote:
> On Tue, Oct 31, 2023 at 12:26:54PM +, Wookey wrote:

[...]

> BTW, @ANY_VERSION@ also already contains a v? in there, so you can do
> away with your own.

In bookworm's uscan yes, in bullseye's no :-( which is used by some
servers in debian. I learnt it here:
https://lists.debian.org/debian-qa/2023/10/msg00010.html

Causing the error in:
https://qa.debian.org/cgi-bin/watch?pkg=python-ping3

I reproduced the problem in bullseye, etc.

Cheers,

-- 
Carles Pina i Estany
https://carles.pina.cat


signature.asc
Description: PGP signature


Bug#1054561: closing

2023-10-25 Thread Carles Pina i Estany

I closed it as duplicated of #1053682

-- 
Carles Pina i Estany
https://carles.pina.cat


signature.asc
Description: PGP signature


Bug#1054561: RFS: qnetload/1.3.6-1 [ITP] -- Graphically display network speed and usage

2023-10-25 Thread Carles Pina i Estany
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "qnetload":

 * Package name : qnetload
   Version  : 1.3.6-1
   Upstream contact : Carles Pina i Estany 
 * URL  : https://github.com/cpina/qnetload
 * License  : GPL-3, CC-BY-3.0
 * Vcs  : https://salsa.debian.org/carlespina/qnetload
   Section  : net

The source builds the following binary packages:

  qnetload - Graphically display network speed and usage

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/qnetload/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/q/qnetload/qnetload_1.3.6-1.dsc

Changes for the initial release:

 qnetload (1.3.6-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1053480)

Regards,-- 
Carles Pina i Estany
https://carles.pina.cat


signature.asc
Description: PGP signature


Bug#1053682: RFS: qnetload/1.3.6-1 [ITP] -- Graphically display network speed and usage

2023-10-08 Thread Carles Pina i Estany

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "qnetload":

 * Package name : qnetload
   Version  : 1.3.6-1
   Upstream contact : Carles Pina i Estany 
 * URL  : https://github.com/cpina/qnetload
 * License  : GPL-3, CC-BY-3.0
 * Vcs  : https://salsa.debian.org/carlespina/qnetload
   Section  : net

The source builds the following binary packages:

  qnetload - Graphically display network speed and usage

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/qnetload/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/q/qnetload/qnetload_1.3.6-1.dsc

Changes for the initial release:

 qnetload (1.3.6-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1053480)

Regards,

-- 
Carles Pina i Estany
https://carles.pina.cat


signature.asc
Description: PGP signature


Bug#1053332: RFS: python-cloudscraper/1.2.69-2 [ITP] -- Python module to bypass Cloudflare's anti-bot page

2023-10-01 Thread Carles Pina i Estany
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "python-cloudscraper":

 * Package name : python-cloudscraper
   Version  : 1.2.69-2
   Upstream contact : [fill in name and email of upstream]
 * URL  : https://github.com/VeNoMouS/cloudscraper
 * License  : MIT
 * Vcs  : https://github.com/VeNoMouS/cloudscraper
   Section  : python

The source builds the following binary packages:

  python3-cloudscraper - Python module to bypass Cloudflare's anti-bot page

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/python-cloudscraper/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python-cloudscraper/python-cloudscraper_1.2.69-2.dsc

Changes for the initial release:

 python-cloudscraper (1.2.69-2) unstable; urgency=medium
 .
   * Initial release. (Closes: #1053134)

Regards,
-- 
  Carles Pina i Estany