Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Proofread by Thomas Vincent <4FA5666B.7020306@vinc-net.fr>.
|
|
|
|
Runtime: no string changed
Manpages: +1 fuzzy, +1 untranslated
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
|
|
Proofread by Étienne Gilli
<CAPxcnjdgsoxk=h4a76xGhsQySUYLA-D-WBOg3gutcDZrtuCL4Q@mail.gmail.com>.
|
|
Runtime: +1 untranslated
Manpages: +5 fuzzy, +1 untranslated
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Until now, grep-dctrl has used a configuration file to determine which
input file it should use by default. Originally, this was motivated by
a desire not to step too much into the toes of dpkg maintainers - it
allowed the fiction that this package doesn't in fact depend on dpkg's
internal interfaces. Over the last decade, however, this consideration
has became essentially moot, and the status and available files are
effectively public interfaces.
Now, theoretically, this configurability could be in use by someone.
However, the same functionality is available by using shell functions and
shell scripts. I twice called for actual use cases for this feature,
explicitly threatening to remove this feature if nobody stepped up.
Nobody did.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Proofread by Stéphane Blondon
<CAOy+up6E=BJGqR0KD3rx-piy8KBB19qs9+WKGua9g5M=dssv7Q@mail.gmail.com>.
|
|
Thanks: Chris Leick
|
|
|
|
Manual page update to fit the current runtime strings.
|
|
Closes: #651219
|
|
|
|
Fix a few German strings that prevented the build.
|
|
Thanks to Chris Leick (closes: #651218).
|
|
The original fix for #525525 was a cold-turkey change in behavior.
This caused problems and drew objections. Here, the idea is to
revert that change and add a migration path to it.
An option --ensure-dctrl is added, whose states semantics is to ensure that
the output format is in dctrl format. It will be ignored if -n is also
given, as that deliberately asks for non-dctrl output. In practical terms,
--ensure-dctrl makes the paragraph separator unconditional, as the cold
turkey change (in the absence of -n). The idea is that people who prefer
the new behaviour can set up shell aliases or other similar mechanisms
that use --ensure-dctrl by default.
Another option, --compat is added to allow people who dislike the new
behaviour to make sure that they continue to receive it. A --compat
option will countermand any previous --ensure-dctrl. Thus a user can
put it in a shell alias, which will then continue to deliver the old
semantics even after --ensure-dctrl is made default.
The idea is that eventually --ensure-dctrl will become normal behaviour
and the switch becomes a no-op.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
|
|
|
|
|
|
|
|
|
|
Closes: #596424 reported by myself
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Cyril Brulebois <kibi@debian.org>
|
|
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>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Files listed in .gitignore should not list files that are generated in
specific subdirectories. Add them in the ".gitignore" file in that
subdirectory instead.
For example, having "grep-dctrl" in ".gitignore" causes the directory
"grep-dctrl" and all of its contents to be ignored, rather than the
executable which was intended.
Signed-off-by: Jon Bernard <jbernard@debian.org>
|
|
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>
|
|
With this new option, join-dctrl solves the following longstanding wishlist item.
Closes: #136097 (grep-dctrl: Merging status and available would be helpful)
Requested by Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
|
|
|
|
Closes: #144174 (please provide a --filter-fields option of some sort)
Reported by Yann Dirson <dirson@debian.org>
Merged with #264905 (show all fields except FIELD,FIELD,...)
Reported by Dan Jacobson <jidanni@jidanni.org>
|
|
|
|
Closes: #326660 (Please add option to tbl-dctrl to not print any title)
Reported by Frank Lichtenheld <djpig@debian.org>.
|
|
|