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

Steve Langasek steve.langasek at canonical.com
Wed Oct 20 17:02:05 BST 2021


Package: acorn
Version: 8.5.0+ds+~cs24.17.6-2
Severity: normal
Tags: patch
User: ubuntu-devel at 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/
slangasek at ubuntu.com                                     vorlon at debian.org
-------------- next part --------------
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/control	2021-10-17 08:56:32.000000000 -0700
+++ acorn-8.5.0+ds+~cs24.17.6/debian/control	2021-10-19 22:06:36.000000000 -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~)


More information about the Pkg-javascript-devel mailing list