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
|
Source: libxcrypt
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 4.0.0), quilt
Standards-Version: 3.6.0
Package: libxcrypt-dev
Section: libdevel
Architecture: any
Depends: libxcrypt1 (= ${Source-Version})
Description: Development files for Crypt library
libxcrypt is a replacement for libcrypt, which comes with the GNU C
Library. It supports, beside DES crypt and MD5, passwords with blowfish
encryption.
.
This package contains the header files and static libraries, which are
necessary to develop your own software using libxcrypt.
Package: libxcrypt1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Crypt library for DES, MD5, and blowfish
Libxcrypt is a replacement for libcrypt, which comes with the GNU C
Library. It supports DES crypt, MD5, and passwords with blowfish
encryption.
|