summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: d8035a9657c2499d575188c2b2819c3494c98d74 (plain)
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
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
foomatic-db (20100806-0ubuntu5) maverick; urgency=low

  * debian/control: Added build and runtime dependencies for the PPD archiving
    and extracting.
  * debian/rules: Let build process error out if PPD archiving errors out.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 11 Aug 2010 09:57:03 +0200

foomatic-db (20100806-0ubuntu4) maverick; urgency=low

  * debian/local/pyppd/pyppd/ppd.py: The PPD compressor did not parse the
    PPD correctly and confused ShortNickName and NickName, ending up with
    the PPD listing showing the ShortNickName entries and therefore being
    incompatible with the old uncompressed PPDs.
  * debian/foomatic-db.links, debian/foomatic-db.dirs: Removed, the directory
    /usr/share/ppd/openprinting and the link to
    /usr/share/foomatic/db/source/PPD are not needed any more as there are no
    physical PPD files in the package.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 11 Aug 2010 00:32:03 +0200

foomatic-db (20100806-0ubuntu3) maverick; urgency=low

  * debian/local/pyppd/, debian/rules, debian/control: Compressed all physical
    PPD files of the openprinting-ppds and openprinting-ppds-extra packages
    into archive files reducing the disk space occupation by a factor of 10,
    freeing several tens of megabytes on the Ubuntu Desktop CDs (or on any live
    CD based on Debian or a derivative distribution). The archives are self-
    extracting and located in /usr/lib/cups/driver/, so that CUPS automatically
    extracts the PPD files. Thank you very much to Vitor Baptista who developed
    this great PPD compressor in the Google Summer of Code 2010.
  * debian/openprinting-ppds.postinst, debian/openprinting-ppds-extra.postinst:
    Updated auto updater for the PPDs of the already existing print queues to
    work with the new PPD archives.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 10 Aug 2010 21:31:03 +0200

foomatic-db (20100806-0ubuntu2) maverick; urgency=low

  * debian/openprinting-ppds.install, debian/openprinting-ppds-extra.install:
    Corrected paths: PPDs should be in /usr/share/ppd/openprinting/, not
    in /usr/share/ppd/postscript/. Once, these PPDs come from OpenPrinting and
    there could be packages with PostScript PPDs from other sources, and
    second, some of the PPDs provided by the openprinting-ppds-extra package
    are PCL-XL PPDs.
  * debian/dirs: Letting a package create the empty directory /usr/share does
    not make sense, as every package has files in /usr/share/doc. Removed.
  * debian/foomatic-db.dirs: Let the foomatic-db package create the directory
    /usr/share/ppd/openprinting, as foomatic-db provides a link to it.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri,  6 Aug 2010 19:46:03 +0200

foomatic-db (20100806-0ubuntu1) maverick; urgency=low

  * New upstream release
     - Correction in ChangeLog

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri,  6 Aug 2010 17:15:03 +0200

foomatic-db (20100804-1) unstable; urgency=low

  [ Didier Raboud ]
  * New upstream release
    - New Oki Data Corp B410 (LP: #603894)
    - Lexmark E120 uses PostScript (LP: #548747)

  * Putting under Debian Printing Group umbrella.

 -- Didier Raboud <didier@raboud.com>  Wed, 04 Aug 2010 22:32:26 +0200

foomatic-db (20100630-1) unstable; urgency=low

  * New upstream release
    (Closes: #580351)

  * Merge from Ubuntu:
    - postinst's: PPD auto updaters:
      "If the package is updated, it is checked whether existing
       queues use PPDs of this package and if yes, the PPDs get
       updated." (Till)
      Closes: #370335, #437309
    - Split openprinting-ppds into {,-extra}
    - Link the PPD files in the foomatic database
    - Rewrite some descriptions, shorten others.
    - Merge most of the package relationships.
    - Install the apport hook on Ubuntu
    - Remove non-PPD files from the repository, Closes: #546784
    - Remove entries for non-existing drivers.
    - Fix common errors in PPDs that make CUPS choke, Closes: #493104

  * Add myself to Uploaders as I'll help Chris in maintaining foomatic-db.
  * Convert to 3.0 (quilt) source format.
  * Convert to tiny dh7 style.
  * Add misc:Depends.
  * debian/watch: update.
  * Add Vcs-* fields with new packaging repository.
  * Compress PPDs with gzip --best
  * Merge Till's changelog entries.
  * Update README.Debian.
  * Bump Standards to 3.9.0.0 - Rework some Conflicts/Replaces/Breaks.

 -- Didier Raboud <didier@raboud.com>  Wed, 30 Jun 2010 14:18:57 +0200

foomatic-db (20100216-0ubuntu3) lucid; urgency=low

  * debian/patches/halftoning-algorithm.patch: Fixed command line code fields
    which got truncated by hosting the OpenPrinting database in a MySQL
    database on the server (LP: #541690).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri, 26 Mar 2010 13:05:03 +0100

foomatic-db (20100216-0ubuntu2) lucid; urgency=low

  * debian/patches/fix-margins-in-inches.patch: Fixed margin definitions in
    several Foomatic XML files. The unit setting got lost when the margins
    were given in inches (LP: #529279).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 10 Mar 2010 13:20:03 +0100

foomatic-db (20100216-0ubuntu1) lucid; urgency=low

  * New upstream release
     - Removed ugly Perl workarounds to implement paper input tray selection
       for the PCL 4/5/5e/5c/6/XL Ghostscript drivers. Paper tray selection is
       fixed in GhostScript for some time already.
     - Removed explicit supply of PJL commands for setting the resolution
       with the PCL 6/XL Ghostscript drivers. This is fixed in Ghostscript
       for some time.
     - Set the resolution of the draft model of the PCL 6/XL Ghostscript drivers
       to 600 dpi, some printers, like the HP LaserJet 3390, do not print
       correctly with 300 dpi in PCL-XL mode.
     - Removed workaround against crashes of the "bjc600" and "bjc800" drivers
       when PDF is used as input. This is also fixed in Ghostscript for some 
       time.
     - Fixed PIN option of the "hl7x0" driver, it had no long name (menu
       entry string) for the "None" setting.
     - Added the Brother PT-2300 label printer.
  * debian/patches/bjc600-bjc800.patch: Removed, applied upstream.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 16 Feb 2010 20:25:03 +0100

foomatic-db (20100215-0ubuntu1) lucid; urgency=low

  * New upstream release
     - New printer models supported: Kyocera CS-C2525E, CS-C3225E, CS-C3232E,
       CS-C4035E, CS 250ci, CS 300ci, CS 400ci, CS 500ci, FS-C5100DN,
       FS-C5200DN, FS-C5300DN, FS-C5350DN, FS-C5400DN, FS-C8100DN+, KM-C2525E,
       KM-C3225E, KM-C3232E, KM-C4035E, TASKalfa 250ci, 300ci, 400ci,
       HP LaserJet 1022n, 1022nw, P4014, P4015, P2055dn,
       Lexmark C540, C543, C544, C546, C734, C736, C780, C782, C930, C935,
       E260, E260d, E260dn, E360d, E360dn, E460dn, E460dw, E462dtn, EG460dn,
       T650, T652, T654, T656, TG654, W850, X203n, X204n, X264dn, X363dn,
       X364dn, X364dw, X463de, X464de, X466de, X466dte, X466dwe, X543, X544,
       X546, X651de, X652de, X654de, X656de, X658de, X734de, X736de, X738de,
       X860de, X862de, X864de, X940e, X945e
     - Canon LBP-3360 needs "hpijs-pcl5e" instead of "pxlmono" as driver
       (LP: #504841).
     - Added "n" and "nw" version of HP LaserJet 1022, to make printer setup
       tools set them up with "foo2zjs" (LP: #250872).
     - Samsung CLP-610ND needs "splix" instead of "pxlcolor" as driver
       (LP: #505423, LP: #510832).
     - Added license info to the PostScript PPDs from KONICA MINOLTA.
     - Lexmark's PostScript PPDs are free software and therefore included in
       the foomatic-db upstream source package now.
     - Generic PCL 6/PCL XL printer works also with the "hpijs-pcl5c" driver.
     - Oki B6300 works as PCL-XL printer.
     - Corrected OrderDependency numbers for the JCL options so that the JCL
       code is definitely inserted in the correct order (LP: #442451).
     - Removed "*cupsFilter" line for Apple from the ready-made PPDs, it causes
       problems with some printers on Mac OS X.
     - Renamed printer entries: HP Color LaserJet 8550GN -> 8550, HP LaserJet
       2055 -> P2055d.
     - Removed HP's PostScript PPD files as they are supplied and maintained
       in HPLIP.
     - Major XML clean-up.
     - Updated and completed the documentation of the Foomatic XML format in
       the README file.
  * debian/patches/remove-redundant-hp-ppds.patch,
    debian/patches/kyocera-ppd-jcl-fix.patch: Removed, applied upstream.
  * debian/patches/bjc600-bjc800.patch: Regenerated.
  * debian/control: Added "Provides: foomatic-db-hpijs" (LP: #491287).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 15 Feb 2010 18:37:31 +0100

foomatic-db (20090825-0ubuntu4) karmic; urgency=low

  * debian/patches/kyocera-ppd-jcl-fix.patch: Corrected OrderDependency
    numbers for the JCL options so that the JCL code is definitely inserted
    in the correct order (LP: #442451).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri, 09 Oct 2009 00:53:23 +0200

foomatic-db (20090825-0ubuntu3) karmic; urgency=low

  * debian/foomatic-db.postinst, debian/openprinting-ppds.postinst,
    debian/openprinting-ppds-extra.postinst: Fixed "lpstat -r" check for the
    auto update of PPDs of existing queues. "lpstat -r" exits always with
    status 0, we must check the actual output. Call lpstat, lpadmin, and
    cupsctl with "-h /var/run/cups/cups.sock" to avoid querying remote
    servers set up in /etc/cups/client.conf, and asking for passwords.
    Thanks to Martin-Éric Racine for tracking this down and the solution!
    See Debian bug #543468. Use signal names instead of numbers for trap.
    Quiesces a lintian bashism warning.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri, 18 Sep 2009 12:54:23 +0200

foomatic-db (20090825-0ubuntu2) karmic; urgency=low

  * debian/patches/remove-redundant-hp-ppds.patch: Remove redundant PPDs for
    HP's PostScript printers. These PPDs are already included in HPLIP and
    only the versions in HPLIP are maintained upstream.
  * debian/control: Added "Suggests: hplip" to foomatic-db as the hplip package
    contains the PPD files for HP's PostScript printers.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed,  2 Sep 2009 11:07:23 +0200

foomatic-db (20090825-0ubuntu1) karmic; urgency=low

  * New upstream release
     - Added entries for non-PostScript versions of the Sharp printers
       (LP: #253905).
  * debian/rules: Remove documentation files from PPD repositories.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 25 Aug 2009 20:35:23 +0200

foomatic-db (20090819-0ubuntu4) karmic; urgency=low

  * debian/control: Changed maintainer e-mail address from
    ubuntu-devel@lists.ubuntu.com to ubuntu-devel-discuss@lists.ubuntu.com.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 20 Aug 2009 16:44:57 +0200

foomatic-db (20090819-0ubuntu3) karmic; urgency=low

  * debian/control: Moved cjet from Recommends: to Suggests: as it is only in
    Universe.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 20 Aug 2009 15:46:57 +0200

foomatic-db (20090819-0ubuntu2) karmic; urgency=low

  * debian/control: foometic-db now has a Depends: on Ghostscript, as all
    drivers for which foomatic-db provides PPDs need Ghostscript, Recommends:
    on all drivers which are needed so that all PPDs generated by foomatic-db
    work, and Suggests: on all printer driver packages in general. Removed
    unneeded Suggests: entries for cups from the PPD packages, as they depend
    on cups.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 20 Aug 2009 11:46:57 +0200

foomatic-db (20090819-0ubuntu1) karmic; urgency=low

  * New upstream release
     - Updated Kyocera PPDs to version 8.4 (Upstream bug #366) and added 5 
       new Kyocera printers.
     - Fixed default paper tray for the HP CM8050/CM8060 MFP to be tray 2 and 
       not the bypass tray 1 (LP: #99316).
     - Added Brother HL-2140 and DCP-7070 (LP: #287889 and LP: #153295).
     - Removed some obsolete and redundant tags from the XML data.
     - Changed the recommended driver for the Epson Stylus Color 200 to
       "stcolor".The "mj500c" driver is buggy on Ghostscript 8.60 and newer
       (Red Hat bug #513676, Ghostscript bug #689595). Marked "mj500c" 
       obsolete with "stcolor" as recommended replacement.
     - Added 8 printers from Texas Instruments.
     - Added the Genicom microLaser 12.
     - Added new driver entries "hpijs-pcl3", "hpijs-pcl5e", and "hpijs-pcl5c",
       to generate PPD files for all non-HP printers being used with HPIJS, 
       as HPLIP does not provide PPDs for non-HP printers and foomatic-db-hpijs
       makes HPIJS support for non-HP printers too complicated. Updated
       recommended drivers for all affected printers.
     - Corrected option and choice IDs in some option XML files.
  * debian/control: Made foomatic-db-hpijs package obsolete by adding
    appropriate Conflicts:/Replaces: entries.
  * debian/control: Added Recommends: for all printer driver packages which get
    their PPDs from foomatic-db.
  * debian/foomatic-db.postinst: Let PPD files of existing queues which were
    generated with XML data from foomatic-db-hpijs (driver entry "hpijs") be
    replaced by PPDs from the new foomatic-db-provided driver entries 
    "hpijs-pcl3", "hpijs-pcl5e", and "hpijs-pcl5c".

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 19 Aug 2009 20:44:57 +0200

foomatic-db (20090712-0ubuntu1) karmic; urgency=low

  * New upstream release
     - Added/fixed support for the HP DesignJet 30, 70, 90, 100, 100+, 110,
       120, 130, 500, 800, 5000, 5500: Assigned the "cdnj500" driver as
       recommended driver, added info about the unprintable margins, added
       "InputSlot" option to select the paper source from roll (with/without
       cut), tray, rear feed, manual feed. The driver also supports custom
       page sizes.
     - Fixed "Resolution" option for the "Postscript" and "Postscript1"
       drivers: Removed the "default" choice as it is not compliant with the
       Adobe specs and let the resolution code get inserted before the Page
       Size code, as according to the PPD specs some printers need to set
       the resolution before setting the page size.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 13 Jul 2009 11:58:49 +0200

foomatic-db (20090617-0ubuntu2) karmic; urgency=low

  * debian/control: Added dependency on cups and cups-client to assure that
    PPDs of existing queues get updated by the postinstall scripts.
  * debian/openprinting-ppds.postinst, debian/openprinting-ppds-extra.postinst:
    Updated manufacturer names for automatic updates of PPDs of existing print
    queues.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 18 Jun 2009 09:11:49 +0200

foomatic-db (20090617-0ubuntu1) karmic; urgency=low

  * New upstream release
    - Many new printer models added (Fixes: LP: #10871, LP: #83960, 
      LP: #114681, LP: #121060, LP: #258058, LP: #273975, LP: #343444,
      LP: #371737).
    - More user-friendly UI strings for the "Print Quality" option in some
      Brother PPD files (LP: #141487).
    - Replaced broken PPD for the Kyocera FS-9100DN by the one for the 
      FS-9120DN (LP: #344691).
    - Added "*cupsFilter:" lines to all PCL-XL PPD files from Ricoh and OEM
      so that they accept PDF as input format. This assures that always the
      most straightforward CUPS filter chain gets used and interferences
      between filters (like LP: #361772) get avoided.
    - Removed "Black and White" Color Mode (1 bit per pixel) from the
      "cdj550" driver. This mode is not supported by the driver (LP: #337133).
    - DesignJet driver assignement fixes, new "cdnj500" driver.
    - Correction of auto-detection strings.
    - Addition of CUPS custom option definitions to the PPDs from Ricoh
      family and OEM.
    - New "pxldpl" driver entry for the Dell 3010cn and Dell DPL printers
      in general.
  * Merge from debian unstable, remaining changes:
    - Driver entries removed for drivers which are not shipped by Ubuntu
    - Fixed manufacturer-supplied PPDs: "*CloseUI <option>" ->
      "*CloseUI: <option>", "*1284DeviceId" -> "*1284DeviceID".
    - openprinting-ppds-extra package with PPDs from Ricoh family and OEM
      and non-English PPDs from Kyocera
    - Linked PPD files with Foomatic database, so that links in the Foomatic
      XML files keep working.
    - Removed link into /usr/share/cups/model, it makes PPDs appearing
      twice.
    - debian/patches/bjc600-bjc800.patch: Removed workaround for Ghostscript
      crashing when feeding bjc600/bjc800 drivers with PDF. The Ghostscript
      shipped by Ubuntu is fixed.
    - foomatic-filters-ppds discontinued upstream, updated debian/control
      appropriately.
    - foomatic-db does not make sense without foomatic-db-engine and
      foomatic-filters, made the Recommends: a Depends:.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 17 Jun 2009 23:34:49 +0200

foomatic-db (20090616-1) unstable; urgency=low

  * New upstream release.
  * Fix build problems.  (Closes: #532914)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 16 Jun 2009 23:07:01 -0500

foomatic-db (20090508-1) unstable; urgency=low

  * New upstream release

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 09 May 2009 03:13:11 -0500

foomatic-db (20090301-2) unstable; urgency=low

  * Only ship PPDs in the openprinting.org-ppds package.
  * s/hplip-ppds/hpijs-ppds/g.  (Closes: #476553)
  * cupsys -> cups.  (Closes: #490379)

 -- Chris Lawrence <lawrencc@debian.org>  Thu, 05 Mar 2009 02:19:15 -0600

foomatic-db (20090301-1) unstable; urgency=low

  * New upstream release for Foomatic 4.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 01 Mar 2009 15:25:08 -0600

foomatic-db (20090218-0ubuntu3) jaunty; urgency=low

  * debian/foomatic-db.postinst, debian/openprinting-ppds.postinst,
    debian/openprinting-ppds-extra.postinst: Silenced non-fatal error messages
    when post-install script updates PPDs and there are PPDs not belonging to
    a CUPS queue in /etc/cups/ppd/ (LP: #345866).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 25 Mar 2009 16:13:49 +0100

foomatic-db (20090218-0ubuntu2) jaunty; urgency=low

  * debian/local/apport-hook.py, debian/rules: Added apport hook (LP: #338442).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 19 Mar 2009 14:07:49 +0100

foomatic-db (20090218-0ubuntu1) jaunty; urgency=low

  * New upstream release
     o Updated entries of "foo2..."-driven printers.
     o Changed recommended driver for Samsung-CLP-300/600 to "foo2qpdl".
     o Corrected driver assignments for the Lexmark E120, it is PCL 5e and
       not PCL XL.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 18 Feb 2009 18:06:20 +0100

foomatic-db (20090115-0ubuntu2) jaunty; urgency=low

  * debian/foomatic-db.postinst, debian/openprinting-ppds.postinst,
    debian/openprinting-ppds-extra.postinst: Let the PPD files of the
    existing print queues get automatically updated after each installation of
    this package.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 15 Jan 2009 12:12:26 +0100

foomatic-db (20090115-0ubuntu1) jaunty; urgency=low

  * New upstream release
     o Fixed several inconsistencies, typos, and other bugs in the database.
     o Duplex should work now for many more printers.
     o Marked drivers "cdj670", "cdj850", "cdj880", "cdj890", "cdj970",
       "cdj1600", "st800" , "mj6000c", and "mj8000c" obsolete.
     o Clean-up of Oki printer entries.
     o Added 34 Postscript and 24 pxlmono PPD files for 34 Ricoh Family Group
       Models.
     o Added entry for the Epson LP-M5000.
  * debian/patches/hp-deskjet-540-540c.patch,
    debian/patches/pxl-duplex.patch: Removed, applied upstream.
  * debian/patches/bjc600-bjc800.patch: Removed workaround for broken
    "bjc600"/"bjc800" drivers from the upstream XML files. The bug is fixed
    in the Ghostscript which comes with Ubuntu and in Ghostscript 8.64 and
    later.
  * debian/rules: Reintroduced the driver entries which we removed in
    20090918-0ubuntu3, as Ghostscript is fixed now.
  * debian/docs: Removed TODO entry, as the file is not shipped any more.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 15 Jan 2009 12:12:26 +0100

foomatic-db (20080918-0ubuntu4) intrepid; urgency=low

  * debian/patches/bjc600-bjc800-pcl3.patch,
    debian/patches/pcl3-device-classes.patch: Removed workaround for broken
    "bjc600"/"bjc800" drivers from the patch. The bug in the drivers is fixed
    now. Renamed the patch to represent its remaining content.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 20 Oct 2008 09:13:26 +0200

foomatic-db (20080918-0ubuntu3) intrepid; urgency=low

  * debian/patches/hp-deskjet-540-540c.patch: HP DeskJet 540 and 540C are
    different printers.
  * debian/patches/bjc600-bjc800-pcl3.patch: Let Ghostscript always be fed with
    PostScript and not with PDF when using the "bjc600" or "bjc800" drivers.
    Due to a bug in Ghostscript these two do not work with PDF as input.
    Corrected the device class assignments of some printers in the "pcl3"
    driver.
  * debian/rules: Removed some driver entries of drivers which do not work
    in the current Ghostscript.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 15 Oct 2008 09:35:26 +0200

foomatic-db (20080918-0ubuntu2) intrepid; urgency=low

  * debian/patches/pxl-duplex.patch: Enable Duplex option for the "pxlcolor"
    and "pxlmono" drivers for all printers and also for the Generic PCL-XL
    printer for all drivers (LP: #282738).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 13 Oct 2008 19:01:26 +0200

foomatic-db (20080918-0ubuntu1) intrepid; urgency=low

  * New upstream release
     o Fixed PPD files which do not pass cupstestppd (Upstream bug #164).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 18 Sep 2008 11:05:26 +0200

foomatic-db (20080916-0ubuntu1) intrepid; urgency=low

  * New upstream release
     o "*DefaultResolution: 1200dpi" line in the PPD files for "pxlmono" and
       "pxlcolor" got dropped with the restructuring of the driver entries,
       re-added.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 15 Sep 2008 18:59:26 +0200

foomatic-db (20080915-0ubuntu1) intrepid; urgency=low

  * New upstream release
     o On many PCL 6/XL color printers one could only print in grayscale.
       Fixed the database entries for these printers (example: Xerox
       WorkCentre 7345, LP: #259318).
     o Set recommended driver of Xerox WorkCentre 7345 to "pxlcolor"
       (LP: #259318).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 15 Sep 2008 17:45:00 +0200

foomatic-db (20080904-0ubuntu1) intrepid; urgency=low

  * New upstream release
     o Fixed generic PostScript driver to get working with the PDF workflow.
       The driver got broken in the upstream release from August 21 and it
       had already problems before (LP: #259318).
     o Ricoh has fixed several problems reported by "cupstestppd" in their
       PPDs (Upstream bug #164).
     o Changed recommended driver for the HP Color LaserJet 35xx/36xx from
       "pxljr" to "hpijs". The former driver has problems with some colors
       (LP: #228635) and duplex does not work, too.
     o Added entries for Lexmark E120 and E120n (LP: #135489), the
       Dell 3100cn (LP: #90718), and the Okidata B4350 (LP: #203358).
     o Fixed typos in printer model names which made some listed PPDs
       not accessible: HP LaserJet 4345 MFP, HP Color LaserJet 9500 MFP,
       Brother HL-2060, HP DesignJet 750, Apple 12 640ps, Ricoh Aficio 5206
       (Red Hat bug #459847).
     o Changed recommended driver of Brother HL-2060 to "hpijs" (Upstream
       bug #166, Red Hat bug #292021).
     o Fixed PPDs for the "pbm2l7k" driver (Upstream bug #167).
     o Added IEEE 1284 device ID for Lexmark E120n (Red Hat bug #201318).
  * debian/rules: Replace the wrong "*1284DeviceId" by "*1284DeviceID" in
    the PPDs (Upstream bug #164).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 04 Sep 2008 16:38:03 +0200

foomatic-db (20080821-0ubuntu2) intrepid; urgency=low

  * debian/rules: Many manufacturer-supplied PPD files use the incorrect
    syntax "*CloseUI <option>" instead of "*CloseUI: <option>" which makes
    CUPS silently rejecting the PPD and simply printing raw. Fixed this
    globally by checking and if needed correcting all PPDs (Upstream bug #164,
    Debian bug #493104).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue,  2 Sep 2008 22:19:18 +0200

foomatic-db (20080821-0ubuntu1) intrepid; urgency=low

  * New upstream release
     o Made Halftoning option actually work with PDF input.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 21 Aug 2008 08:47:18 +0200

foomatic-db (20080820-0ubuntu1) intrepid; urgency=low

  * New upstream release
     o Replaced all PostScript-code based options by Ghostscript-command-line-
       based ones, so that PDF can be fed directly into Ghostscript for most
       drivers.
     o Support for Epson LP-S7500.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 20 Aug 2008 17:37:37 +0200

foomatic-db (20080814-0ubuntu1) intrepid; urgency=low

  * New upstream release
    o Renamed manufacturer name "okidata" to "Oki" to conform with the
      Adobe specifications for PPD files.
    o The HP LaserJet 1320 works with the "pxlmono" driver (LP: #172550).
    o Added printers from Lexmark, Toshiba, Oki, Epson, Sharp, Ricoh and
      OEM.
  * debian/rules: Add "*cupsFilter" line to accept PDF input data to the
    ready-made PPDs which use foomatic-rip.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 14 Aug 2008 18:24:15 +0200

foomatic-db (20080619-0ubuntu1) intrepid; urgency=low

  * New upstream release
    o Added new printers from Ricoh and OEM, Lexmark, Xerox, Okidata, Tally,
      Genicom, Xante, Minolta, IBM/Infoprint, Brother, Oce, Sharp, Tektronix,
      Panasonic, Epson.
    o Fixed auto-detection signatures for several printers.
  * Merge from debian unstable, remaining changes:
    o Split openprinting-ppds into openprinting-ppds and
      openprinting-ppds-extra. openprinting-ppds-extra contains less
      common PPDs and is not included in the Ubuntu Desktop CDs
    o Remove driver XML entries for drivers not being part of Ubuntu
    o Keep original ordering of the PPD files in the file system
  * debian/control: Replaced "cupsys" by "cups | cupsys", let
    openprinting-ppds-extra require foomatic-filters, as the Ricoh PPDs
    need foomatic-rip.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 19 Jun 2008 10:01:00 +0100

foomatic-db (20080211-2) unstable; urgency=low

  * Fix conflicts for openprinting-ppds (Closes: #470148, #470120).

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 09 Mar 2008 23:52:31 -0500

foomatic-db (20080211-1) unstable; urgency=low

  * New upstream release.  (Closes: #462634)
  * Follow upstream package name transition: linuxprinting.org-ppds is now
    openprinting-ppds.
  * Add info to openprinting-ppds about where to find PPDs that aren't
    included in this package.  (Closes: #400254)

 -- Chris Lawrence <lawrencc@debian.org>  Thu, 21 Feb 2008 14:23:35 -0600

foomatic-db (20080211-0ubuntu1) hardy; urgency=low

  * New upstream release
    o Fixed default settings for the "HalftoningAlgorithm" option
      (LP: #25105).
    o Added many new HP, Ricoh, and Epson printers.
    o Bug fixes on the PCL-XL PPDs from Ricoh and OEMs.
    o Removed many Uniprint driver entries because they are obsolete due
      to Gutenprint delivering much better support for Epson inkjets.
    o Fixed HP DesignJet entries (so downstream patch not needed any more).
    o Added auto tray support for HP's PostScript printers.
  * debian/patches/correct-designjet-ppds.patch: Removed, merged upstream.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 11 Feb 2008 23:12:00 +0100

foomatic-db (20070919-0ubuntu3) gutsy; urgency=low

  * debian/rules: Deleted entries for drivers not shipped with Ubuntu Gutsy
    (LP: #150985).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue,  9 Oct 2007 17:26:28 +0100

foomatic-db (20070919-0ubuntu2) gutsy; urgency=low

  * debian/control: Added build dependency "cdbs" needed for simple-patchsys.mk
    to avoid FTBFS on build server.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 19 Sep 2007 21:26:28 +0100

foomatic-db (20070919-0ubuntu1) gutsy; urgency=low

  * New upstream release
    o Added 27 Ricoh Postscript PPDs.
    o Let the Epson AcuLaser C1900 use the driver for the C2000, otherwise 
      it prints only in BW (LP: #132894).
  * debian/patches/correct-designjet-ppds.patch, debian/rules: Fixed some
    HP DesignJet PPD files to let the DesignJets appear under the manufacturer
    "HP" and not under "DesignJet".

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 19 Sep 2007 21:26:28 +0100

foomatic-db (20070813-0ubuntu1) gutsy; urgency=low

  * New upstream release
    o Added new HP printers supported by HPLIP 2.7.7.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 13 Aug 2007 11:53:18 +0100

foomatic-db (20070719-0ubuntu1) gutsy; urgency=low

  * New upstream release
    o Added possibility to mark drivers as not compatible with the Postscript
      code for CUPS' page accounting which foomatic-rip inserts into the
      datastream. "Postscript" is the first driver marked as such. This will
      allow to reactivate the code insertion for CUPS' page accounting by
      default (bug LP#126139)
    o Added many new printer entries and PPDs: Ricoh, HP, Konica Minolta, ...
    o Reorganized HP's PPDs without subdirectories
    o Replaced "Gimp-Print" by "Gutenprint" in README and configure.ac

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 19 Jul 2007 18:36:04 +0100

foomatic-db (20070327-0ubuntu1) feisty; urgency=low

  * New upstream release
    o Added new HP printers: HP OfficeJet J5700, OfficeJet Pro K5300, K5400,
      L7300, L7500, L7600, L7700.
    o Corrected manufacturer name "KONICA MINOLTA".
    o Fixed entry for "lxm3200-tweaked" driver.
  * Do not do Debian's rearranging of the PPD files in the /usr/share/ppd
    directory. Otherwise the Foomatic tools do not find the PPDs when they
    follow the links in the printer XML files (closes: LP#92625).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 27 Mar 2007 12:06:05 +0100

foomatic-db (20070207-0ubuntu3) feisty; urgency=low

  * debian/control: 
    - Make the Conflicts/Replaces to the old linuxprinting* packages versioned
     (<< 20070207-0ubuntu1).
    - Adapt Maintainer field (debian-maintainer-field spec).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 14 Feb 2007 10:30:48 +0100

foomatic-db (20070207-0ubuntu2) feisty; urgency=low

  * Added transitional linuxprinting.org-* packages to pull in the new
    openprinting-* packages on a dist-upgrade

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu,  8 Feb 2007 18:30:12 +0000

foomatic-db (20070207-0ubuntu1) feisty; urgency=low

  * New upstream release
    o Added HP Color LaserJet CP4005, HP LaserJet M3027 MFP, and
      HP LaserJet M5025 MFP
    o Let the HP LaserJet 1300 and 1320 use PCL instead of PostScript by
      default. In PostScript these printers are very slow.
  * Renamed the packages linuxprinting.org-ppds and
    linuxprinting.org-ppds-extra into openprinting-ppds and
    openprinting-ppds-extra

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu,  8 Feb 2007 10:30:12 +0000

foomatic-db (20070117-0ubuntu1) feisty; urgency=low

  * New upstream release
    o Removed execution data of drivers where this data is shipped with the
      driver package: epsonepl, foo2hp, foo2kyo, foo2zjs, lz11-V2, ptouch
    o New driver entries: foo2lava, foo2xqx, pxljr
    o Drivers marked obsolete: pbm2ppa, pbm2zjs, ppmtocpva, pxl1010
    o 17 new Ricoh family and OEM printer entries
    o 3 more new printer entries
    o More auto-detection info from Tim Waugh from Red Hat
  * New site name: linuxprinting.org --> OpenPrinting

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 17 Jan 2007 22:21:05 +0000

foomatic-db (20061219-0ubuntu1) feisty; urgency=low

  * New upstream release
    o Added advanced options (duplex, tray selection, paper type, economy
      mode, "HQ1200"/2400x600 dpi resolution, and password-protected
      printing) for the "hl7x0" driver (Brother host-based printing).
    o Marked driver entry "drv_z42" obsolete (driver not maintained
      upstream any more, replaced by Gutenprint).
    o Samsung ML-1610 does not support PostScript.
    o A lot of printer auto-detection data (device IDs) contributed by
      Tim Waugh from Red Hat.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 19 Dec 2006 19:22:26 +0100

foomatic-db (20061122-0ubuntu1) feisty; urgency=low

  * New upstream release
    o Let driver XML files for obsolete drivers and for drivers empty
      command line prototype be removed (Closes: LP#19437)
    o Added "Default" setting to "InputSlot" option of the PPD for the HP
      LaserJet 6MP (Closes LP#49805)
    o Fixed syntax errors in PPDs for HP LaserJet 4240, 4250, 4350,
      DesignJet 5000, 5500 (Closes LP#64238)
    o Changed default driver for the Samsung ML-1750 to "ljet4", as
      "pxlmono" is not reliable with this model (Closes: LP#70425)
    o Fixed PPD file link in netry for HP LaserJet 4M
    o Added information about unprintable margins to HP LaserJet 5L
    o Changed recommended driver of HP LaserJet 3200 to "pxlmono",
      PostScript is an optional add-on for this printer.
    o Fixed PostScript "magic string" in command line prototype of
      "Postscript" printer entry, to make printer language auto-
      detection by the printer more reliable.
    o Added 6 new HP printers: HP LaserJet P2015, M3035 MFP, M5035 MFP,
      M4345 MFP, P3004, P3005
    o Marked all Ricoh family and OEM (Ricoh, Lanier, Savin, Gestetner,
      NRG, Infotec) printers as supporting PJL
    o Fixes on Toshiba and HP printer entries

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 23 Nov 2006 10:44:50 +0100

foomatic-db (20061031-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  4 Nov 2006 19:27:41 -0600

foomatic-db (20060918-0ubuntu3) edgy; urgency=low

  * Splitted linuxprinting.org-ppds into
    linuxprinting.org-ppds (most commonly needed PPDs) and
    linuxprinting.org-ppds-extra (PPDs for less common printers). This
    is done to save space on the live/installation CD.
  * Remove link into /usr/share/cups/model, it makes PPDs appearing twice.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 25 Sep 2006 15:53:08 +0200

foomatic-db (20060918-0ubuntu2) edgy; urgency=low

  * Removed dependency of foomatic-db on linuxprinting.org-ppds.
  * Moved link for the PPDs to appear in the Foomatic database
    to the linuxprinting.org-ppds package.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri, 22 Sep 2006 13:53:08 +0200

foomatic-db (20060918-0ubuntu1) edgy; urgency=low

  * New upstream release
  * debian/rules: Fixed "make install" call, using DESTDIR
  * Let foomatic-db require the linuxprinting.org-ppds package
  * Link PPD directory structure into /usr/share/foomatic tree
    so that foomatic-gui works correctly with manufacturer PPDs

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 20 Sep 2006 13:53:08 +0200

foomatic-db (20060822-1) unstable; urgency=low

  * New upstream release.
  * Move PPDs yet again.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 22 Aug 2006 14:04:13 -0500

foomatic-db (20060712-2) unstable; urgency=low

  * Remove the gimp-print.xml and gutenprint.xml files from the installed
    database.  (Closes: #370503)

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 21 Aug 2006 02:09:28 -0500

foomatic-db (20060712-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 12 Jul 2006 20:22:59 -0400

foomatic-db (20060530-1) unstable; urgency=low

  * New upstream release

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 30 May 2006 20:06:56 -0400

foomatic-db (20060408-1) unstable; urgency=low

  * New upstream release.
  * Suggest hpijs-ppds instead of hplip-ppds.  (Closes: #361126)
  * New database seems to be missing whatever problem was causing the
    double-free bug in foomatic-configure and friends.
    (Closes: #360785, #360787)

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  8 Apr 2006 05:01:31 -0400

foomatic-db (20060318-1) unstable; urgency=low

  * New upstream release.
  * s/gimp-print/gutenprint/ throughout.
  * Dump PPDs in /usr/share/ppd/linuxprinting.org-postscript instead of
    /usr/share/ppd/postscript, per changes to Debian layout.

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 18 Mar 2006 23:07:01 -0500

foomatic-db (20060113-1) unstable; urgency=low

  * New upstream release.
  * Now includes free manufacturer PPD files from linuxprinting.org;
    includes hardlinks to locations in proposed PPD File Structure
    Specification (http://wiki.debian.org/PpdFileStructureSpecification).

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 13 Jan 2006 17:35:55 -0500

foomatic-db (20050720-1) unstable; urgency=low

  * New upstream release.
  * Remove mention of foomatic-bin from README.Debian.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 20 Jul 2005 02:56:25 -0500

foomatic-db (20050705-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Tue,  5 Jul 2005 01:39:40 -0500

foomatic-db (20050420-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 20 Apr 2005 14:30:29 -0500

foomatic-db (20050403-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  3 Apr 2005 22:56:05 -0500

foomatic-db (20050218-1) unstable; urgency=low

  * New upstream release.
  * Includes execution information for foo2zjs-wrapper.  (Closes: #295724)

 -- Chris Lawrence <lawrencc@debian.org>  Thu, 17 Feb 2005 23:59:12 -0600

foomatic-db (20050118-1) unstable; urgency=low

  * New upstream release.
  * Adds entry for Epson Stylus C86.  (Closes: #289256)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 18 Jan 2005 16:00:25 -0600

foomatic-db (20050114-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 14 Jan 2005 23:05:46 -0600

foomatic-db (20041203-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  3 Dec 2004 03:18:08 -0600

foomatic-db (20041106-2) unstable; urgency=low

  * Add contributed autodetect information for:
      Epson Stylus C84
      Epson Stylus Photo 890
      Epson Stylus Photo RX500
      HP DeskJet 950C
      HP DeskJet 980C
      HP DeskJet 3420
      HP LaserJet 1010
      Lexmark 5700
      Samsung ML-1510
  * Correct autodetect information for HP DeskJet 656C

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  3 Dec 2004 03:15:30 -0600

foomatic-db (20041106-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  6 Nov 2004 21:00:31 -0600

foomatic-db (20041025-2) unstable; urgency=low

  * Add/update Postscript PPD URLs for mono HP LaserJet series printers.
  * Add contributed autodetect information for:
      HP Business Inkjet 1100 (USB interface)
      HP DeskJet 945C
      HP PSC 2355 (USB interface)
      Samsung ML-1430
  * Fix autodetect information for HP DeskJet 930C.

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  6 Nov 2004 20:55:45 -0600

foomatic-db (20041025-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 25 Oct 2004 06:30:12 -0500

foomatic-db (20041019-2) unstable; urgency=low

  * Add contributed autodetect info for:
      HP Color LaserJet 2550 series
      HP DeskJet 820C
      HP LaserJet 1000
      HP LaserJet 1300

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 25 Oct 2004 06:13:19 -0500

foomatic-db (20041019-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 19 Oct 2004 00:49:30 -0500

foomatic-db (20041013-3) unstable; urgency=low

  * Add autodetect info for HP DeskJet 920C.  (Closes: #277163)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 19 Oct 2004 00:47:49 -0500

foomatic-db (20041013-2) unstable; urgency=low

  * Add autodetect info for Epson Stylus C80.

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 16 Oct 2004 13:22:43 -0500

foomatic-db (20041013-1) unstable; urgency=low

  * New upstream release.
  * Added new autodetect information for LaserJet 1200, DeskJet 3820,
    Stylus Color 777, Stylus Color 480SXU, and DeskJet 3650, contributed
    by printconf users.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 13 Oct 2004 04:10:22 -0500

foomatic-db (20040914-1) unstable; urgency=medium

  * New upstream release.
  * Bump urgency slightly as this adds numerous fixes to existing printer
    descriptions.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 14 Sep 2004 20:43:40 -0500

foomatic-db (20040705-1) unstable; urgency=low

  * New upstream release.
    + HP URLs corrected.  (Closes: #256118)
  * Autodetection for Canon S600 and HP DeskJet 1000C added.

 -- Chris Lawrence <lawrencc@debian.org>  Mon,  5 Jul 2004 16:16:18 -0500

foomatic-db (20040621-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 21 Jun 2004 01:57:13 -0500

foomatic-db (20040614-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 14 Jun 2004 02:12:59 -0500

foomatic-db (20040506-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Thu,  6 May 2004 22:54:36 -0500

foomatic-db (20040303-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Wed,  3 Mar 2004 13:10:40 -0600

foomatic-db (20040220-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 20 Feb 2004 22:19:47 -0600

foomatic-db (20040203-1) unstable; urgency=low

  * New upstream release

 -- Chris Lawrence <lawrencc@debian.org>  Tue,  3 Feb 2004 20:06:55 -0600

foomatic-db (20040114-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 14 Jan 2004 22:26:56 -0600

foomatic-db (20031207-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  7 Dec 2003 21:24:00 -0600

foomatic-db (20031118-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 18 Nov 2003 15:14:45 -0600

foomatic-db (20031008-1) unstable; urgency=low

  * New upstream release.
  * Fix more problems with Postscript.xml and dash.  (Closes: #214668)
    Thanks to Arndt Schoenewald for his patch.

 -- Chris Lawrence <lawrencc@debian.org>  Wed,  8 Oct 2003 03:00:02 -0500

foomatic-db (20030929-1) unstable; urgency=low

  * New upstream release.
  * (Hopefully) fix bashism in db/source/driver/Postscript.xml.
    Unfortunately, fixing this in foomatic-filters-ppds will have to wait
    for upstream.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 29 Sep 2003 09:18:51 -0500

foomatic-db (20030907-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  7 Sep 2003 12:02:01 -0500

foomatic-db (20030702-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Wed,  2 Jul 2003 23:04:20 -0500

foomatic-db (20030628-1) unstable; urgency=low

  * New upstream release.
  * Adds more HP multifunction devices (OfficeJet 4110, PSC 2175).

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 28 Jun 2003 17:09:32 -0500

foomatic-db (20030606-1) unstable; urgency=low

  * New upstream release.
    + Updated foo2zjs drivers (compatible with foo2zjs-20030531).
  * Suggest foo2zjs, since it's now in unstable.
  * Cleaned up the description.
  * Uploaded to DELAYED so foomatic 3.x will finally make it into testing.

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  6 Jun 2003 23:13:45 -0500

foomatic-db (20030527-1) unstable; urgency=low

  * New upstream release.
    + Improved support for various HP printers.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 27 May 2003 15:42:06 -0500

foomatic-db (20030509-1) unstable; urgency=low

  * New upstream release.
    + More HP Printers: LaserJet 1005, 1150, 1500, 1300, 2300.
    + Generic PCL 5 and PCL 5e printers separated.

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  9 May 2003 14:30:33 -0500

foomatic-db (20030503-3) unstable; urgency=low

  * Uh... correct the USB autodetection info for the Canon BJC-21x0.

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  4 May 2003 06:42:57 -0500

foomatic-db (20030503-2) unstable; urgency=low

  * Add USB autodetection information for the Canon BJC-2100/2110.

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  4 May 2003 06:22:59 -0500

foomatic-db (20030503-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  3 May 2003 23:07:09 -0500

foomatic-db (20030429-1) unstable; urgency=low

  * New upstream release.
    + Improvements in the generic IBM dot matrix and Minolta/QMS entries.
      (Full details in the upstream changelog.)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 29 Apr 2003 17:15:26 -0500

foomatic-db (20030423-2) unstable; urgency=low

  * Upgrade foomatic-db-engine to a dependency.
  * Add foomatic-db-gimp-print as a suggestion.

 -- Chris Lawrence <lawrencc@debian.org>  Thu, 24 Apr 2003 14:32:52 -0500

foomatic-db (20030423-1) unstable; urgency=low

  * New upstream release.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 23 Apr 2003 19:27:55 -0500

foomatic-db (20030413-1) unstable; urgency=low

  * Initial separate release.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 13 Apr 2003 21:17:02 -0500