Bug#996909: [Pkg-javascript-devel] Bug#996909: Bug#996909: acorn: Invalid package section for node-debbundle-acorn

2021-10-20 Thread Mattia Rizzolo
On Wed, Oct 20, 2021 at 08:47:51PM +0200, Bastien ROUCARIES wrote:
> Go nmu
> 
> I will be far from a computer a few days...
> 
> Do no t forger to apply to salsa or at least do a merge request

There is no actual urgency to fix it since in ubuntu they already made
an upload there to workaround it.

I pushed the fix, but I'll leave the upload to you (or others) whenever
you see fit.

-- 
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  `-


signature.asc
Description: PGP signature


Bug#996909: [Pkg-javascript-devel] Bug#996909: acorn: Invalid package section for node-debbundle-acorn

2021-10-20 Thread Bastien ROUCARIES
Go nmu

I will be far from a computer a few days...

Do no t forger to apply to salsa or at least do a merge request

Thanks

Le mer. 20 oct. 2021 à 18:06, Steve Langasek 
a écrit :

> Package: acorn
> Version: 8.5.0+ds+~cs24.17.6-2
> Severity: normal
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu jammy ubuntu-patch
>
> Hi Bastien,
>
> The latest version of acorn has node-debbundle-acorn listed in Section:
> oldlib.  This is invalid; the correct section name is 'oldlibs'.  In the
> Debian archive, this is not an issue because the Debian archive applies
> overrides to all packages (indeed, I see the archive still lists this
> package as 'Section: javascript'), but in Ubuntu this blocks the binary
> package from being uploaded.  So I have applied the attached patch for
> Ubuntu, which should also be correct for Debian.
>
> Cheers,
> --
> Steve Langasek   Give me a lever long enough and a Free OS
> Debian Developer   to set it on, and I can move the world.
> Ubuntu Developer   https://www.debian.org/
> slanga...@ubuntu.com vor...@debian.org
> --
> Pkg-javascript-devel mailing list
> pkg-javascript-de...@alioth-lists.debian.net
>
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
>


Bug#996909: acorn: Invalid package section for node-debbundle-acorn

2021-10-20 Thread Steve Langasek
Package: acorn
Version: 8.5.0+ds+~cs24.17.6-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch

Hi Bastien,

The latest version of acorn has node-debbundle-acorn listed in Section:
oldlib.  This is invalid; the correct section name is 'oldlibs'.  In the
Debian archive, this is not an issue because the Debian archive applies
overrides to all packages (indeed, I see the archive still lists this
package as 'Section: javascript'), but in Ubuntu this blocks the binary
package from being uploaded.  So I have applied the attached patch for
Ubuntu, which should also be correct for Debian.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru acorn-8.5.0+ds+~cs24.17.6/debian/control 
acorn-8.5.0+ds+~cs24.17.6/debian/control
--- acorn-8.5.0+ds+~cs24.17.6/debian/control2021-10-17 08:56:32.0 
-0700
+++ acorn-8.5.0+ds+~cs24.17.6/debian/control2021-10-19 22:06:36.0 
-0700
@@ -65,7 +65,7 @@
 Package: node-debbundle-acorn
 Architecture: all
 Multi-Arch: foreign
-Section: oldlib
+Section: oldlibs
 Depends: ${misc:Depends}
  , node-acorn (= ${binary:Version})
 Breaks: node-acorn (<<8.5.0+ds+~cs23.9.6-2~)