diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:21 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:21 +0000 |
| commit | 385a3df93bc4065868e3a0fe9936ad2a286b3491 (patch) | |
| tree | bf7afeacdd3d4ec1871e91e933651d07bad90ae7 | |
| parent | 051ebe1ac22fdbf427abc4fd9ee5cc8279649b07 (diff) | |
| download | python-apt-385a3df93bc4065868e3a0fe9936ad2a286b3491.tar.gz | |
add python-dev build-dep, fix spelling mistake
Author: rmurray
Date: 2002-01-08 03:30:50 GMT
add python-dev build-dep, fix spelling mistake
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b355b7bb..32c3a6c6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Standards-Version: 3.1.1 -Build-Depends: debhelper, libapt-pkg-dev +Build-Depends: debhelper, libapt-pkg-dev, python-dev Package: python-apt Architecture: any @@ -11,6 +11,6 @@ Depends: ${shlibs:Depends} Priority: optional Description: Python interface to libapt-pkg The apt-pkg Python interface will provide full access to the internal - libapt-pkg structures allowing Python programs to easially perform a + libapt-pkg structures allowing Python programs to easily perform a variety of functions. |
