[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.18-6-g861dc68

Antti-Juhani Kaijanaho ajk at debian.org
Sun Mar 13 12:46:29 UTC 2011


The following commit has been merged in the master branch:
commit 404555fb7444a1536579fe3e9d3c79d505f5ceec
Author: David Prévot <david at tilapin.org>
Date:   Sun Feb 27 16:26:05 2011 -0400

    Fix example in manpage (closes: #589827)

diff --git a/man/grep-dctrl.1.cp b/man/grep-dctrl.1.cp
index 8dfb08f..9b24578 100644
--- a/man/grep-dctrl.1.cp
+++ b/man/grep-dctrl.1.cp
@@ -440,7 +440,8 @@ same line.  For example, the following command outputs the list of
 installed packages, sorted by their Installed\-Size.
 .nf
 % grep\-status \-FStatus \-sInstalled\-Size,Package \-n \\
-  "install ok installed" | paste \-sd "  \\n" | sort \-n             
+  "install ok installed" -a -FInstalled-Size --gt 0 \\
+  | paste \-sd "  \\n" | sort \-n
 .fi
 Note that there should be exactly 2 spaces in the "  \\n" string.
 .PP

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list