summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-13Add Build-Depends/Build-Depends-Indep search example.Cyril Brulebois1-1/+7
Signed-off-by: Cyril Brulebois <kibi@debian.org>
2009-12-12debian/copyright: Update copyright yearsAntti-Juhani Kaijanaho2-2/+4
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-12Update FSF address in license blurbs all over the source tree.Antti-Juhani Kaijanaho39-123/+122
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-12tbl-dctrl (linewrap): Force a line break where the field has one.Antti-Juhani Kaijanaho2-1/+9
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-12tbl-dctrl: Fix field line length detection for multi-line fieldsAntti-Juhani Kaijanaho2-5/+12
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-05Open 2.15Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-05Update Standards-Version.2.14Antti-Juhani Kaijanaho2-3/+4
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-05Merge branch 'maint-2.13'Antti-Juhani Kaijanaho2-156/+248
Conflicts: debian/changelog Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-05Add support for #-commentsAntti-Juhani Kaijanaho5-1/+56
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>
2009-12-05Fix Debian bug #559543.Antti-Juhani Kaijanaho5-4/+49
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-10-20two new strings translatedGerfried Fuchs1-29/+37
2009-08-08Fix Debian bug#511081Antti-Juhani Kaijanaho3-3/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-08-08Fix Debian bug #511022.Antti-Juhani Kaijanaho7-2/+16
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-08-08join-dctrl/join-dctrl.c: Avoid a compiler warningAntti-Juhani Kaijanaho2-3/+5
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-04-16grep-dctrl: add new mode for exact package name matchingStefano Zacchiroli5-2/+39
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>
2009-01-06Fix #506138 by forbidding such messed up command lines.Antti-Juhani Kaijanaho2-1/+11
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-01-06New test case for bug #506138 (fails now).Antti-Juhani Kaijanaho2-0/+9
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-01-06tbl-dctrl.c [linewrap]: Do not include the breakpoint in the next line.Antti-Juhani Kaijanaho2-2/+6
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>
2009-01-06tbl-dctrl.c [linewrap]: Clarify.Antti-Juhani Kaijanaho2-13/+19
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-01-06Open 2.13.2Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-01-062.13.12.13.1Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-09-02Unfuzzied the stringGerfried Fuchs1-21/+22
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
2008-08-04Unfuzzy last stringMiroslav Kure1-3/+2
Signed-off-by: Miroslav Kure <kurem@upcase.inf.upol.cz>
2008-07-27Also document the po file update in the changelogGerfried Fuchs1-1/+2
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
2008-07-27Update to Czech po fileMiroslav Kure1-156/+241
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
2008-07-05msg.[ch] (and others): allow the message functions to handle format stringsAntti-Juhani Kaijanaho12-106/+129
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>
2008-07-05*/*.[ch]: Use the copyright symbol instead of (c) or (C).Antti-Juhani Kaijanaho32-34/+35
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-05lib/msg.c: Remove (obsolete) snail mail and email addresses for me.Antti-Juhani Kaijanaho2-11/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-05grep-dctrl/rc.c, lib/msg.c: Recode to UTF-8Antti-Juhani Kaijanaho3-4/+5
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04Start 2.14 (targetting lenny+1)Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04Start 2.13.1 (maintenance branch)Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-042.13.0Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04debian/rules [clean-build]: Do not ignore make clean errors.Antti-Juhani Kaijanaho2-1/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04debian/control [Standards-Version]: Now 3.8.0.Antti-Juhani Kaijanaho2-2/+4
Also wrap the Uploaders field, since that is allowed by 3.8.0. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04man/{join,tbl}-dctrl.1: Fix man syntax errors.Antti-Juhani Kaijanaho3-2/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04po/fi.po: UpdateAntti-Juhani Kaijanaho2-145/+230
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04Fixes sent in by Jens SeidelGerfried Fuchs1-16/+16
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
2008-07-04finalize the po file translationGerfried Fuchs1-10/+12
Signed-off-by: Gerfried Fuchs <rhonda@debian.at>
2008-07-04debian/README: Remove my veto from procedures.Antti-Juhani Kaijanaho2-4/+4
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-04Note that previous commit fixes Debian bug#488292Antti-Juhani Kaijanaho1-0/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-03debian/control: Make team maintenance official.Antti-Juhani Kaijanaho2-1/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-06-10Document the po file update in the changelog, tooGerfried Fuchs1-0/+3
2008-06-10Long sitting commit not done yet. Some strings still left, thoughGerfried Fuchs1-148/+233
2007-12-25sync-available/sync-available.cp: Use id -u, not $EUID, which is a bashismAntti-Juhani Kaijanaho2-2/+5
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>
2007-12-25Fix debian/changelog.Antti-Juhani Kaijanaho1-6/+4
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>
2007-12-11grep-dctrl/grep-dctrl.c: don't display a field with an empty valueJon Bernard3-4/+19
Reported by Dan Jacobson <jidanni@jidanni.org> Signed-off-by: Jon Bernard <jbernard@debian.org>
2007-12-06Fix git ignore targetsJon Bernard9-17/+22
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>
2007-11-08debian/control: Rework the Vcs fieldsAntti-Juhani Kaijanaho2-3/+5
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-11-07lib/paragraph.c (para_parse_next): Use gotos, not a state variableAntti-Juhani Kaijanaho2-137/+129
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>
2007-11-07Topic branches againAntti-Juhani Kaijanaho1-13/+3
The old rules were a bad idea :( Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>