File: control

package info (click to toggle)
dh-sysuser 1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 1
  • sloc: perl: 56; sh: 18; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: dh-sysuser
Section: admin
Priority: optional
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: https://anonscm.debian.org/cgit/users/kaction-guest/dh-sysuser.git
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/dh-sysuser.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/dh-sysuser.git

Package: dh-sysuser
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: debhelper addon to handle creation of system users
 dh-sysuser provides a debhelper sequence addon named 'sysuser'
 and command 'dh_sysuser', which provide declarating way to
 ensure, that required users are present after package installation
 and correctly handled after package removal.

Package: sysuser-helper
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: dh-sysuser implementation detail
 sysuser-helper provides code, which actually perform actions
 on system users on behalf of dh-sysuser package. This separation
 allows packages take advantage of improvement or fixes in 'dh-sysuser'
 without rebuilding.
 .
 This package is implementation detail of 'dh-sysuser'. It should
 never be installed manually. No assumption about it's content can
 be made.