diff options
Diffstat (limited to 'doc/examples/build-deps.py')
| -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: |
