summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 05:55:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 05:55:27 +0000
commit065405a17c6bcde90c61f2706ba500e04fe5d03c (patch)
tree0508f3454e5197bb34b475d5f7374935a703c40d /debian/control
parentAdding upstream version 3.118+deb11u1. (diff)
downloadadduser-065405a17c6bcde90c61f2706ba500e04fe5d03c.tar.xz
adduser-065405a17c6bcde90c61f2706ba500e04fe5d03c.zip
Adding debian version 3.118+deb11u1.debian/3.118+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f15c414
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: adduser
+Section: admin
+Priority: important
+Maintainer: Debian Adduser Developers <adduser@packages.debian.org>
+Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
+Standards-Version: 4.2.1
+Build-Depends: po-debconf, debhelper (>= 9)
+Build-Depends-Indep: gettext, po4a
+Vcs-Browser: https://salsa.debian.org/debian/adduser
+Vcs-Git: https://salsa.debian.org/debian/adduser.git
+
+Package: adduser
+Architecture: all
+Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
+Depends: passwd, ${misc:Depends}
+Suggests: liblocale-gettext-perl, perl
+Description: add and remove users and groups
+ This package includes the 'adduser' and 'deluser' commands for creating
+ and removing users.
+ .
+ - 'adduser' creates new users and groups and adds existing users to
+ existing groups;
+ - 'deluser' removes users and groups and removes users from a given
+ group.
+ .
+ Adding users with 'adduser' is much easier than adding them manually.
+ Adduser will choose appropriate UID and GID values, create a home
+ directory, copy skeletal user configuration, and automate setting
+ initial values for the user's password, real name and so on.
+ .
+ Deluser can back up and remove users' home directories
+ and mail spool or all the files they own on the system.
+ .
+ A custom script can be executed after each of the commands.