~ubuntu-branches/ubuntu/precise/python-apt/precise-proposed

« back to all changes in this revision

Viewing changes to debian/.#control.1.5

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2002-03-09 23:34:13 UTC
  • Revision ID: james.westby@ubuntu.com-20020309233413-fb54falxz60g6jst
Tags: 0.5.4.3
#include <new> in python/generic.h so that we can build on ia64, which
uses g++-2.96 (Closes: #137467)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-apt
 
2
Section: devel
 
3
Priority: optional
 
4
Maintainer: APT Development Team <deity@lists.debian.org>
 
5
Standards-Version: 3.1.1
 
6
Build-Depends: debhelper, libapt-pkg-dev, apt-utils, python-dev
 
7
 
 
8
Package: python-apt
 
9
Architecture: any
 
10
Depends: ${python:Depends}, ${shlibs:Depends}
 
11
Priority: optional
 
12
Description: Python interface to libapt-pkg
 
13
 The apt-pkg Python interface will provide full access to the internal 
 
14
 libapt-pkg structures allowing Python programs to easily perform a
 
15
 variety of functions, such as:
 
16
 .
 
17
  - Access to the APT configuration system
 
18
  - Access to the APT package information database
 
19
  - Parsing of Debian package control files, and other files with a
 
20
    similar structure