summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:50:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:50:01 +0000
commitdf4dbd3378e13e9f43c727c36339f078fe3093fe (patch)
tree9edf4a31373538bd239af5be10e00f5a449d3d0e /debian/control
parentAdding upstream version 1:4.8.1. (diff)
downloadshadow-df4dbd3378e13e9f43c727c36339f078fe3093fe.tar.xz
shadow-df4dbd3378e13e9f43c727c36339f078fe3093fe.zip
Adding debian version 1:4.8.1-1.debian/1%4.8.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control78
1 files changed, 78 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e2b75e5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,78 @@
+Source: shadow
+Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
+Uploaders: Balint Reczey <rbalint@ubuntu.com>,
+ Serge Hallyn <serge@hallyn.com>
+Section: admin
+Priority: required
+Build-Depends: debhelper-compat (= 12),
+ gettext,
+ libpam0g-dev,
+ quilt,
+ xsltproc,
+ docbook-xsl,
+ docbook-xml,
+ libxml2-utils,
+ libselinux1-dev [linux-any],
+ libsemanage1-dev [linux-any],
+ itstool,
+ bison,
+ libaudit-dev [linux-any]
+Standards-Version: 3.9.5
+Vcs-Git: https://salsa.debian.org/debian/shadow -b master
+Vcs-Browser: https://salsa.debian.org/debian/shadow
+Homepage: https://github.com/shadow-maint/shadow
+Rules-Requires-Root: binary-targets
+
+Package: passwd
+Architecture: any
+Multi-Arch: foreign
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libpam-modules
+Replaces: manpages-tr (<< 1.0.5),
+ manpages-zh (<< 1.5.1-1)
+Description: change and administer password and group data
+ This package includes passwd, chsh, chfn, and many other programs to
+ maintain password and group data.
+ .
+ Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian
+
+Package: login
+Architecture: any
+Multi-Arch: foreign
+Essential: yes
+Pre-Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libpam-runtime,
+ libpam-modules (>= 1.1.8-1)
+Breaks: coreutils (<< 8.21~) [hurd-any],
+ passwd (<< 1:4.1.5.1-2~) [hurd-any],
+ hurd (<< 20140206~) [hurd-any],
+ util-linux (<< 2.32-0.2~)
+Conflicts: gnunet (<< 0.7.0c-2),
+ amavisd-new (<< 2.3.3-8),
+ python-4suite (<< 0.99cvs20060405-1),
+ backupninja (<< 0.9.3-5),
+ echolot (<< 2.1.8-4)
+Replaces: manpages-de (<< 0.5-3),
+ manpages-tr (<< 1.0.5),
+ manpages-zh (<< 1.5.1-1),
+ passwd (<< 1:4.1.5.1-2~) [hurd-any],
+ coreutils (<< 8.21~) [hurd-any],
+ hurd (<< 20140206~) [hurd-any]
+Description: system login tools
+ This package provides some required infrastructure for logins and for
+ changing effective user or group IDs, including:
+ * login, the program that invokes a user shell on a virtual terminal;
+ * nologin, a dummy shell for disabled user accounts;
+ * su, a basic tool for executing commands as root or another user.
+
+Package: uidmap
+Architecture: any
+Multi-Arch: foreign
+Priority: optional
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: programs to help use subuids
+ These programs help unprivileged users to create uid and gid mappings in
+ user namespaces.