diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-03 18:34:09 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-03 18:34:09 +0200 |
| commit | 92246a6af0ef54b3cb49a7448ad972e4f1b2186c (patch) | |
| tree | 9cd9b793aafeb0eddf9d638fc063f11a7d99375a | |
| parent | a4053adcbc23d909d09e060f29acd39e7ec1e03f (diff) | |
| download | python-apt-92246a6af0ef54b3cb49a7448ad972e4f1b2186c.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 | 8 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6edf0a61..dcd87b64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-apt (0.7.96.1ubuntu8) maverick; urgency=low + + * debian/control: + - add missing build-depends on python-debian (needed to run the + tests for apt.debfile.DebPackage() + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 18:33:50 +0200 + python-apt (0.7.96.1ubuntu7) maverick; urgency=low * cherry pick debfile fix from lp:~mvo/python-apt/mvo (402..405): diff --git a/debian/control b/debian/control index 77a87bad..5015022c 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: apt-utils, python-all-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 |
