summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-07French translation update from Debian bug #442330.Antti-Juhani Kaijanaho2-207/+294
2007-11-07Fix Debian bug #440348Antti-Juhani Kaijanaho4-1/+21
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-11-07Add a .gitignore fileAntti-Juhani Kaijanaho1-0/+17
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-11-07Switch to Git and define best practices for push accessAntti-Juhani Kaijanaho3-6/+60
The best practices include the new recommendation of doing Linux-style signoffs that assert the Developer's Cerificate of Origin by implied reference. The DCO is committed separately on its own (detached) branch so that we don't contaminate the package with its CC-by-sa/2.5 license. I believe that the DCO is merely aggregated with dctrl-tools in Git, and that this does not make dctrl-tools derivative of the DCO. Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@kaijanaho.fi>
2007-08-05start 2.12Antti-Juhani Kaijanaho1-0/+6
2007-08-05TAG 2.112.11Antti-Juhani Kaijanaho0-0/+0
2007-08-052.11Antti-Juhani Kaijanaho1-5/+19
2007-08-05join-dctrl: new option '-a'Antti-Juhani Kaijanaho4-42/+119
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>.
2007-08-05Update copyright linesAntti-Juhani Kaijanaho6-18/+7
2007-06-16debian/rules: typo fixAntti-Juhani Kaijanaho1-1/+1
2007-06-16Compatibility: remove (out of date, duplicates manpage information)Antti-Juhani Kaijanaho2-19/+1
2007-06-16NEWS: delete (out of date)Antti-Juhani Kaijanaho1-23/+0
2007-06-16README: delete (out of date and useless)Antti-Juhani Kaijanaho1-5/+0
2007-06-16AUTHORS: delete (out of date and hard to keep up to date)Antti-Juhani Kaijanaho1-2/+0
2007-06-16debian/README: updateAntti-Juhani Kaijanaho1-7/+4
2007-04-11new program join-dctrlAntti-Juhani Kaijanaho9-4/+1322
2007-04-11debian/changelog: start 2.11Antti-Juhani Kaijanaho1-0/+6
2007-04-11fix 0006 testAntti-Juhani Kaijanaho1-0/+1
2007-04-11grep-dctrl/grep-dctrl.c: fix GET_BACKUP_FIELD for (size_t)-1 on machines ↵Antti-Juhani Kaijanaho3-1/+11
where sizeof(int) != sizeof(size_t)
2007-04-10export para_compare from lib/sorter.[ch]Antti-Juhani Kaijanaho3-10/+18
2007-04-09GNUmakefile (test): call tester.sh using sh explicitlyAntti-Juhani Kaijanaho1-1/+1
2007-04-08TAG 2.102.10Antti-Juhani Kaijanaho0-0/+0
2007-04-082.10Antti-Juhani Kaijanaho1-3/+34
2007-04-08GNUmakefile: miscellaneous fixesAntti-Juhani Kaijanaho1-2/+4
2007-04-08GNUmakefile. ifile.c: start using -Werror, fix one warningAntti-Juhani Kaijanaho2-2/+2
2007-04-08tests/0005: another simple testAntti-Juhani Kaijanaho2-0/+10163
2007-04-08grep-dctrl: new option --invert-show (-I)Antti-Juhani Kaijanaho12-77/+215
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>
2007-04-08tests/0003.{sh,out}: another basic testAntti-Juhani Kaijanaho3-1/+3397
2007-04-08tests/0002.{sh,out}: new basic testAntti-Juhani Kaijanaho2-0/+83871
2007-04-08paragraph.c (para_parse_next): fix outdated assertionAntti-Juhani Kaijanaho1-1/+1
2007-04-08GNUmakefile (clean): fix reference to grep-dctrl.1Antti-Juhani Kaijanaho1-1/+1
2007-04-08man/sort-dctrl.1: make literal (previously generated)Antti-Juhani Kaijanaho2-1/+0
2007-04-08GNUmakefile: sysconf is now sysconfdir, fix a referenceAntti-Juhani Kaijanaho1-1/+1
Closes: #414979 (typo in manpage: reference to global config file is wrong) Reported by Tomas Pospisek <tpo_deb@sourcepole.ch>
2007-04-08Makefile: rename as GNUmakefileAntti-Juhani Kaijanaho1-0/+0
2007-04-08Makefile (clean): fix reference to sync-availableAntti-Juhani Kaijanaho1-1/+1
2007-04-08tests/bug360139.{sh,out}: new test caseAntti-Juhani Kaijanaho3-2/+49
2007-04-08begin a new test suiteAntti-Juhani Kaijanaho6-0/+83979
- Makefile: new target 'test' - tester.sh: new file - tests: new directory - tests/0001.*: new files - a simple basic test case - debian/rules: run the test suite (ignoring any failures) at build time
2007-02-11TAG kaijanaho.info dctrl-tools-experimentalkaijanaho.info_dctrl-tools-experimentalAutomatic Date Tagger0-0/+0
2007-02-04TAG kaijanaho.info dctrl-tools-experimental 2007-02-03kaijanaho.info_dctrl-tools-experimental_2007-02-03Automatic Date Tagger0-0/+0
2007-02-03drop the transitional grep-dctrl packageAntti-Juhani Kaijanaho3-68/+3
2007-02-03tbl-dctrl: new option '-H'Antti-Juhani Kaijanaho2-17/+29
Closes: #326660 (Please add option to tbl-dctrl to not print any title) Reported by Frank Lichtenheld <djpig@debian.org>.
2007-02-03TAG kaijanaho.info dctrl-tools-experimental 2007-02-03Automatic Date Tagger0-0/+0
2006-11-06debian/changelog: merge in 2.9.3Antti-Juhani Kaijanaho1-0/+6
2006-10-28[darcs conflict resolution]Antti-Juhani Kaijanaho7-22/+1616
2006-10-26begin 2.10Antti-Juhani Kaijanaho12-2096/+95
2006-12-21TAG kaijanaho.info 2006-12-20kaijanaho.info_2006-12-20Automatic Date Tagger0-0/+0
2006-12-13TAG kaijanaho.info 2006-12-12kaijanaho.info_2006-12-12Automatic Date Tagger0-0/+0
2006-12-05TAG kaijanaho.info 2006-12-04kaijanaho.info_2006-12-04Automatic Date Tagger0-0/+0
2006-11-29TAG kaijanaho.info 2006-11-28kaijanaho.info_2006-11-28Automatic Date Tagger0-0/+0
2006-11-21TAG kaijanaho.info 2006-11-20kaijanaho.info_2006-11-20Automatic Date Tagger0-0/+0