summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-08 14:31:24 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-08 14:31:24 +0000
commit1e6a73d6bcb6b5e1d8e3f965c4e1c44a0aac33e4 (patch)
tree70e7ad1ba81a3cfc7fae3da70669a1e624c5f0c7 /doc/examples
parent33b997bc26cfdb50e9845ff925d10a2d0fda79e3 (diff)
downloadpython-apt-1e6a73d6bcb6b5e1d8e3f965c4e1c44a0aac33e4.tar.gz
* support for srcrecords.Files added
Diffstat (limited to 'doc/examples')
-rwxr-xr-xdoc/examples/build-deps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/build-deps.py b/doc/examples/build-deps.py
index 03c1f4ab..b580f5de 100755
--- a/doc/examples/build-deps.py
+++ b/doc/examples/build-deps.py
@@ -44,6 +44,8 @@ if not srcpkg_name:
print "Can't find source package for '%s'" % pkg.Name
srcrec = srcrecords.Lookup(srcpkg_name)
if srcrec:
+ print "Files:"
+ print srcrecords.Files
bd = srcrecords.BuildDepends
print "build-depends of the package: %s " % bd
for b in bd: