[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.14-10-ga2a8cd8

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


The following commit has been merged in the master branch:
commit a2a8cd8ba1f3060a04d72a0704d147c8b083fee4
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 3f56953..35d5dea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,14 +6,15 @@ dctrl-tools (2.15) UNRELEASED; urgency=low
   * tbl-dctrl (linewrap): Force a line break where the field has one.
   * Update FSF address in license blurbs all over the source tree.
   * debian/copyright: Update copyright years
-
+  * grep-dctrl: Make a help string more comprehensible
+  
   [ Cyril Brulebois ]
   * Add Build-Depends/Build-Depends-Indep search example (closes: #339380)
 
   [ 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 aef3dce..07c5ed6 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