diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-03 18:05:25 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-03 18:05:25 +0200 |
| commit | f438a6d0345bedd85f443e9943d3f76942feae02 (patch) | |
| tree | a38c8783c1ea96fd2c2b969f89861d24d9434dcd | |
| parent | 56494ed686d4e379f8fc449323232503295c1c1e (diff) | |
| download | python-apt-f438a6d0345bedd85f443e9943d3f76942feae02.tar.gz | |
* debian/control:
- add missing build-depends on python-debian (needed to run the
tests for apt.debfile.DebPackage()
| -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 |
