diff options
author | Stefano Zacchiroli <zack@upsilon.cc> | 2009-04-16 13:20:08 +0200 |
---|---|---|
committer | Stefano Zacchiroli <zack@upsilon.cc> | 2009-04-16 13:37:24 +0200 |
commit | 5c313a92e0a197082aab0c768072c51206cf819e (patch) | |
tree | d7a037ca8ae150289f52974cf1f9413af32505fb /debian/changelog | |
parent | 20245f6002bbb3be2a6fa5b781cdb438f2e8d92a (diff) | |
download | dctrl-tools-5c313a92e0a197082aab0c768072c51206cf819e.tar.gz |
grep-dctrl: add new mode for exact package name matching
Add to grep-dctrl the new matching mode --whole-pkg / -w. It behaves
as -e (extended regexp matching), but matches over exact package
names, thus avoiding sub-package name matching.
Closes: #383921
Signed-off-by: Stefano Zacchiroli <zack@debian.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bc607f2..a549164 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,11 @@ dctrl-tools (2.14) UNRELEASED; urgency=low Closes: #506138 (Segfault when calling with wrong order of parameters) Reported by Marco TĂșlio Gontijo e Silva <marcot@holoscopio.com>. + [ Stefano Zacchiroli ] + * grep-dctrl: add new matching mode --whole-pkg/-w: it is an improved -e + matching exact package names, i.e., no sub-string matching on package + names. Closes: #383921 + -- Antti-Juhani Kaijanaho <ajk@debian.org> Tue, 06 Jan 2009 20:20:17 +0200 dctrl-tools (2.13.0) unstable; urgency=low |