[Blends-commit] [Git][blends-team/junior][master] 2 commits: Drop redundant adduser dependency
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri May 15 05:38:55 BST 2026
Andreas Tille pushed to branch master at Debian Blends Team / junior
Commits:
0445060a by Luca Boccassi at 2026-05-14T23:56:05+01:00
Drop redundant adduser dependency
The adduser dependency is already pulled in by blends-common,
which handles system user/group creation for Debian Blends.
The explicit dependency in junior-config is redundant, as none
of its binaries are used here.
- - - - -
bd71caf9 by Andreas Tille at 2026-05-15T06:38:54+02:00
Merge branch 'sysusers' into 'master'
Drop redundant adduser dependency
See merge request blends-team/junior!5
- - - - -
2 changed files:
- config/control
- debian/control
Changes:
=====================================
config/control
=====================================
@@ -1,6 +1,6 @@
Package: junior-config
Architecture: all
-Depends: adduser, ${misc:Depends}, menu, blends-common (>= 0.6.15)
+Depends: ${misc:Depends}, menu, blends-common (>= 0.6.15)
Description: Debian Jr. Project common package
This package builds the basic infrastructure of all junior-* packages.
.
=====================================
debian/control
=====================================
@@ -24,7 +24,7 @@ Description: Debian Jr. tasks for tasksel
Package: junior-config
Architecture: all
-Depends: adduser, ${misc:Depends}, menu, blends-common (>= 0.6.15)
+Depends: ${misc:Depends}, menu, blends-common (>= 0.6.15)
Description: Debian Jr. Project common package
This package builds the basic infrastructure of all junior-* packages.
.
View it on GitLab: https://salsa.debian.org/blends-team/junior/-/compare/bb64476c3ab2fbb42ce12df3d2d3415957df68a9...bd71caf98468fd104eac5dc686055482bca2cb7a
--
View it on GitLab: https://salsa.debian.org/blends-team/junior/-/compare/bb64476c3ab2fbb42ce12df3d2d3415957df68a9...bd71caf98468fd104eac5dc686055482bca2cb7a
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/blends-commit/attachments/20260515/d622f1be/attachment.htm>
More information about the Blends-commit
mailing list