Marc Haber pushed to branch master at Debian / adduser
Commits: 1f652448 by Marc Haber at 2025-03-05T07:46:10+01:00 reduce perl requirements to 5.36 (bookworm) for upgrades - - - - - 5 changed files: - AdduserCommon.pm - AdduserLogging.pm - AdduserRetvalues.pm - adduser - deluser Changes: ===================================== AdduserCommon.pm ===================================== @@ -1,5 +1,5 @@ package Debian::AdduserCommon 3.139; -use 5.40.0; +use 5.36.0; use utf8; # Subroutines shared by the "adduser" and "deluser" utilities. ===================================== AdduserLogging.pm ===================================== @@ -1,5 +1,5 @@ package Debian::AdduserLogging 3.139; -use 5.40.0; +use 5.36.0; use utf8; # Adduser logging Subroutines ===================================== AdduserRetvalues.pm ===================================== @@ -1,5 +1,5 @@ package Debian::AdduserRetvalues 3.139; -use 5.40.0; +use 5.36.0; use utf8; # Adduser definitions of return values ===================================== adduser ===================================== @@ -22,7 +22,7 @@ # # License: GPL-2+ -use 5.40.0; +use 5.36.0; use utf8; use Getopt::Long; ===================================== deluser ===================================== @@ -20,7 +20,7 @@ # # License: GPL-2+ -use 5.40.0; +use 5.36.0; use utf8; use Getopt::Long; View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/1f652448abda698d8b90c1f87e0506e4d8d50868 -- View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/1f652448abda698d8b90c1f87e0506e4d8d50868 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-shadow-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-shadow-devel
