diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-21 11:34:36 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-21 11:34:36 +0200 |
| commit | ce50049ebd837697c947ed332a8a81bc56c75fb4 (patch) | |
| tree | 811ea544b85eec86956cadac07cdfef50966c00f /debian | |
| parent | 71796ca442960efe89fe3519e8bc6dbfe96b56dc (diff) | |
| download | python-apt-ce50049ebd837697c947ed332a8a81bc56c75fb4.tar.gz | |
doc/source/examples/dpkg-info.py: Use apt_inst.DebFile
We previously used deb_extract_control, but this does not
exist.
Closes: #671784
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a8be3040..f1e40039 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ python-apt (0.9.0) UNRELEASED; urgency=low - Pass strip_multi_arch=False to parse_depends. Patch by Michael, tests derived from the ones provided by the reporter. Closes: #717859. Closes: #717861. + * doc/source/examples/dpkg-info.py: + - Use apt_inst.DebFile (Closes: #671784) [ Jeremy Bicha ] * data/templates/Ubuntu.info.in: add 'devel' series (Closes: #722961) |
