summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2021-11-14 17:12:31 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-01-22 21:53:25 +0100
commitc5e7641878bbfeeadf02bbb2527b6e3560e587ea (patch)
treead322ee0d254fbfab875f879cb42ef6805f6e919 /debian/control
parent27194eea96855a6c8a928bc7e8a38575d9d97d69 (diff)
downloadshadow-c5e7641878bbfeeadf02bbb2527b6e3560e587ea.tar.gz
Ship the libsubid4 and libsubid-dev packages and ship getsubids in uidmap
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c66b5336..5f7e92be 100644
--- a/debian/control
+++ b/debian/control
@@ -64,3 +64,26 @@ Depends: ${shlibs: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
+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.