File: control

package info (click to toggle)
python-adns 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 159
  • sloc: ansic: 972; python: 204; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,297 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
Source: python-adns
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.3.5-11),
 python-support (>= 1.0.2), libadns1-dev (>= 1.2)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.3
Homepage: http://code.google.com/p/adns-python/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-adns/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-adns/trunk/

Package: python-adns
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python2.3-adns (<< 1.0.0-6.2), python2.4-adns (<< 1.0.0-6.2)
Replaces: python2.3-adns (<< 1.0.0-6.2), python2.4-adns (<< 1.0.0-6.2)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings to the asynchronous DNS resolver library
 This module provides a Python binding to the adns asynchronous DNS
 resolver library.
 .
 The module provides a small wrapper adns that simply returns status
 codes as does the C library. It also provides a more Python like
 interface ADNS that wraps status codes in proper exceptions.
 .
 The package contains working examples in ADNS.py and DNSBL.py.