File: control

package info (click to toggle)
golang-github-astromechza-etcpwdparse 0.0~git20170319.f0e5f07-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,256 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
32
33
34
35
36
Source: golang-github-astromechza-etcpwdparse
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Roland Mas <lolando@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-astromechza-etcpwdparse
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-astromechza-etcpwdparse.git
Homepage: https://github.com/astromechza/etcpwdparse
XS-Go-Import-Path: github.com/astromechza/etcpwdparse

Package: golang-github-astromechza-etcpwdparse-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Golang library for parsing /etc/passwd entries (library)
 Golang library etcpwdparse
 .
 This library provides simple access to the entries in the /etc/passwd
 file.
 .
 It was made for programs that need to be able to pull home directories,
 user id's and the like but do not want the cgo-dependence of the core
 os/user package.
 .
 The only real caveat is that it doesn't pull user entries from other
 sources like PAM or LDAP since it only operates by reading the file on
 disk.