File: changelog

package info (click to toggle)
ddtc 0.17.5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 268 kB
  • sloc: perl: 2,260; makefile: 87
file content (890 lines) | stat: -rw-r--r-- 31,508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
ddtc (0.17.5) unstable; urgency=medium

  * QA upload.

  * Updated vcs in d/control to Salsa.
  * Updated Standards-Version from 3.9.7 to 4.7.0.
  * Use wrap-and-sort -at for debian control files.
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Fix day-of-week for changelog entries 0.4.12, 0.4.4, 0.1.5.
  * Added dependency on sensible-utils for sensible-editor.
  * Added d/gbp.conf to describe branch layout.
  * Remove the need for root build, and flag this in d/control.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 05 Dec 2024 20:12:59 +0100

ddtc (0.17.4) unstable; urgency=medium

  * QA upload.
  * debian/tests/control: Create autopkgtest.

 -- Leonardo Rodrigues Pereira <leontecnicalonline@gmail.com>  Sat, 23 Nov 2024 11:51:50 -0300

ddtc (0.17.3) unstable; urgency=medium

  * QA upload.
  * Convert to 3.0 source format (Closes: #1007441).

 -- Bastian Germann <bage@debian.org>  Wed, 23 Nov 2022 23:28:29 +0100

ddtc (0.17.2+nmu1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Fri, 20 May 2022 19:37:43 +0200

ddtc (0.17.2) unstable; urgency=medium

  * QA upload.
  * Set the maintainer to the QA team.
  * Build with debhelper 9 (closes: #800279)
  * Update FSF's address.

 -- Adam Borowski <kilobyte@angband.pl>  Fri, 12 Feb 2016 06:40:16 +0100

ddtc (0.17.1+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix POD files to be compatible with perl 5.18. (closes: bug#723795)
  * debian/compat: added, set to 3.
  * debian/rules: Remove DH_COMPAT=3.
  * debian/changelog: Add two missing colons in changelog date.
  * debian/control:
      - Add ${misc:Depends} to Depends.
      - Replace Build-Depends-Indep by Build-Depends, for the clean target.
    + From a patch by Salvatore Bonaccorso:
      - Remove libmime-base64-perl from Depends. See
      http://lists.debian.org/debian-perl/2003/09/msg00014.html
      - Substitute libmime-perl Depends with libmime-tool-perl
      (Closes: #601265).

 -- Bill Allombert <ballombe@debian.org>  Wed, 09 Oct 2013 23:21:17 +0200

ddtc (0.17.1) unstable; urgency=low

  * fix FTBFS with new make version (closes: bug#352786)

 -- Nicolas Bertolissio <bertol@debian.org>  Sun, 19 Feb 2006 22:08:42 +0100

ddtc (0.17) unstable; urgency=low

  * fix typos in READMEs
    thanks to Cristian Rigamonti for his patches (closes: bug#268069)
  * fix server address
    thanks to Ludovic Rousseau for his patch (closes: bug#255386)
  * add some info about customisation of vim syntax file
    thanks to Lorenzo Cappelletti for this

 -- Nicolas Bertolissio <bertol@debian.org>  Sat,  9 Oct 2004 22:25:51 +0200

ddtc (0.16) unstable; urgency=low

  * purge incoming mail to collect disk garbage

 -- Nicolas Bertolissio <bertol@debian.org>  Mon,  9 Aug 2004 15:16:20 +0200

ddtc (0.15) unstable; urgency=low

  * vim syntax files must be unzipped
    (closes: bug#255387)
  * fix email address in procmailrx sample file
    Thanks to Ludovic Rousseau for his patch (closes: bug#255386)
  * fix command separator match in 'ddts_command'
    (closes: bug#259556)
  * do not move unexisting directory
    thanks to Matthias Lutz for reporting this bug (closes: bug#259716)

 -- Nicolas Bertolissio <bertol@debian.org>  Tue, 27 Jul 2004 22:44:21 +0200

ddtc (0.14) unstable; urgency=low

  * use 'send' instead of 'smtpsend'
    thanks to Daniel Serpell for reporting this bug
    thanks to Bill Allombert for solving it (closes: bug#217868)
  * do not purge incoming mails
    (closes: bug#255027)
  * add info on duplicate files in the 'rev' directory in manpage

 -- Nicolas Bertolissio <bertol@debian.org>  Fri, 18 Jun 2004 21:36:03 +0200

ddtc (0.13.1) unstable; urgency=low

  * fix missing changelog entry:
  * intercept error when sending mail
    thanks to Daniel Serpell for reporting this bug (closes: bug#209363)

 -- Nicolas Bertolissio <bertol@debian.org>  Thu,  6 Nov 2003 23:30:35 +0100

ddtc (0.13) unstable; urgency=low

  * update manpages
  * translate one missing string in fr.po
  * Standards-version: 3.6.1
  * add server address in config file
  * new vim syntax files
    thanks to Lorenzo Cappelletti for theses very good work
  * fix error when description is empty
    thanks to Ludovic Rousseau for reporting this bug (closes: bug#216314)
  * change maintainer's address to Debian's one

 -- Nicolas Bertolissio <bertol@debian.org>  Sat, 25 Oct 2003 00:13:49 +0200

ddtc (0.12.1) unstable; urgency=low

  * improve `po/Makefile' so it find languages from `*.po'
  * fix package name search
    thanks to Jean Privat for reporting this bug (closes: bug#205869)
  * add `Recommends: libterm-readline-gnu-perl'
  * fix copy/paste trouble in bug interactive management
    thanks to Beatrice Torracca for reporting this bug
  * fix double menu letters in menu definitions
  * new server address (desc3)

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sat, 30 Aug 2003 23:08:09 +0200

ddtc (0.12) unstable; urgency=low

  * add more strings to i18n
  * add interactive mode
    thanks to Matthias Juchem for requesting this feature
  * execute parse commande if STDIN is not tty* and no command is provided
  * execute in interactive mode if STDIN and STDOUT are tty* and no command
    is provided
  * remove no longuer needed automatic convertion code
  * `ls_dir' can grep on file extention
    thanks to Matthias Juchem for his patch
  * fix `debug' statement position in `parse'
  * test and create directories only when really needed
  * fix missing application name in `Term::ReadLine::new' call
  * add filename in error messages

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Wed, 13 Aug 2003 09:44:32 +0200

ddtc (0.11) unstable; urgency=low

  * clean `debian/' directory
    - add `Build-Depends-Indep: perl
    - clean `rules'
    thanks to Denis Barbier for all these
  * use `File::Spec::Functions' to deal with filenames and directories
  * add internationalisation
  * add French localisation
  * fix sending `noguide' to the server if no command to send

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun, 27 Jul 2003 16:03:43 +0200

ddtc (0.10.2) unstable; urgency=low

  * fix spelling in manpages
  * add `acheck' as suggested package
  * Standards-version: 3.6.0
    - recode changelog to utf-8
  * remove useless dependancy on `sharutils'

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun, 20 Jul 2003 14:25:36 +0200

ddtc (0.10.1) unstable; urgency=low

  * fix `ddtc.vim' highlighting troubles
    (closes: bug#200295)
  * fix missing end-of-line when testing for locally accepted review
  * turn `sent' into `bugged' for review statistics
  * change server address

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Thu, 10 Jul 2003 09:09:45 +0200

ddtc (0.10) unstable; urgency=low

  * use logical variable name in various places
    thanks to Bartosz Zapałowski for reporting this bug
  * make review diffs like bug ones
  * add selection feature for review like the bug one
  * modify manpages and `ddtc.vim' accordingly
  * fix italian word in `vim/README'
  * fix missing language in `listtranslatedpackages' command
    thanks to Frank Lichtenheld for reporting this bug (closes: bug#200155)
  * fix typos in french manpages,
    thanks to the reviewers from debian-l10n-french
  * issue a warning if description and/or translation is missing when parsing
    thanks to Yann Dirson for reporting this bug (closes: bug#200158)
  * add some comments
  * fix diffing of `Description-XX:' lines with charset different from ddts
    standard one

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  6 Jul 2003 14:48:44 +0200

ddtc (0.9.2) unstable; urgency=low

  * fix test against line starting with a dot and something else
  * fix test for number of paragraphs
  * change server address in `procmailrc' sample file
  * add links to faq, translator and reviewer guides in manpage
  * fix copyright now ddtc is in Debian archive
    thanks to Ludovic Rousseau for reporting this bug (closes: bug#196599)
  * add `ddtc.vim' install info
    thanks to Ludovic Rousseau for reporting this bug (closes: bug#197476)

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Tue, 17 Jun 2003 21:28:05 +0200

ddtc (0.9.1) unstable; urgency=low

  * fix usage message
  * gather vim files into `vim/' directory
  * add vim syntax from Emanuele Aina
  * fix `README' about upgrading
  * make source tree clearer:
    - move files for `/usr/share/doc/ddtc/' to `misc/'
    - move manpages sources to `man/'
  * change server address due to server troubles
    thanks to Ludovic Rousseau for reporting this bug (closes: bug#196591)
  * add test against line starting with a dot and something else
  * add test for number of paragraphs
  * add short explaination on tests in manpage
  * Standards-version: 3.5.10

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  8 Jun 2003 13:14:15 +0200

ddtc (0.9) unstable; urgency=low

  * when sending descriptions back to the server, move files after mail build
    thanks to Frank Lichtenheld for reporting this bug (closes: bug#191516)
  * add new file extension for locally accepted description, and do automatic
    conversion after first `mail' command
    thanks to Michel Grentzinger for reporting this bug (closes: bug#191436)
  * fix spelling mistake in French manpage
  * remove `mail_single' option, always send one mail (was default)
  * use `File::Path' module to create directories
  * use `File::Copy' module to move files
  * fix line length test
  * format check outputs a `^' on error
  * add ddts commands
  * check against ddts command before sending
  * remove old commands `ask_trans' and `ask_review', print warning to use new
    `get' and `review'
  * remove `help' and `version' commands, these are options

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun, 18 May 2003 10:38:05 +0200

ddtc (0.8.3) unstable; urgency=low

  * fix spelling in English manpage
    thanks to Frank Lichtenheld for reporting this bug (closes: bug#190980)
  * fix spelling in French manpage
    thanks to Michel Grentzinger for his patch (closes: bug#190991)
  * fix new `REVIEWED' subject parsing
  * add example file location in ddtcrc manpage and fix some more spelling
    mistakes in the French manpage
    thanks to Thomas Marteau for reporting these
  * add info about `mail_in' in ddtcrc manpages
  * fix `mail_in' default value in ddtcrc English manpage

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Tue, 29 Apr 2003 11:24:13 +0200

ddtc (0.8.2) unstable; urgency=low

  * check for bug number instead of message id to know whether bug has already
    been parsed
    thanks to Jérome Vaillant for reporting this bug
  * add normal diff sub (`ndiff')
  * fix mixing bug reports: don't overwrite, mixing review correction should
    be fine now, mixing review comments needs some more work
  * add warning if unable to convert charsets and use unconverted data
    (closes: bug#187649)
  * remove `Description: ' from short description for `apt-cache' search
    thanks to Bruno Rodrigues for his patch (closes: bug#187636)
  * fix undefined language value when parsing old translation
  * fix precedence on error exit (`||' -> `or')
  * add review diff info in manpages

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  6 Apr 2003 12:57:38 +0200

ddtc (0.8.1) unstable; urgency=low

  * fix old translation choice for standard bugs
    thanks to Christian Perrier for reporting this bug (closes: bug#184629)
  * remove non-official package warning in `README.Debian'

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Fri, 14 Mar 2003 09:27:03 +0100

ddtc (0.8) unstable; urgency=low

  * fix ddts command parsing
  * remove `/usr/doc' symlink
  * add new option `mail_single'
    thanks to Bartosz Zapałowski for providing patch
  * fix typos in english and french `ddtcrc' manpages
  * add full charset support
  * clarify the _whole_ mail is needed in manpages
  * editor comply with policy.12.4

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  9 Mar 2003 17:03:21 +0100

ddtc (0.7.7) unstable; urgency=low

  * add ddts commands for ddts-ddtc consistancy
  * fix non-breaking spaces in french manpages

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon,  3 Mar 2003 12:14:06 +0100

ddtc (0.7.6) unstable; urgency=low

  * fix missing parentheses

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon,  3 Mar 2003 01:14:11 +0100

ddtc (0.7.5) unstable; urgency=low

  * fix bug parsing
    thanks to Migrec and Laurent Defours for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  2 Mar 2003 23:08:38 +0100

ddtc (0.7.4) unstable; urgency=low

  * add `libalgorithm-diff-perl' version depend
    thanks to Benoît Sibaud for reporting this bug
  * fix bug if no `.ddtcrc' found
    thanks to Migrec for reporting this bug
  * fix spelling in README.Debian

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  2 Mar 2003 15:54:04 +0100

ddtc (0.7.3) unstable; urgency=low

  * fix return values in Package.pm
    thanks to Christian Perrier for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Fri, 21 Feb 2003 20:55:39 +0100

ddtc (0.7.2) unstable; urgency=low

  * fix uninitialized value warnings
    thanks to Christian Perrier and Bartosz Zapałowski for reporting these
    two bugs

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Fri, 21 Feb 2003 15:48:32 +0100

ddtc (0.7.1) unstable; urgency=low

  * fix typo
  * add patch to ask for a package by name
    thanks to Bartosz Zapałowski for providing it

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon, 17 Feb 2003 15:19:12 +0100

ddtc (0.7) unstable; urgency=low

  * use Algorithm::Diff:: perl module to create diffs
  * fix regex in `fix'
    Thanks to Ludovic Rousseau for reporting this bug
  * use charset
  * parse charset even if no translation done
  * reduce `superdiff' call number

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon, 17 Feb 2003 11:14:42 +0100

ddtc (0.6.2) unstable; urgency=low

  * fix parsing bugs
    thanks to Laurent Defours for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Fri, 14 Feb 2003 16:47:56 +0100

ddtc (0.6.1) unstable; urgency=low

  * fix missing Depends: libconfig-general-perl
    thanks to Julien Louis for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Thu, 13 Feb 2003 22:58:31 +0100

ddtc (0.6.0) unstable; urgency=low

  * rewrite with two modules
  * deal with ddts standard bug reports
  * send standard or special reviews
  * use `Config::General::' module for config file
  * convert old `.ddtc' config file to new `.ddtcrc'
  * test for defined mail address only if we need to send mails (not for
    parsing)
  * ddts.vim: fix Todo in short description
  * add sample `.ddtcrc'
    thanks to Nicolas Sabouret for reporting this bug
  * fix some typos in french manpages
    thanks to Nicolas Boulenguez for reporting these bugs
  * fix explanations in manpage `Fixing bugs' section
    thanks to Benoît Peccatte for this

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon, 10 Feb 2003 12:17:57 +0100

ddtc (0.5.5) unstable; urgency=low

  * decode Q- and B- encoded fields
  * use `Reply-To' field instead of `From:' instruction
  * add `-V' and `--version' option to get script version
    thanks to Christian Perrier for reporting this missing feature

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon, 10 Feb 2003 09:23:56 +0100

ddtc (0.5.4) unstable; urgency=low

  * fix regex to parse packages without package-name
  * fix typo in changelog

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun,  9 Feb 2003 10:45:57 +0100

ddtc (0.5.3) unstable; urgency=low

  * fix missing Depends: libmime-base64-perl
    thanks to Beatrice Torracca for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Fri,  7 Feb 2003 22:39:10 +0100

ddtc (0.5.2) unstable; urgency=low

  * use new ddts pseudo-header fields

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon,  3 Feb 2003 20:15:44 +0100

ddtc (0.5.1) unstable; urgency=low

  * add look at `$DEBEMAIL' to set default email
    thanks to Michael Piefel for reporting this missing feature
  * change ddtc(5) accordingly

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Tue, 28 Jan 2003 16:25:22 +0100

ddtc (0.5) unstable; urgency=low

  * use `MIME::' package to send messages
  * fix parsing multiple packages

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Tue, 28 Jan 2003 15:03:35 +0100

ddtc (0.4.2) unstable; urgency=low

  * remove empty comment in bug reports (ddts inconsistancy)
    thanks to Christian Pierrer for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Tue, 28 Jan 2003 13:06:16 +0100

ddtc (0.4.1) unstable; urgency=low

  * fix parameter when calling `parse_bug' and `parse_translation'
    thanks to Julien Louis for reporting this bug
  * fix data structure creation for bugs (due to ddts inconsistancy)
  * fix old translation parsing
  * fix old translation debug message

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Tue, 28 Jan 2003 12:45:01 +0100

ddtc (0.4) unstable; urgency=low

  * fix typo in french manpage
    thanks to Pierre Machard for reporting this bug
  * fix typos
  * fix typo in `changelog'
  * use data structure when parsing email
    - rewrite `parse_*' accordingly
  * use `MIME::' package to parse messages (depends on `libmime-perl')
    - rewrite `parse_*' accordingly
  * `superdiff' returns an array or a scalar according calling context
  * check for multipart mime message before parsing
  * add note to provide whole message to STDIN in `README.Debian'
  * check for `\t' before sending description
    thanks to Esa Turkiainen for reporting this bug
  * add maintainer's address in `copyright'
    thanks to Ludovic Rousseau for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Mon, 27 Jan 2003 12:57:36 +0200

ddtc (0.3.3) unstable; urgency=low

  * add dependency on `sharutils'
    thanks to Nicolas Boulanguez for reporting this bug
  * change maintainer's address

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Sun, 14 Apr 2002 22:10:14 +0200

ddtc (0.3.2) unstable; urgency=low

  * change path to sendmail, for Sid compatibility
    thanks to Emmanuel Valliet for his patch

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Wed,  6 Mar 2002 11:01:39 +0100

ddtc (0.3.1) unstable; urgency=low

  * change ddtp address
  * fix some typo.
    thanks to Benoît Sibaud for this patch

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat,  2 Mar 2002 21:13:22 +0100

ddtc (0.3) unstable; urgency=low

  * really deal with changed English descriptions
    thanks to Christian Pierrer for reporting this bug
  * add `--help' option when getting usage message in `bash_completion'
  * change `/' into `_' in package name if no name can be found
  * change maintainer address

 -- Nicolas Bertolissio <nico.bertol@free.fr>  Fri,  1 Mar 2002 23:59:21 +0100

ddtc (0.2.2) unstable; urgency=low

  * split `README.Debian'
  * add bash completion rules
  * fix `procmailrc'
  * add comments in `procmailrc' and `ddtc.vim'
  * fix `changelog'
  * add language option in manpage and french manpage

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue, 26 Feb 2002 19:20:22 +0100

ddtc (0.2.1) unstable; urgency=low

  * move email address test so configuration dump is displayed even if no
    address is provided
    thanks to Lorenzo Cappelletti for reporting this bug
  * change procmail rule in `README.Debian'
    thanks to Martin Quinson for these new rules
  * add note in `README.Debian'
  * add warning in manpage 5 about escaping characters
    thanks to Pierre Machard for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat, 23 Feb 2002 23:31:28 +0100

ddtc (0.2) unstable; urgency=low

  * add spaces in error and warning messages
  * fix typo in comments
  * fix spelling in usage message
  * remove local variable when parsing options
  * remove alpha debug message
  * add `exit' after printing usage message
  * change remaining `die' into `suicide'
  * add `Conflicts:' field in `control' file
  * fix typo in manpage (1)
  * remove `&' when calling subs so prototypes are useful
  * fix debug output in `make_review'
  * fix Christian Perrier name in `changelog'
  * add French manpages

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 15 Feb 2002 23:54:39 +0100

ddtc (0.1) unstable; urgency=low

  * change script name from `ddts-script' to `ddtc'
    Lorenzo Cappelletti and Martin Quinson request
  * fix typo in unconfigured script message
  * escape dots in unconfigured script regex
  * add `debug', `suicide' and `warning' subs
  * use constants for contant values
  * capitalize first letter of global variables
  * use default values so configuration file is optional
  * add prototypes in subs declarations
  * fix typo in `README.Debian'
  * split manpage, configuration is now in section #5
  * use `$Clean_re' to skip files when counting `.$Rev_e' in `stats'
    thanks to Christian Perrier and Martin Quinson for reporting this bug
  * add `ask_trans' ans `ask_review' commands
    thanks to Martin Quinson for this patch

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 15 Feb 2002 18:25:11 +0100

ddts-script (0.4.18) unstable; urgency=low

  * transition package to `ddtc'

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Wed, 13 Feb 2002 23:28:56 +0100

ddts-script (0.4.17) unstable; urgency=low

  * changes for potato perl compatibility
    thanks to Christian Perrier for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Wed, 13 Feb 2002 23:28:56 +0100

ddts-script (0.4.16) unstable; urgency=low

  * remove command when parsing command line

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue, 12 Feb 2002 20:18:21 +0100

ddts-script (0.4.15) unstable; urgency=low

  * fix magic line to comply with Debian Perl Policy 4.1
  * fix package description
  * remove end of pod documentation
  * use Getopt::Long module to parse options
  * turn back `while' loop into `until'
  * add sub to display usage message
  * add help option

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue, 12 Feb 2002 12:40:37 +0100

ddts-script (0.4.14) unstable; urgency=low

  * fix typo for ppart match due to ddts fix
  * turn `until' loop into `while'
  * prevent from using `me@my.isp.org' sample address
    thanks to Martin Quinson for reporting these bugs

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat,  9 Feb 2002 23:33:16 +0100

ddts-script (0.4.13) unstable; urgency=low

  * Initial Debian Package release
  * fix typo ans spelling in `changelog'
  * fix pod manpage
  * remove pod documentation

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat,  9 Feb 2002 18:11:49 +0100

ddts-script (0.4.12) unstable; urgency=low

  * skip bug closure when parsing
    thanks to Emmanuel Valliet for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 08 Feb 2002 23:04:00 +0100

ddts-script (0.4.11) unstable; urgency=low

  * use a regexp to clean files, to add compatibility with other scripts
    (l10n-check)

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat, 26 Jan 2002 14:43:00 +0100

ddts-script (0.4.10) unstable; urgency=low

  * write right short description diff when first description line is also
    changed
    thanks to Michael Wiedmann for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat, 12 Jan 2002 12:08:00 +0100

ddts-script (0.4.9) unstable; urgency=low

  * skip empty and ppart comments instead of removing them afterwards
    thanks to Christian Perrier for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Wed,  9 Jan 2002 21:34:00 +0100

ddts-script (0.4.8) unstable; urgency=low

  * remove only _empty_ (not all) comments
    thanks to Philippe Trbich for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue,  8 Jan 2002 19:01:00 +0100

ddts-script (0.4.7) unstable; urgency=low

  * remove empty and ppart comments when parsing translation
    thanks to Christian Perrier for reporting this missing feature

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue,  8 Jan 2002 09:35:00 +0100

ddts-script (0.4.6) unstable; urgency=low

  * add example values for config file in manpage
    thanks to Christophe Mertz for reporting this missing feature
  * remove `*~$' files (emacs temp files) in `$bug_dir' ans `rev_dir'
    thanks to Nicolas Sabouret for reporting this bug
  * change spelling in manpage
    thanks to Christophe Mertz for reporting this bug
  * write correct diff for short desc in `parse_review'
    thanks to Vincent Haverlant for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue,  8 Jan 2002 00:02:00 +0100

ddts-script (0.4.5) unstable; urgency=low

  * try to create directories recursively
    thanks to Youssef Oualmakran for reporting this missing feature

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat,  5 Jan 2002 11:10:00 +0100

ddts-script (0.4.4) unstable; urgency=low

  * write `Description: ' correctly when original description is changed
    thanks to Philippe Trbich for reporting this bug
  * die if line not processed when parsing attached files
    thanks to Lorenzo Cappelletti for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue, 01 Jan 2002 23:22:00 +0100

ddts-script (0.4.3) unstable; urgency=low

  * change typo
  * really warn if `apt-cache' not found
  * remove comments in description
    thanks to Philippe Trbich for reporting these last two bugs

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sun, 30 Dec 2001 21:07:00 +0100

ddts-script (0.4.2) unstable; urgency=low

  * change server address
  * warn when bug not in the script format, don't try to deal
    with it (I'll try to work on this later, I have no time at the moment)

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat, 29 Dec 2001 16:53:00 +0100

ddts-script (0.4.1) unstable; urgency=low

  * don't compare translations if bug reports' description changed
    thanks to Philippe trbich for reporting this bug
  * change typo in changelog

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat, 15 Dec 2001 20:30:00 +0100

ddts-script (0.4) unstable; urgency=low

  * deal with non-script bug reports

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 14 Dec 2001 08:06:00 +0100

ddts-script (0.3.2) unstable; urgency=low

  * don't stop on comments in `get_description'
    thanks to Philippe Trbich for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sun,  9 Dec 2001 23:35:00 +0100

ddts-script (0.3.1) unstable; urgency=low

  * warn if `apt-cache' not found, continue with `noname-' file
  * output statistics if there are only `todo' files

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sun,  9 Dec 2001 12:43:00 +0100

ddts-script (0.3) unstable; urgency=low

  * add `stats' command and corresponding manpage
  * add `clean' command in manpage
  * add options in manpage
  * remove alpha debug output
  * remove `known bug' in manpage
  * change typo in manpage
  * use right extensions in warning/error message in `parse_bug'
  * change warning messages in `parse_bug'

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Mon,  3 Dec 2001 16:19:00 +0100

ddts-script (0.2.3) unstable; urgency=low

  * add translator address in file to review (new in ddts)
  * put right comments on short description when parsing bug report
    thanks to Philippe Trbich for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sun,  2 Dec 2001 09:24:00 +0100

ddts-script (0.2.2) unstable; urgency=low

  * `$base_dir' variable in `.ddts_script'
    thanks to Lorenzo Cappelletti for this
  * change manpage for setup file
  * create `$temp_dir' if it doesn't exist
  * add missing concatenation in `parse_review'
  * change typo in `changelog'

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat,  1 Dec 2001 22:37:00 +0100

ddts-script (0.2.1) unstable; urgency=low

  * when a translation is accepted by the ddts, rename `package_name.$rev_e'
    (instead of `package_name.$sent_e' which doesn't exists)

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 30 Nov 2001 09:21:00 +0100

ddts-script (0.2) unstable; urgency=low

  * deal with bug repports for changed english description (new in ddts)
  * add `$mail-from' line in manpage
  * put right comments on short translated description when parsing review
  * change spelling in comments

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Thu, 29 Nov 2001 09:27:00 +0100

ddts-script (0.1.9) unstable; urgency=low

  * add permissions when creating `$tr_dir' (for compliance with perl < 5.6)
    thanks to Nicolas Sabouret for reminding me this patch from Denis Barbier
  * creates `$bug_dir' and `$rev_dir' if they don't exist
  * list fixed files
  * say if nothing has been sent
  * add remove `*~' files
  * add `From: ' line option, with `$mail_from'
    thanks to Nicolas Sabouret for reporting these bugs

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Wed, 28 Nov 2001 14:57:00 +0100

ddts-script (0.1.8) unstable; urgency=low

  * compare new review with accepted one for auto-acknolegment

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue, 27 Nov 2001 20:14:00 +0100

ddts-script (0.1.7) unstable; urgency=low

  * add map regexpt to remove heading space in `Description-XX' line
    FIXME this is not a real fix, I don't know why this can happen
    thanks to Christian Perrier for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Mon, 26 Nov 2001 07:43:00 +0100

ddts-script (0.1.6) unstable; urgency=low

  * add english description in diff of descriptions to review

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Sat, 24 Nov 2001 12:33:00 +0100

ddts-script (0.1.5) unstable; urgency=low

  * change spelling in `usage' message
  * change old file name when parsing descriptions to review so it really
    set the review as ok automatically

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Tue, 23 Jan 2001 11:53:00 +0100

ddts-script (0.1.4) unstable; urgency=low

  * change spelling in mail (`$tr_dir' -> `$rev_dir')
    thanks to Thomas Marteau for reporting this bug

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Mon, 19 Nov 2001 01:11:00 +0100

ddts-script (0.1.3) unstable; urgency=low

  * use an instruction block for `map' in `parse_translation'
    thanks to Antoine Hulin to have made me discover this bug
  * remove comments when sending translation
  * use real language when sending mail (instead of `fr')
  * change debug subroutine names

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 16 Nov 2001 11:59:00 +0100

ddts-script (0.1.2) unstable; urgency=low

  * deal with descriptions which passed the review process
    you must add a `$ok_e' variable definition in your `~/.ddts-script'

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Thu, 15 Nov 2001 19:21:00 +0100

ddts-script (0.1.1) unstable; urgency=low

  * mail subject contains package name
  * comment line maximum length is 94 (instead of 75)
  * accept any filename beginning with `new.' for attachment containing
    descriptions to translate

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Fri, 09 Nov 2001 14:19:00 +0100

ddts-script (0.1) unstable; urgency=low

  * initial release

 -- Nicolas Bertolissio <nico.bertol@wanadoo.fr>  Wed, 07 Nov 2001 11:13:00 +0100