~ubuntu-branches/ubuntu/gutsy/python-dns/gutsy-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Wendland
  • Date: 2003-08-20 14:25:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030820142529-3facqpkoslard81q
Tags: 2.3.0-5
* debian/control:
  Use ${python:Depends} for Depends, so that correct Depends are
  generated by dh_python. (closes: Bug#205884)
* debian/python-dns.postinst
  debian/python-dns.prerm:
  Remove these files and let debhelper handle these issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-dns
2
 
Section: net
 
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Joerg Wendland <joergland@debian.org>
5
 
Build-Depends-Indep: debhelper (>= 3.4), python2.1
6
 
Standards-Version: 3.5.6.1
 
5
Build-Depends-Indep: debhelper (>= 4.1), python-dev, cdbs
 
6
Standards-Version: 3.6.0
7
7
 
8
8
Package: python-dns
9
9
Architecture: all
10
 
Depends: python2.1
 
10
Depends: ${python:Depends}
11
11
Description: pydns - DNS client module for Python
12
12
 This Python module provides an DNS API for looking up
13
13
 DNS entries with Python applications.