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
|
Source: udns
Priority: optional
Section: net
Maintainer: Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://www.corpit.ru/mjt/udns.html
Package: libudns0t64
Provides: ${t64:Provides}
Replaces: libudns0
Breaks: libudns0 (<< ${source:Version})
Section: libs
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: async-capable DNS stub resolver library
libudns0t64 package provides libudns shared library needed
to run programs using it
Package: libudns-dev
Section: libdevel
Architecture: any
Depends: libudns0t64 (= ${binary:Version}), ${misc:Depends}
Description: async-capable DNS stub resolver library, development files
This package provides development files needed
to build programs using udns library
Package: udns-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: rblcheck
Description: Several DNS-related utilities built on top of udns library
This package includes the following utilities:
dnsget - a simple DNS query tool, like `host' or `dig' for usage from
a command line, and dnsip, dnsname etc for usage in scripts
rblcheck - DNSBL (rbl) checker
All the utilities are built using udns library
|