diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-08 14:31:24 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-08 14:31:24 +0000 |
| commit | 1e6a73d6bcb6b5e1d8e3f965c4e1c44a0aac33e4 (patch) | |
| tree | 70e7ad1ba81a3cfc7fae3da70669a1e624c5f0c7 /doc/examples | |
| parent | 33b997bc26cfdb50e9845ff925d10a2d0fda79e3 (diff) | |
| download | python-apt-1e6a73d6bcb6b5e1d8e3f965c4e1c44a0aac33e4.tar.gz | |
* support for srcrecords.Files added
Diffstat (limited to 'doc/examples')
| -rwxr-xr-x | doc/examples/build-deps.py | 2 |
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: |
