diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 14:14:44 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 14:14:44 +0200 |
| commit | 360477dcc304b8a18c467e59435d8c766bbb76bb (patch) | |
| tree | b4e2406964c10600c36681fd4888425383460940 /debian/control | |
| parent | 7009c7dff71064526dafd0ed114f39c970448da0 (diff) | |
| download | python-apt-360477dcc304b8a18c467e59435d8c766bbb76bb.tar.gz | |
python/python-apt.h: Introduce the C++ API
The C++ API provides support for creating Python objects from C++ objects
given by pointer or reference (depending on the implementation of the Python
object) and for retrieving the underlying C++ object from the Python object
and for checking the type of the Python object.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 10b9bc31..a16ae10e 100644 --- a/debian/control +++ b/debian/control @@ -54,3 +54,14 @@ Description: Python interface to libapt-pkg (debug extension) variety of functions. . This package contains the extension built for the Python debug interpreter. + +Package: python-apt-dev +Architecture: all +Depends: python-apt (>= ${source:Version}), libapt-pkg-dev (>= 0.7.10) +Description: Python interface to libapt-pkg (development files) + The apt_pkg Python interface will provide full access to the internal + libapt-pkg structures allowing Python programs to easily perform a + variety of functions. + . + This package contains the header files needed to use python-apt objects from + C++ applications. |
