diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-07 13:26:35 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-07 13:26:35 +0200 |
| commit | 6c5feb6111db81f4e7ec871275daa736a6fc793c (patch) | |
| tree | 47d06e08e7236be2d700e28af0e2aad4ccb562d9 /debian/control | |
| parent | 33bbf9482fe486aab915768fc74609d303c1e1f9 (diff) | |
| parent | b390a866fc3af9e7050148f11fb558fd52a8a703 (diff) | |
| download | python-apt-6c5feb6111db81f4e7ec871275daa736a6fc793c.tar.gz | |
* merged patch from Samuel Lidén Borell to fix crash if there utf8
in the control file (LP: #624290) and add test
* 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()
* apt/debfile:
- don't fail if we conflict with the pkgs we are reinstalling
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 842f32fb..d478a30d 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,8 @@ Build-Depends: apt-utils, python3-all-dbg (>= 3.1.2-6~), 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 |
