Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Cyril Brulebois <kibi@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Conflicts:
debian/changelog
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Debian Policy allows, in debian/control, lines that start with the
'#'-character. Those lines are treated as comments by Policy, and ignored.
This patch adds parser support for these comments in dctrl-tools.
Unfortunately, it is not possible (without major changes) to ignore
those comments semantically, since dctrl-tools represents paragraphs
and fields as substrings of the input file.
Accordingly, what this patch does is allow the parser to not choke on
comments. Comments found inside a paragraph are left semantically
significant (ie. part of the field body in which they are found),
while comments otside of paragraphs are elided.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@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>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Closes: #508953 (when greping through source packages,
tbl-control can't list Files
Reported by Gerfried Fuchs <rhonda@debian.at>.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
|
|
Signed-off-by: Miroslav Kure <kurem@upcase.inf.upol.cz>
|
|
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
|
|
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
|
|
There are some places in the code where it would simplify both the code
and the translations to have message strings be printf-formatted. This
change changes the message function interfaces so that they can take
a variable number of arguments. This required changes at all call sites.
At the same time, the key logic of the message functions is moved out of
the headers, leaving only the "shall we output this" test for inlining.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Also wrap the Uploaders field, since that is allowed by 3.8.0.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
|
|
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
|
|
|
|
Closes: #457788 (error in sync-available when /bin/sh links to /bin/dash)
Reported by arno renevier <arenevier@fdn.fr>
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
We're still building 2.13, so merge the 2.13 and 2.14 entries as a
2.13 entry.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
Reported by Dan Jacobson <jidanni@jidanni.org>
Signed-off-by: Jon Bernard <jbernard@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>
|
|
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
On modern processors, unconditional jumps are always better than
conditional jumps. This rewrite eliminates a set of conditional
jumps by encoding the states as goto targets and not using a
while-switch strategy.
Recent simple measurements on several systems show ca. 20 % speedup.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|
|
The old rules were a bad idea :(
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
|