[Dctrl-tools-devel] [PATCH] Add Build-Depends search example.

Cyril Brulebois kibi at debian.org
Wed Mar 11 19:28:04 UTC 2009


Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
 man/grep-dctrl.1.cp |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/man/grep-dctrl.1.cp b/man/grep-dctrl.1.cp
index 36741e7..25c715b 100644
--- a/man/grep-dctrl.1.cp
+++ b/man/grep-dctrl.1.cp
@@ -385,7 +385,13 @@ installed packages, sorted by their Installed\-Size.
 % grep\-status \-FStatus \-sInstalled\-Size,Package \-n \\
     "install ok installed" | paste \-sd "  \\n" | sort \-n             
 .fi
-Note that there should be exactly 2 spaces in the "  \\n" string. 
+Note that there should be exactly 2 spaces in the "  \\n" string.
+.PP
+Another usual use-case is looking for packages that have another one as
+build dependency:
+.nf
+% grep\-dctrl \-s Package \-F Build\-Depends quilt /var/lib/apt/lists/*Sources
+.fi
 .PP
 These examples cover a lot of typical uses of this utility, but not
 all possible uses.  Use your imagination!  The building blocks are
-- 
1.6.2




More information about the Dctrl-tools-devel mailing list