Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian nodejs package provides nodejs:any #1346

Open
kapouer opened this issue Jan 27, 2022 · 3 comments
Open

debian nodejs package provides nodejs:any #1346

kapouer opened this issue Jan 27, 2022 · 3 comments

Comments

@kapouer
Copy link

kapouer commented Jan 27, 2022

Hi,

for some multiarch-support reason, debian (bookworm/12 and following releases) automatically adds
Provides: nodejs:any
to its binary nodejs package.

This cannot be removed (without breaking multiarch support, i guess),
and is a major problem when a user wants to install nodejs from a debian nodesource repository:
all other packages depending on "nodejs:any" must be removed.

Would it be possible to add Provides: nodejs:any in the nodejs package generated by nodesource ?

Thanks for considering, it would ease the pain.

@guimard
Copy link

guimard commented Jan 27, 2022

You just have to add

Multi-Arch: allowed

in debian/control, section "Package: node" (or "Package: nodejs")

@LDVSOFT
Copy link

LDVSOFT commented Jul 18, 2023

Hi! Any progress here on this?

@kapouer
Copy link
Author

kapouer commented Apr 24, 2024

Hi, any chance to see this fixed one day ?
It's somewhat benign and will allow users to switch back and forth between debian and nodesource packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants