diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:46:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:46:56 +0000 |
commit | 2dd01f6cc0c6333b58c3e77f3d8a3dca116a1c8b (patch) | |
tree | 96185c3fd8772392c9989835f1b9954b5aadb9d8 /debian/control | |
parent | Adding upstream version 1:4.13+dfsg1. (diff) | |
download | shadow-2dd01f6cc0c6333b58c3e77f3d8a3dca116a1c8b.tar.xz shadow-2dd01f6cc0c6333b58c3e77f3d8a3dca116a1c8b.zip |
Adding debian version 1:4.13+dfsg1-4.debian/1%4.13+dfsg1-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3747bbd --- /dev/null +++ b/debian/control @@ -0,0 +1,88 @@ +Source: shadow +Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org> +Uploaders: Serge Hallyn <serge@hallyn.com> +Section: admin +Priority: required +Build-Depends: debhelper-compat (= 13), + gettext, + libcrypt-dev, + libpam0g-dev, + quilt, + xsltproc <!nodoc>, + docbook-xsl <!nodoc>, + docbook-xml <!nodoc>, + libxml2-utils <!nodoc>, + libselinux1-dev [linux-any], + libsemanage-dev [linux-any], + itstool <!nodoc>, + bison, + libaudit-dev [linux-any] +Standards-Version: 4.6.1 +Vcs-Git: https://salsa.debian.org/debian/shadow.git -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 +Recommends: sensible-utils +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 +Breaks: hurd (<< 20140206~) [hurd-any] +Conflicts: python-4suite (<< 0.99cvs20060405-1) +Replaces: 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; + +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. + +Package: libsubid4 +Section: libs +Priority: optional +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: subordinate id handling library -- shared library + The library provides an interface for querying, granding and ungranting + subordinate user and group ids. + +Package: libsubid-dev +Section: libdevel +Priority: optional +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, libsubid4 (= ${binary:Version}) +Description: subordinate id handling library -- shared library + The library provides an interface for querying, granding and ungranting + subordinate user and group ids. + . + This package contains the C header files that are + needed for applications to use the libsubid4 library. |