diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9e03434e..7d5aced1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,9 @@ python-apt (0.7.97) UNRELEASED; urgency=low * apt/cache.py: - add "sources_list" parameter to cache.update() to force updating a single sources.list entry only + * debian/control: + - add missing build-depends on python-debian (needed to run the + tests for apt.debfile.DebPackage() -- Julian Andres Klode <jak@debian.org> Fri, 23 Jul 2010 16:14:39 +0200 diff --git a/debian/control b/debian/control index a3decb78..1655a06e 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Build-Depends: apt-utils, python3.1-dbg, python-central (>= 0.5), python-distutils-extra (>= 2.0), - python-sphinx (>= 0.5) + python-sphinx (>= 0.5), + python-debian Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes |
