File: control

package info (click to toggle)
credential-sheets 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 128 kB
  • sloc: perl: 191; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (2)
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
33
34
35
36
Source: credential-sheets
Section: misc
Priority: optional
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Standards-Version: 4.2.0
Build-Depends:
 debhelper (>= 10),
 cdbs,
Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/credential-sheets.git
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/credential-sheets
Homepage: https://github.com/sunweaver/credential-sheets/

Package: credential-sheets
Architecture: all
Depends:
 ${perl:Depends},
 ${misc:Depends},
 libtext-csv-perl,
 libarchive-zip-perl,
 texlive-latex-base,
 texlive-latex-extra,
 texlive-xetex,
Suggests:
 texlive-fonts-extra,
Description: User account credential sheets tool
 After mass import of user accounts (e.g. into LDAP) most site
 administrators have to create information sheets (or snippets)
 containing those new  credentials (like username, password, policy of
 usage, etc.).
 .
 With this tiny tool, providing these pieces of information to multiple
 users, becomes really simple. Account data is taken from a CSV file and
 the sheets are output as PDF using easily configurable LaTeX template
 files.