[Dctrl-tools-devel] [SCM] Debian control file query tools branch, maint-2.14, updated. 2.14-4-ga54f04c

Antti-Juhani Kaijanaho ajk at debian.org
Sun Aug 8 09:46:22 UTC 2010


The following commit has been merged in the maint-2.14 branch:
commit 0c2694b04d4c66d329a15eb273475a920b1e387e
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Sun Aug 8 12:30:11 2010 +0300

    grep-dctrl: Make a help string more comprehensible
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 54152b5..65cf9f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
 dctrl-tools (2.14.1) UNRELEASED; urgency=low
 
+  [ Antti-Juhani Kaijanaho ]
+  * grep-dctrl: Make a help string more comprehensible
+
   [ Gerfried Fuchs ]
   * Russian translation updated by Yuri Kozlov (closes: #513026)
 
- -- Gerfried Fuchs <rhonda at debian.at>  Sun, 13 Dec 2009 17:45:04 +0100
+ -- Antti-Juhani Kaijanaho <ajk at debian.org>  Sun, 08 Aug 2010 12:28:01 +0300
 
 dctrl-tools (2.14) unstable; urgency=low
 
diff --git a/grep-dctrl/grep-dctrl.c b/grep-dctrl/grep-dctrl.c
index 2783c4c..96b95d6 100644
--- a/grep-dctrl/grep-dctrl.c
+++ b/grep-dctrl/grep-dctrl.c
@@ -1,5 +1,5 @@
 /*  dctrl-tools - Debian control file inspection tools
-    Copyright © 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+    Copyright © 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
                 Antti-Juhani Kaijanaho
 
     This program is free software; you can redistribute it and/or modify
@@ -139,7 +139,7 @@ static struct argp_option options[] = {
 	{ "mmap",           OPT_MMAP, 0,            0, N_("Attempt mmapping input files") },
 	{ "ignore-parse-errors", OPT_IGN_ERRS, 0,   0, N_("Ignore parse errors") },
         { "pattern",        OPT_PATTERN, N_("PATTERN"), 0, N_("Specify the pattern to search for") },
-	{ "whole-pkg",	    'w', 0,                 0, N_("Do (eregex) matching on whole package names") },
+	{ "whole-pkg",	    'w', 0,                 0, N_("Match only whole package names (this implies -e)") },
 	{ 0 }
 };
 

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list