summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-21 11:34:36 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-21 11:34:36 +0200
commitce50049ebd837697c947ed332a8a81bc56c75fb4 (patch)
tree811ea544b85eec86956cadac07cdfef50966c00f /debian
parent71796ca442960efe89fe3519e8bc6dbfe96b56dc (diff)
downloadpython-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/changelog2
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)