[Pkg-javascript-devel] question about package uploads / sponsorship

Yadd yadd at debian.org
Sat Jan 8 18:33:16 GMT 2022


On 08/01/2022 19:21, Yadd wrote:
> On 08/01/2022 19:07, Loorey wrote:
>> Hey there again, sorry if I am bothering you with this,
>>
>> I guess since I am only a contributor and that won't actually change
>> anytime soon, I don't have any actual permission and need to ask a
>> Debian Developer for sponsorship on my packages, I asked earlier in the
>> JavaScript Team mailing lists, but now uploaded the package to mentors;
>> https://mentors.debian.net/package/node-big-integer/
>>
>> Again it's my first time and I probably messed up (gonna assume that
>> because of lintian saying a source file is missing which it isn't)
>> anyway, I would really appreciate it if you could help me out with
>> that and maybe even with the sponsorship part too, if I should just ask
>> in the mailing list again, tell me.
>>
>> Thanks and have a nice Weekend :)
> 
> Hi,
> 
> don't use mentors.debian.net for working in a team. Simply ask for 
> sponsorship in our mailing list. I'm going to review.
> 
> Cheers,
> Yadd

  * You didn't provide a well formated salsa repo: missing upstream and
    pristine-tar branch
  * Your repository doesn't match what is downloaded using uscan. Did you
    modify sources ?
  * After cleaning repo, test fails:

      Error: Cannot find module spec/lib/jasmine-2.1.3/jasmine.js

    You should add something in debian/rules to link jasmine.js from
    node-jasmine (available on salsa, not yet accepted)
  * Then lintian:

      E: node-big-integer source: pkg-js-autopkgtest-file-does-not-exist 
spec/spec.js
      W: node-big-integer: description-synopsis-starts-with-article
      I: node-big-integer source: unused-override source-is-missing 
spec/spec.js line length is 4796 characters (>512)
      X: node-big-integer source: 
debian-watch-does-not-check-gpg-signature [debian/watch]
      P: node-big-integer source: 
source-contains-prebuilt-javascript-object BigInteger.min.js
      P: node-big-integer source: very-long-line-length-in-source-file 
BigInteger.min.js line 1 is 21391 characters long (>512)

    You should fix that and exclude BigInteger.min.js from import and
    rebuild it (terser)

  * Of course autopkgtest fails also



More information about the Pkg-javascript-devel mailing list