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
|
Source: yadifa
Section: net
Priority: optional
Maintainer: Debian DNS Packaging <pkg-dns-devel@lists.alioth.debian.org>
Uploaders: Markus Schade <markus.schade@gmail.com>
Build-Depends:
debhelper (>= 11),
libssl-dev
Standards-Version: 4.1.3
Homepage: http://www.yadifa.eu
Vcs-Git: https://salsa.debian.org/dns-team/yadifa.git
Vcs-Browser: https://salsa.debian.org/dns-team/yadifa
Package: yadifa
Architecture: any
Depends:
adduser,
debconf,
lsb-base,
netbase,
${misc:Depends},
${shlibs:Depends}
Description: Internet Domain Name Server
${Description}
.
This package provides the server and related configuration files.
Package: libyadifa-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends}
Description: development libraries and header files for YADIFA
${Description}
.
This package contains the header files and static libraries needed for
developing applications for YADIFA. It is currently only used by YADIFA
itself and should not be considered stable.
|