Update deb dependencies #54

Merged
any1here merged 1 commit from refs/pull/54/head into master 2026-05-19 09:57:01 +00:00
any1here commented 2026-05-16 20:17:53 +00:00 (Migrated from codeberg.org)

@degausser Wasn't much to update

@degausser Wasn't much to update
alyx161 commented 2026-05-16 20:37:45 +00:00 (Migrated from codeberg.org)

Is there any context for this? Or is this just a inside thing between you two?

Is there any context for this? Or is this just a inside thing between you two?
any1here commented 2026-05-16 20:38:48 +00:00 (Migrated from codeberg.org)

@alyx161 wrote in https://codeberg.org/librewolf/bsys6/pulls/54#issuecomment-15081045:

Is there any context for this? Or is this just a inside thing between you two?

@degausser wrote in https://codeberg.org/librewolf/bsys6/pulls/53#issuecomment-15077205:

might be also worth once in a while to bump dependencies based on the official firefox deb, afaik the current set is the result of Alyx's revert to an older state, after the misunderstanding with the trixie deps.

@alyx161 wrote in https://codeberg.org/librewolf/bsys6/pulls/54#issuecomment-15081045: > Is there any context for this? Or is this just a inside thing between you two? @degausser wrote in https://codeberg.org/librewolf/bsys6/pulls/53#issuecomment-15077205: > might be also worth once in a while to bump dependencies based on the official firefox deb, afaik the current set is the result of Alyx's revert to an older state, after the misunderstanding with the trixie deps.
degausser commented 2026-05-16 20:42:19 +00:00 (Migrated from codeberg.org)
~$ comm -3 control_x86_64 control_aarch64
 libc6 (>= 2.18)
         libc6 (>= 2.28)
 libdbus-1-3 (>= 1.5.12)
         libdbus-1-3 (>= 1.9.14)
 libfontconfig1 (>= 2.11)
         libfontconfig1 (>= 2.12.6)
 libgcc1 (>= 1:4.1.1)
         libgcc1 (>= 1:4.5)
 libstdc++6 (>= 4.9)
         libstdc++6 (>= 5)

keep the newer version guard?

```sh ~$ comm -3 control_x86_64 control_aarch64 libc6 (>= 2.18) libc6 (>= 2.28) libdbus-1-3 (>= 1.5.12) libdbus-1-3 (>= 1.9.14) libfontconfig1 (>= 2.11) libfontconfig1 (>= 2.12.6) libgcc1 (>= 1:4.1.1) libgcc1 (>= 1:4.5) libstdc++6 (>= 4.9) libstdc++6 (>= 5) ``` keep the newer version guard?
degausser commented 2026-05-16 20:54:47 +00:00 (Migrated from codeberg.org)

@alyx161 to follow, get these:

https://ftp.mozilla.org/pub/firefox/releases/150.0.3/linux-{aarch,x86_}64/en-US/firefox-150.0.3.deb

if not on debian / without dpkg (otherwise dpkg -I):

ar x *.deb
tar xf control.tar.*
cat control

compare the dependency listings with each other and package_linux.sh (alphabetically sorted)

@alyx161 to follow, get these: ``` https://ftp.mozilla.org/pub/firefox/releases/150.0.3/linux-{aarch,x86_}64/en-US/firefox-150.0.3.deb ``` if not on debian / without dpkg (otherwise `dpkg -I`): ```sh ar x *.deb tar xf control.tar.* cat control ``` compare the dependency listings with each other and `package_linux.sh` (alphabetically sorted)
any1here commented 2026-05-16 21:03:47 +00:00 (Migrated from codeberg.org)

@degausser I didn't think about also checking the arm64 verison 👍

@degausser I didn't think about also checking the arm64 verison 👍
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
librewolf/bsys6!54
No description provided.