Merge lp:~jelmer/bzr-builddeb/depapt into lp:bzr-builddeb

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: not available
Proposed branch: lp:~jelmer/bzr-builddeb/depapt
Merge into: lp:bzr-builddeb
Diff against target: 12 lines (+1/-1)
1 file modified
directory.py (+1/-1)
To merge this branch: bzr merge lp:~jelmer/bzr-builddeb/depapt
Reviewer Review Type Date Requested Status
Bzr-builddeb-hackers Pending
Review via email: mp+19070@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Remove use of a deprecated class.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'directory.py'
2--- directory.py 2009-12-01 17:14:15 +0000
3+++ directory.py 2010-02-11 02:26:13 +0000
4@@ -35,7 +35,7 @@
5
6 apt_pkg.init()
7
8- sources = apt_pkg.GetPkgSrcRecords()
9+ sources = apt_pkg.SourceRecords()
10
11 urls = {}
12 while sources.Lookup(name):

Subscribers

People subscribed via source and target branches