From 1e6a73d6bcb6b5e1d8e3f965c4e1c44a0aac33e4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Aug 2005 14:31:24 +0000 Subject: * support for srcrecords.Files added --- doc/examples/build-deps.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/examples') 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: -- cgit v1.2.3