File: control

package info (click to toggle)
libxcrypt 1%3A4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,844 kB
  • sloc: ansic: 20,977; perl: 1,406; makefile: 720; python: 612; sh: 242
file content (89 lines) | stat: -rw-r--r-- 2,884 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: libxcrypt
Section: admin
Priority: optional
Maintainer: Marco d'Itri <md@linux.it>
Build-Depends: debhelper-compat (= 13),
  autoconf, automake, libtool, pkgconf,
Standards-Version: 4.7.2.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/md/libxcrypt.git
Vcs-Browser: https://salsa.debian.org/md/libxcrypt

Package: libcrypt1
Section: libs
Architecture: gnu-any-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libpam0g (<< 1.4.0-10)
Replaces:
 libc6 (<< 2.29-4),
 libc6.1 (<< 2.29-4) [alpha ia64],
 libc0.1 (<< 2.29-4) [kfreebsd-amd64 kfreebsd-i386],
 libc0.3 (<< 2.29-4) [hurd-i386],
Description: libcrypt shared library
 libxcrypt is a modern library for one-way hashing of passwords.
 It supports DES, MD5, NTHASH, SUNMD5, SHA-2-256, SHA-2-512, and
 bcrypt-based password hashes
 It provides the traditional Unix 'crypt' and 'crypt_r' interfaces,
 as well as a set of extended interfaces like 'crypt_gensalt'.

Package: libcrypt2
Section: libs
Architecture: musl-any-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: musl (<< 1.2.2-2~)
Replaces: musl (<< 1.2.2-2~)
Description: libcrypt shared library
 libxcrypt is a modern library for one-way hashing of passwords.
 It supports DES, MD5, NTHASH, SUNMD5, SHA-2-256, SHA-2-512, and
 bcrypt-based password hashes
 It provides the traditional Unix 'crypt' and 'crypt_r' interfaces,
 as well as a set of extended interfaces like 'crypt_gensalt'.

Package: libcrypt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${LIBPKG} (= ${binary:Version})
Provides: ${LIBPKG}-dev
Conflicts: libcrypt1-dev, libcrypt2-dev
Breaks:
 libc6-dev (<< 2.29-4),
 libc6.1-dev (<< 2.29-4) [alpha ia64],
 libc0.1-dev (<< 2.29-4) [kfreebsd-amd64 kfreebsd-i386],
 libc0.3-dev (<< 2.29-4) [hurd-i386],
 musl-dev (<< 1.2.2-2~) [musl-any-any],
 manpages-dev (<< 5.01-1),
Replaces:
 libcrypt1-dev, libcrypt2-dev,
 libc6-dev (<< 2.29-4),
 libc6.1-dev (<< 2.29-4) [alpha ia64],
 libc0.1-dev (<< 2.29-4) [kfreebsd-amd64 kfreebsd-i386],
 libc0.3-dev (<< 2.29-4) [hurd-i386],
 musl-dev (<< 1.2.2-2~) [musl-any-any],
 manpages-dev (<< 5.01-1),
Description: libcrypt development files
 This package contains the files needed for developing applications that
 use libcrypt.

Package: libcrypt1-udeb
Package-Type: udeb
Section: debian-installer
Architecture: gnu-any-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Description: libcrypt shared library
 This is a minimal version of libcrypt, only for use in the installation
 system.

Package: libxcrypt-source
Architecture: all
Section: devel
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: libcrypt shared library: sources
 This package contains the sources and patches which are needed to
 build libxcrypt.