diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2007-10-27 22:41:39 +0300 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2007-11-07 21:46:55 +0200 |
commit | c97f9119c9fb5b2172058e3aacf87d488e9ab44f (patch) | |
tree | 6176fc3454ae32cae0b3e763fb20541b76761b90 /debian | |
parent | 3ddf037aa5d830335b51f3cf95c6893238b61bf6 (diff) | |
download | dctrl-tools-c97f9119c9fb5b2172058e3aacf87d488e9ab44f.tar.gz |
#423375: Add a grep-debtags alias for grep-dctrl
We'll need some sort of mechanism for @exec to affect option
parsing before we can discharge the other part of the report,
cloned as #448277.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | debian/rules | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1d6cb4b..90c9d55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,12 @@ dctrl-tools (2.12) UNRELEASED; urgency=low Closes: #440348 (sort-dctrl outputs nothing if input is a pipe) Reported by Antti-Juhani Kaijanaho <ajk@debian.org>. * French translation update, closes: #442330 + * Provide a grep-debtags alias that sources debtags dumpavail. + Closes: #423375 + (Add a grep-tags or grep-debtags that gets data from debtags dumpavail) + Reported by Enrico Zini <enrico@debian.org> - -- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 27 Oct 2007 21:12:46 +0300 + -- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 27 Oct 2007 22:03:40 +0300 dctrl-tools (2.11) unstable; urgency=low diff --git a/debian/rules b/debian/rules index dce5604..e915dff 100644..100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ clean-build: debian/stamp/binary/arch: debian/stamp/binary/dctrl-tools -aliases = grep-status grep-available grep-aptavail +aliases = grep-status grep-available grep-aptavail grep-debtags debian/stamp/binary/dctrl-tools: package=dctrl-tools debian/stamp/binary/dctrl-tools: debian/stamp/build |