[Dctrl-tools-devel] [SCM] Debian control file query tools branch, maint-2.20, updated. 2.20-15-g952ecbf

David Prévot taffit at debian.org
Wed Dec 7 21:25:26 UTC 2011


The following commit has been merged in the maint-2.20 branch:
commit 057e3530977811f385b828ba205a55577080418a
Author: David Prévot <david at tilapin.org>
Date:   Fri May 13 17:55:49 2011 -0400

    Use of Policy compliant relations

diff --git a/grep-dctrl/grep-dctrl.c b/grep-dctrl/grep-dctrl.c
index 6983b6c..0fc74c5 100644
--- a/grep-dctrl/grep-dctrl.c
+++ b/grep-dctrl/grep-dctrl.c
@@ -133,9 +133,9 @@ static struct argp_option options[] = {
 	{ "or",		    'o', 0,		    0, N_("Disjunct filters.") },
 	{ "not",	    '!', 0,		    0, N_("Negate the following filters.") },
 	{ "eq",		    OPT_EQ, 0,		    0, N_("Test for version number equality.") },
-	{ "lt",		    OPT_LT, 0,		    0, N_("Version number comparison: <.") },
+	{ "lt",		    OPT_LT, 0,		    0, N_("Version number comparison: <<.") },
 	{ "le",		    OPT_LE, 0,		    0, N_("Version number comparison: <=.") },
-	{ "gt",		    OPT_GT, 0,		    0, N_("Version number comparison: >.") },
+	{ "gt",		    OPT_GT, 0,		    0, N_("Version number comparison: >>.") },
 	{ "ge",		    OPT_GE, 0,		    0, N_("Version number comparison: >=.") },
 	{ "debug-optparse", OPT_OPTPARSE, 0,	    0, N_("Debug option parsing.") },
 	{ "quiet",	    'q', 0,		    0, N_("Do no output to stdout.") },

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list