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 32
|
Source: sysprofile
Section: admin
Priority: optional
Build-Depends-Indep: debhelper (>= 9)
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.6
Package: sysprofile
Architecture: all
Section: admin
Priority: optional
Depends: ${misc:Depends}
Recommends: syslogout
Description: Modularized system wide shell configuration mechanism
Simple centralized configuration mechanism for flexible maintenance
of the shell specific parts for login to a Debian system.
.
It has been designed to work with bash. Other shells have not
been taken in consideration for this version.
Package: syslogout
Architecture: all
Section: admin
Priority: optional
Depends: ${misc:Depends}
Recommends: sysprofile
Description: Modularized system wide shell logout mechanism
Simple centralized configuration mechanism for flexible maintenance
of the shell specific parts for logout from a Debian system.
.
It has been designed to work with bash. Other shells have not
been taken in consideration for this version.
|