summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11Branch out 2.21 for translationsAntti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2012-01-17(da) New runtime translation, closes: #654519David Prévot1-1/+4
Thanks: Joe Hansen
2011-12-18grep-dctrl.1.cp: Fix indentation.Antti-Juhani Kaijanaho1-1/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-18grep-dctrl: Hardcode default input file names.Antti-Juhani Kaijanaho5-4/+30
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>
2011-12-18Remove the old annoying banner code.Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-18Open 2.21Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-18Release 2.20.12.20.1Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-18Update the Finnish program translation.Antti-Juhani Kaijanaho1-1/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-17Update changelog wrt translationsDavid Prévot1-6/+21
2011-12-14Bug #652034: Handle multiple instances of the same field gracefully.Antti-Juhani Kaijanaho1-1/+5
For grep-dctrl, this means having -F search for all of the same-name fields disjunctively. The -s option selects all same-name fields for printing. For the other tools, all but the first are ignored. No string changes, so committing to maint-2.20 for release with 2.20.1. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-07Merge branch 'master' into maint-2.20David Prévot1-1/+2
Conflicts: debian/changelog
2011-12-07Merge branch 'translations' into maint-2.20Antti-Juhani Kaijanaho1-1/+3
Conflicts: debian/changelog Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-07Open 2.20.1Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-07man pages order in SEE ALSO, thanks to Chris LeickDavid Prévot1-1/+2
Closes: #651219
2011-12-07Merge branch 'master' of ssh://git.debian.org/git/collab-maint/dctrl-toolsAntti-Juhani Kaijanaho1-1/+3
* 'master' of ssh://git.debian.org/git/collab-maint/dctrl-tools: po4a: POT and PO manpages update 331t 3f 3u Initial German manpages translation Conflicts: debian/changelog
2011-12-07Open 2.21Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-06Initial German manpages translationDavid Prévot1-1/+5
Thanks to Chris Leick (closes: #651218).
2011-11-27Release 2.202.20Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-11-27Fix #641255: Output even a zero count (and exit successfully)Antti-Juhani Kaijanaho1-1/+4
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-11-13Partially revert fix for #525525 and add a migration path to itAntti-Juhani Kaijanaho1-1/+6
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>
2011-11-13tester.sh: Do not output .differr if it wasn't constructed.Antti-Juhani Kaijanaho1-0/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-11-13Update debian/changelogAntti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-10-20Open 2.20Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-10-20Release 2.192.19Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-10-20Rewrite the paragraph logic to use a tree structure.Antti-Juhani Kaijanaho1-1/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-10-19Clean up some cruftAntti-Juhani Kaijanaho1-1/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-28Prévot changelog entriesAntti-Juhani Kaijanaho1-3/+5
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-28#209134: Print the field name as in the paragraph, not as on command lineAntti-Juhani Kaijanaho1-1/+5
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-28#525525: grep-dctrl/grep-dctrl.c: Output a stanza separator unconditionallyAntti-Juhani Kaijanaho1-0/+4
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-28debian/control [Standards-Version]: Updated to 3.6.2 (no changes needed).Antti-Juhani Kaijanaho2-2/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-28Add a bts close incantation to the David Prévot changelog entryAntti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-23Merge branch 'merge_2.18ubuntu1'Antti-Juhani Kaijanaho1-1/+11
* merge_2.18ubuntu1: Importing 2.18ubuntu1 Conflicts: debian/changelog
2011-07-23Importing 2.18ubuntu1Antti-Juhani Kaijanaho1-0/+7
2011-03-13Update debian/changelog per David Prévot's applied patchesAntti-Juhani Kaijanaho1-2/+5
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-03-13Makes manpages translatable (using po4a)David Prévot1-1/+1
2011-02-06Open 2.19Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-02-06Release 2.18 to unstable2.18Antti-Juhani Kaijanaho1-2/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-02-06debian/rules: Override prefix and sysconfdir even for buildingAntti-Juhani Kaijanaho2-2/+8
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-12-04Open 2.18.Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-12-04Release 2.172.17Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-12-04Move to DebhelperAntti-Juhani Kaijanaho9-474/+11
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-12-04Removed Jon Bernard <jbernard@debian.org> from uploadersAntti-Juhani Kaijanaho2-3/+4
No uploads in two years; seems to have left the team mailing list. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-12-04Merge branch 'maint-2.14'Antti-Juhani Kaijanaho1-2/+21
* maint-2.14: Open 2.14.6 Release 2.14.5. po/ca.po: Updated by Jordi Mallach (closes: #601122) po/es.po: Updated by Javier Fernández-Sanguino Peña (closes: #599858) Open 2.14.5. Release 2.14.4. vi.po: Updated by Clytie Siddall (closes: #598494) Open 2.14.4. Release 2.14.3 po/sv.po: Updated by Martin Bagge (closes: #597013) Open 2.14.3. Conflicts: debian/changelog
2010-10-24Open 2.14.6Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-10-24Release 2.14.5.2.14.5Antti-Juhani Kaijanaho1-2/+2
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-10-24po/ca.po: Updated by Jordi Mallach (closes: #601122)Antti-Juhani Kaijanaho1-1/+2
2010-10-13po/es.po: Updated by Javier Fernández-Sanguino Peña (closes: #599858)Antti-Juhani Kaijanaho1-2/+2
2010-10-09Open 2.14.5.Antti-Juhani Kaijanaho1-0/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-10-09Release 2.14.4.2.14.4Antti-Juhani Kaijanaho1-3/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-09-29vi.po: Updated by Clytie Siddall (closes: #598494)Antti-Juhani Kaijanaho1-2/+2