File: changelog

package info (click to toggle)
magicfilter 1.2-66
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,284 kB
  • sloc: ansic: 1,292; makefile: 293; perl: 220; sh: 193
file content (796 lines) | stat: -rw-r--r-- 28,920 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
magicfilter (1.2-66) unstable; urgency=medium

  * QA upload.

  [ Valerie R Young ]
  * Make the build reproducible (fileordering) (Closes: #847016)

  [ Helmut Grohne ]
  * Fix failure to cross-build from source. (Closes: #974767)

  [ Vagrant Cascadian ]
  * debian/rules: Use -ffile-prefix-map in CFLAGS. (Closes: #977783)
  * debian/rules: Pass GZIP and BZIP2 to configure. (Closes: #977784)
  * debian/control: Update Vcs-* headers.
  * debian/changelog: Remove trailing whitespace.
  * debian/control: Set Rules-Requires-Root to no.
  * debian/rules: Do not call chown for Rules-Requires-Root support.
  * debian/rules: Use dpkg-deb with --root-owner-group to support
    Rules-Requires-Root.
  * debian/control: Update Standards-Version to 4.5.1.

 -- Vagrant Cascadian <vagrant@reproducible-builds.org>  Sun, 20 Dec 2020 13:18:12 -0800

magicfilter (1.2-65) unstable; urgency=medium

  * QA upload.
  * Set maintainer to the QA team.
  * Drop Recommends on mpage. Closes: #876568.
  * Add build-arch and build-indep targets.

 -- Adam Borowski <kilobyte@angband.pl>  Sat, 20 Jan 2018 04:27:53 +0100

magicfilter (1.2-64.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Make the build reproducible by passing -n to gzip calls in debian/rules.
    (Closes: #777448)

 -- Chris Lamb <lamby@debian.org>  Tue, 10 Jan 2017 12:22:42 +0000

magicfilter (1.2-64) unstable; urgency=low

  * debian/rules: Use -Os, *not* -0s. Tks Matthias Klose. Closes: #625174.
  * debian/control:
    + Add version control information.
    + Remove unneeded dependency on libpaper1.
    + Fix spelling of Vcs-Browser.
    + The package complies to Policy 3.9.2.
  * debian/{control,copyright}: Use wrap-and-sort.

 -- Rogério Brito <rbrito@ime.usp.br>  Sat, 17 Sep 2011 00:32:24 -0300

magicfilter (1.2-63) unstable; urgency=low

  * debian/control:
    + include DMUA: yes, as per recommendation from Otavio Salvador.
    + remove djtools from build-depends.
    + upgrade Standards-Version to 3.8.3 (no changes needed).
  * debian/{patches,rules,control,source/format}:
    + break monolithic patch into finer grained patches (further changes
      to happen soon, including their descriptions).
    + use format "3.0 (quilt)".
  * debian/patches:
    + fix FTBFS with eglibc >= 2.10 (Closes: #552855).
  * debian/rules:
    + support DEB_BUILD_OPTIONS == nostrip (Closes: #437548).
    + support DEB_BUILD_OPTIONS == noopt.

 -- Rogério Brito <rbrito@ime.usp.br>  Sat, 14 Nov 2009 02:41:02 -0200

magicfilter (1.2-62) unstable; urgency=low

  * debian/control:
    + promote djtools, recode to recommends.  (Closes: #101010, #295293)
    + demote enscript to recommends. (Closes: #294485)
    + add a2ps and mpage as alternatives to enscript.
    + wrap the recommends line.
    + change Standards-Version to 3.8.2 (no changes needed).
  * Package kindly reviewed by Russ Allbery.

 -- Rogério Brito <rbrito@ime.usp.br>  Tue, 04 Aug 2009 15:17:38 -0300

magicfilter (1.2-61) unstable; urgency=low

  * debian/control:
    + new maintainer. (Closes: #176737: ITA) Thanks dfrey for all your work!
    + rework long description.
    + include comment in the control file (policy 3.8.1 allows it).
  * debian/rules:
    + don't ignore make errors. (Yes, more!).
    + clean config.{sub,guess} in the clean target to avoid diff.gz bloat.
    + use config.{sub,guess} in the build target
  * Many of these changes are minor and can kept when the package goes
    from a homebrew build to a debhelper + quilt package management (and
    this will take care of some lintian warnings of the "pedantic" level).

 -- Rogério Brito <rbrito@ime.usp.br>  Thu, 07 May 2009 03:44:17 -0300

magicfilter (1.2-60.1) unstable; urgency=low

  * Non-maintainer upload.
  * Do some QA work, since I care about this package and the current
    maintainer issued an RFA bug (176737).
  * debian/control: revamp the file:
    + replace tetex-bin with texlive.
    + replace gs with ghostscript.
    + remove gzip dependency & build-dependency (it's essential).
    + remove dvips nonexistent dependency (dvips is included in texlive).
    + remove libjpeg-gif dependency (nonexistent).
    + add poppler-utils in front of xpdf-utils (the first is more updated).
    + add autotools-dev to build-deps.
    + wrap the build-deps and deps fields.
    + add Homepage: field.
  * debian/watch: create from scratch.
  * debian/rules:
    + don't ignore make errors.
    + don't ignore make errors (-i).
    + soon to use a patch system (quilt).
    + soon to use debhelper (it's homebrew for now).
    + add upstream changelog.
  * debian/{postinst,postrm,prerm}:
    + use "set -e".
  * debian/copyright:
    + refer to GPL-2, not GPL.
    + added upstream copyright notice.
  * debian/menu:
    + change section to "Applications/System/Administration".
  * debian/control:
    + change Standards-Version to 3.8.1.

 -- Rogério Brito <rbrito@ime.usp.br>  Fri, 03 Apr 2009 19:48:23 -0300

magicfilter (1.2-60) unstable; urgency=low

  * recompile
  * depend on libpaper1 (closes: #346579)
  * fix lintian warning about su-to-root

 -- David Frey <david@eos.lugs.ch>  Wed,  8 Nov 2006 23:47:08 +0100

magicfilter (1.2-59) unstable; urgency=medium

  * remove dvips from Build-Depends-List (closes: #336279)
  * change FSF's address in copyright again.
  * change the encoding of the changelog to UTF8.
  * make menu transition from /usr/lib/menu to /usr/share/menu

 -- David Frey <dfrey@debian.org>  Mon,  5 Dec 2005 23:11:21 +0100

magicfilter (1.2-58) unstable; urgency=medium

  * upload for unstable
  * remove dj630c, dj670c, dj690c drivers, since not explicitely
    supported in gs anymore. Use cdj500 and/or hpijs instead
    (closes: #249645, #249646)
  * adapted towards the gdi filter in bug report #206996.
    Closes: #206996.
  * added PostScript-stdout-silencer in order to silence PS-files
    which (erroneously) print to stdout and expect it not to show
    on paper (closes: #198779)

 -- David Frey <dfrey@debian.org>  Sun, 22 Aug 2004 00:06:57 +0200

magicfilter (1.2-58woody) stable-proposed-updates; urgency=high

  * upload for stable.

 -- David Frey <dfrey@debian.org>  Wed, 26 May 2004 00:02:55 +0200

magicfilter (1.2-57) unstable; urgency=high

  * fixed reference to package gs in magicfilterconfig (closes: #250181)
  * reverted to the old method of automatically stopping/starting daemon
    and writing /etc/printcap (closes: #249616)

 -- David Frey <dfrey@debian.org>  Wed, 26 May 2004 00:02:55 +0200

magicfilter (1.2-56) unstable; urgency=low

  * remove pbmplus and pnmtopng from Build-depends and
    Recommends list (closes: #215335).
  * Replace Latin1-encoded characters in description with transliteration.

 -- David Frey <dfrey@debian.org>  Wed, 15 Oct 2003 00:34:51 +0200

magicfilter (1.2-55) unstable; urgency=low

  * add conflicts with printfilters-ppd (closes: #179877)
  * do not set link to /usr/doc in postinst (fixes lintian bug)

 -- David Frey <dfrey@debian.org>  Sun, 16 Feb 2003 18:57:43 +0100

magicfilter (1.2-54) unstable; urgency=low

  * fix spelling error in magicfilterconfig (closes: #144308, #154173, #157932)
  * changed "postscript" to "text" in the PostScript filters (closes
    #106304, #155558)
  * fixed typo in gs argument (closes: #145508)

 -- David Frey <dfrey@debian.org>  Sun, 25 Aug 2002 21:15:06 +0200

magicfilter (1.2-53) unstable; urgency=high

  * re-arranged netpbm Build-depends for autobuilder (closes: #142956)

 -- David Frey <dfrey@debian.org>  Mon, 15 Apr 2002 21:19:39 +0200

magicfilter (1.2-52) unstable; urgency=medium

  * introduced DJ670C and changed it from pcl3 to cdj670 (closes: #142734)

 -- David Frey <dfrey@debian.org>  Sun, 14 Apr 2002 23:24:21 +0200

magicfilter (1.2-51) unstable; urgency=medium

  * moved Build-Depends into top-part of control file (closes: #140893)
  * depends now on enscript (closes: #138144)
  * fix help text in magicfilterconfig (closes: #137200)

 -- David Frey <dfrey@debian.org>  Sat, 13 Apr 2002 23:56:25 +0200

magicfilter (1.2-50) unstable; urgency=low

  * recommend xpdf-utils due to split of xpdf package, closes: #134616
  * correctly distinguish between local and remote printer (does not
    insert an "lp=" capability for remote printers), closes: #133827
  * fix gdi filter, closes: #130338
  * add Deskjet 630C filter (thanks to Dale Kemp)
  * add instructions how to use generated printcap,
    updated manpage,
    do not stop lpd,
    closes: #130607

 -- David Frey <dfrey@debian.org>  Sun, 24 Feb 2002 23:31:37 +0100

magicfilter
  (1.2-49) unstable; urgency=low

  * update for gs6.51:
    - added pcl3 filter and removed dj690c (closes: #118653)
    - added gdi filter
  * added depends on libpaperg (closes: #123401)

 -- David Frey <dfrey@debian.org>  Sun, 16 Dec 2001 17:06:43 +0100

magicfilter (1.2-48) unstable; urgency=medium

  * fix postrm not to complain about commented out filters (closes: #64364)
  * fix and clean up magicfilterconfig

 -- David Frey <dfrey@debian.org>  Thu,  1 Nov 2001 00:33:14 +0100

magicfilter (1.2-47) unstable; urgency=low

  * generate printcap into /var/tmp (closes: #113092)
  * do not insist to configure the printing system (as mentioned in #113092)
  * Build-depend on all packages in order to build correctly on all
    architectures (closes: #117002)
  * added notice about reading the suggests line, when configured printer is
    not a remote printer (closes: #112790)
  * added troff magic, thanks to Arnaud Giersch (closes: #107210)

 -- David Frey <dfrey@debian.org>  Sun, 28 Oct 2001 18:49:14 +0100

magicfilter (1.2-46) unstable; urgency=low

  * moved xpdf from suggested to recommends (closes: Bug#104359)
  * updated configure.sub and configure.guess
  * changed psonly* filters to support PDF (closes: Bug#96284)
  * updated JPEG magic (closes: Bug#40599)
  * add filtering line for broken StarOffice postscript (closes: Bug#93387)

 -- David Frey <dfrey@debian.org>  Sun, 15 Jul 2001 22:21:23 +0200

magicfilter (1.2-45) unstable; urgency=low

  * fixed recode line for NEC P6, closes: #61015
    (had redefinition of #define-statements wrong)
  * new sytax in recode: replaced latin1:ibmpc with latin1..ibmpc
  * changed `ffilter pdftops' to a `fpipe pdftops' for non PS-filters.
  * enhanced Suggests line.

 -- David Frey <dfrey@debian.org>  Fri,  9 Mar 2001 22:14:13 +0100

magicfilter (1.2-44) unstable; urgency=high

  * threw out debconf thing altogether. Caused too much trouble, closes:
    #83561, #84188, #83634, #83120
  * fixed double '-c quit' in NEC P6 filter, closes: #87016
  * added recode line for NEC P6, closes: #61015
  * lintianed the package.

 -- David Frey <dfrey@debian.org>  Thu,  1 Mar 2001 23:35:32 +0100

magicfilter (1.2-43) unstable; urgency=medium

  * added debconf dependancy, closes: #84713.
  * write `printcap' into current directory, closes: #84398

 -- David Frey <dfrey@debian.org>  Sat, 10 Feb 2001 23:13:19 +0100

magicfilter (1.2-42) unstable; urgency=high

  * moved recode from recommends down to suggests.
  * more checks against unasked questions if config.

 -- David Frey <dfrey@debian.org>  Mon, 29 Jan 2001 00:35:20 +0100

magicfilter (1.2-41) unstable; urgency=high

  * applied patch for templates file (thanks to Mattia Monga),
    closes:  #83080, #83719, #83697, #83660, #83788.
  * fixed typo in program description, closes #83738.
  * moved recommends of djtools down to suggest again, got
    a complaint about recommending djtools (that had to be expected,
    you can do what you want and it is wrong for some people...),
    closes #83090,
  * corrected default printer name (lp) aliasing, closes #83120,
  * added clarification about "printer-configuration", closes #83075,
  * made the config-script exit at wrong inputs instead of looping
    (XXX, temporary solution)

 -- David Frey <dfrey@debian.org>  Sun, 28 Jan 2001 21:47:00 +0100

magicfilter (1.2-40) unstable; urgency=low

  * recompile for woody.
  * added support for Lexmark Optra E312, closes: #80338
  * PJL and PCL support for ljet4050, closes: #76619, #66019
  * made magicfilter recommend recode, closes: #78980
  * made magicfilter recommend djscript, closes: #69535, #64341
  * made magicfilter suggest xpdf and pdftops, closes: #70566
    (the bug report states that pdf2ps fails on included graphics and
     pdftops [from the xpdf package] does not.)
  * change stc1520.upp to stc1520h.upp, closes: #70499
  * applied debconf support patch from John Goerzen (thanks John!):
    --------------------------------------------------------------------8<---
    magicfilter (1.2-39progeny1) unstable; urgency=low

    * Fixed for preinstall problem

   -- John Goerzen <jgoerzen@progenylinux.com>  Tue,  5 Sep 2000 17:13:09 -0500

  magicfilter (1.2-39progeny) unstable; urgency=low

    * Added debconf support.
    * Edited magicfilterconfig to call debconf.
    * Modified postinst to use the debconf information to generate printcap.
      (Used some code from magicfilerconfig for this.)
    * With these changes, it is possible to reconfigure your printers
      without clobbering printcap.
    * Added editing printer support.
    * Added setting default printer support.
    * postinst is now Perl.
    * Merged my debconfhelper.pm into postinst.
    * Added appropriate db_purge call to postrm.
    * Fixed network printer device generation in printcap.
    * Bugfix: fixed debian/rules to clean debian/tmp.
    * Redirected various postinst and postrm messages to stderr to avoid
      conflicting with debconf.

   -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 17 Jul 2000 17:26:51
    -0500
      --------------------------------------------------------------------8<---

 -- David Frey <dfrey@debian.org>  Mon,  8 Jan 2001 00:03:15 +0100

magicfilter (1.2-39) frozen unstable; urgency=low

  * moved `gs' and `enscript' from `Suggests:' to `Recommends:' in order to
    accomodate users, who are installing trough GUI-tools which do not
    honor the `Suggests:'-line (e.g. apt) (fixes Bug#61025)
  * updated bj6?0-filter to print through enscript.
  * fixed copy/paste bug in bj800 filter (filter instead of pipe)

 -- David Frey <dfrey@debian.org>  Mon,  1 May 2000 22:05:31 +0200

magicfilter (1.2-38) frozen unstable; urgency=medium

  * Fixed postrm script to not remove the filters twice (closes Bug#59883:
    Purging fails).
  * changed default line in the stylus800-filter according to other
    Stylus*-filters (closes Bug#59882: stylus800-filter: No entry for
    default.)
  * Removed "HANDLE_TEXT" for native PostScript printers in order to use
    enscript(1).
  * uses now pdf2ps for native PostScript printers.
  * added HP Laserjet 4050 filter. (copied and adapted ljet4m filter)
    (closes Bug#57378: lj4050 support?)
  * added HP 690C filter (thanks to Christian Marillat
    <marillat@alpes-net.fr> for the filter)
  * included bzip patch. (thanks to Frodo Looijaard <frodol@dds.nl> for
    the patch)

 -- David Frey <dfrey@debian.org>  Tue, 14 Mar 2000 00:01:18 +0100

magicfilter (1.2-37) unstable; urgency=low

  * changing `lp=/dev/null' to `lp=' for remote printers (fixes Bug
    #54230)
  * fixed wrong StylusColor-800@360dpi-Filter (fixes Bug #55150)
  * fixed typo in 720dpi for Stylus-Color (fixes Bug #54063)

 -- David Frey <dfrey@debian.org>  Sat, 15 Jan 2000 16:47:31 +0100

magicfilter (1.2-36) unstable; urgency=low

  * added -a option for tiff2ps (fixes Bug #52260)
  * replaced ibmpc with cp437 to fix printing problem
    with "sz" and possible others. Thank to Dirk for
    pointing this one out.

 -- David Frey <dfrey@debian.org>  Sun,  2 Jan 2000 20:13:59 +0100

magicfilter (1.2-35) unstable; urgency=high

  * fixed wrong prerm script.

 -- David Frey <dfrey@debian.org>  Tue, 16 Nov 1999 23:18:28 +0100

magicfilter (1.2-34) unstable; urgency=low

  * added updated Epson-Stylus drivers from Dirk Ritter.
    Many thanks to Dirk for his work!
  * added PNG support (fixes Bug#49171: magicfilter: Could use pngtopnm to
    print png files)

 -- David Frey <dfrey@debian.org>  Sat, 13 Nov 1999 15:13:43 +0100

magicfilter (1.2-33) unstable; urgency=low

  * fixed compiler warnings about possibly unitialized variables.
  * added `lpr_bounce'-option into generated printcap if magicfilter is
    used in conjunction with lprng (Bug#47899, 47243)
  * use enscript on BJC-2000 and on PS-printers which are not able to
    print text natively (Bug#46200).
  * use pdf2ps for PS-printers to handle PDF.

 -- David Frey <dfrey@debian.org>  Tue,  2 Nov 1999 00:07:22 +0100

magicfilter (1.2-32) unstable; urgency=low

  * update for FHS compliance:
    - mention new location of the GPL,
    - move manpage to /usr/share/man/man1/
    - moved documentation to /usr/share/doc/magicfilter/
  * updated JPEG magic to match file 3.27-4.
  * do not reject PDFs in the ljet4m-filter (closes Bug#43631)
  * fixed `Bug#45457: magicfilterconfig perl script uses unitialized
    variable' (closes Bug#45457, #47079)

 -- David Frey <dfrey@debian.org>  Sun, 19 Sep 1999 16:06:42 +0200

magicfilter (1.2-31) unstable; urgency=low

  * Change default for second printer to `done' for better installation
    closes Bug#37890)
  * Added support for printing PDF-files on PS printers by adding PDF-rule
    on PS printers too (closes Bug#38105)
  * removed versioned suggests on gs to allow use of virtual package gs
    (closes Bug#30368, Bug#35378)
  * Added another JPEG-magic entry to fix Bug#40599: jpeg file not recognized

 -- David Frey <dfrey@debian.org>  Sun, 15 Aug 1999 23:26:04 +0200

magicfilter (1.2-30) unstable; urgency=low

  * Moved gs from recommends to suggests (closes bug #37325)
  * switched to unified printer parameter-files, where applicable.
  * added BJC610.

 -- David Frey <dfrey@debian.org>  Sun, 16 May 1999 00:05:57 +0200

magicfilter (1.2-29) unstable; urgency=low

  * Removed gs-aladin recommends;
  * Added suggests for enscript;
  * Added suggests for psptools (suggestion from Jake Hamby, thanks for
    pointing out that psptools exist).
  * Added suggests for recode (Bug#34884),
  * added -c quit for gs in the PDF-filter as a GhostScript-workaround
    (Bug#35443)

 -- David Frey <dfrey@debian.org>  Sun,  4 Apr 1999 22:46:29 +0200

magicfilter (1.2-28) frozen unstable; urgency=low

  * fixed dj550c-filter for Umlaut-printing (fixes Bug#30745: magicfilter:
    DJ 550C does not print German umlauts)
  * Promoted gs from Suggests to Recommends (for PDF printing, fixes
    Bug#30673: magicfilter: Magicfilter should depend on gs)
  * changed "press a key to continue" to the correct
    "Press <ENTER> to continue." (fixes Bug#29491: magicfilter: bad prompt
    in /usr/sbin/magicfilterconfig)
  * added explanatory text as suggested by Carl R. Witty for the
    filter-selection (fixes Bug#29834: magicfilter should describe the input
    filters)

 -- David Frey <dfrey@debian.org>  Fri,  1 Jan 1999 20:28:36 +0100

magicfilter (1.2-27) frozen unstable; urgency=low

  * Reverted filter scripts to 1.2-25; undoes Bug#27773, since the bug
    report was bogus.

 -- David Frey <dfrey@debian.org>  Sat,  7 Nov 1998 20:29:06 +0100

magicfilter (1.2-26) unstable; urgency=low

  * fixes 'Re: Bug#27285: magicfilter should not ask before creating spool
    dir'.
  * Set default filter back to HANDLE_TEXT in order not to break samba
    networking (Bug #27773).
    This means, that the people out there who print directly, i.e. most of
    us, and who had some filters (djscript, recode etc) in use have to
    edit their magicfilter files.
  * added remote printing support (closes Bug #16011)
  * added dj600
  * magicfilterconfig uses now the paperconf program.
  * experimental serial printer (e.g. plotter) support.

 -- David Frey <dfrey@debian.org>  Sun, 25 Oct 1998 21:33:16 +0100

magicfilter (1.2-25) unstable; urgency=low

  * removed '1>&3' indirections (fixes Bugs #28352 et. al.)
  * remove "." as a troff magic, as a leading dot is also used in other
    file formats (e.g. BLIF = berkeley logic interchange format).
    (fixes Bug #19681)

 -- David Frey <dfrey@debian.org>  Sat, 19 Sep 1998 23:03:32 +0200

magicfilter (1.2-24) frozen unstable; urgency=low

  * fixes bug #23579 (should suggest libjpeg-progs | libjpeg-gif, gs |
    gs-aladdin)

 -- David Frey <dfrey@debian.org>  Wed,  8 Jul 1998 21:59:29 +0200

magicfilter (1.2-23) frozen unstable; urgency=low

  * added recode dependendy: fixes 'Bug#23524: magicfilter: depends on recode'
  * corrected gargabe Samba magic, fixes 'Bug #22866: magicfilter:
    Incorrect magic for Win95/Samba print jobs'
  * implemented LPUSERNAME-idea (fixes Bug#24052: magicfilter could
    provide gecos entry of print job owner).

 -- David Frey <dfrey@debian.org>  Tue, 30 Jun 1998 20:24:22 +0200

magicfilter (1.2-22) unstable; urgency=low

  * fixed typo in magicfilterconfig (it's instead of its) (Bug#22021)
  * fixed Bug#22913: magicfilter: bug in postrm

 -- David Frey <dfrey@debian.org>  Sun,  7 Jun 1998 23:13:56 +0200

magicfilter (1.2-21) frozen unstable; urgency=medium

  * Fix /tmp-exploits bug reported by Thomas Rössler (Bug#21251:
    magicfilter: magicfilter-1.2 contains a tmpnam() race condition).
    He also donated the patch (thanks!).
  * Added bj600[_draft]-filters (donated by Paul J Thompson)
  * Changed text printing rules for Stylus (part of Bug#20905)

 -- David Frey <dfrey@debian.org>  Tue, 21 Apr 1998 21:54:00 +0200

magicfilter (1.2-20) unstable; urgency=low

  * fixes typo in stylus_color_360_dpi-filter and pjxl-filter.x
    (closes Bug#19093)

 -- David Frey <dfrey@debian.org>  Sat,  7 Mar 1998 20:12:39 +0100

magicfilter (1.2-19) unstable; urgency=low

  * fixed nuisance that the README-files had the x-bits set.
  * fixed Bug#18796: magicfilter: source extraction requires interaction

 -- David Frey <dfrey@debian.org>  Tue,  3 Mar 1998 21:59:34 +0100

magicfilter (1.2-18) unstable; urgency=low

  * made all the magicfilter scripts conffiles (Fixes Bug #4834, but
    wastes space)
  * changed maintainer address to working debian.org address.
  * fixed bugs found by lintian: old FSF address and non-relative md5sum's
    paths.
  * added suggestion from Christian <root@lathspell.westend.com>, to warn
    DJ-* users to install the djtools or to change the default line to text.

 -- David Frey <david@eos.lugs.ch>  Mon, 16 Feb 1998 21:47:21 +0100

magicfilter (1.2-17) unstable; urgency=low

  * added Michael Meskes djscript filter and suggested djtools.
  * added Marco Pistore's trick of redirecting stdout in order to avoid
    stderr's messages on the printer output.
  * encorporated tiff2ps changes (fixes Bug#15189)

 -- David Frey <david@eos.lugs.ch>  Sun, 18 Jan 1998 14:17:42 +0100

magicfilter (1.2-16) unstable; urgency=low

  * changed maintainer address back to <David.Frey@eos.lugs.ch>
  * updated to Standard 2.3.0.1

 -- David Frey <david@eos.lugs.ch>  Sun, 21 Dec 1997 23:16:54 +0100

magicfilter (1.2-15) unstable; urgency=low

  * Changed PDF processing: uses now standard ghostscript;
    using xpdf for PDF processing would make magicfilter
    go into contrib, which we definitely want to avoid.

 -- David Frey <david@eos.lugs.ch>  Sun, 16 Nov 1997 23:04:20 +0100

magicfilter (1.2-14) unstable; urgency=low

  * added binary-arch to enable dpkg-buildpackage -B to succeed.
    (fixes Bug #14310)

  * added PDF entry (Bug #9766). magicfilter depends now on xpdf,
    since it uses pdftops for the processing.

  * Add Samba-degarbaging script (Bug #9928); untested.

 -- David Frey <david@eos.lugs.ch>  Mon,  3 Nov 1997 23:14:03 +0100

magicfilter (1.2-13) unstable; urgency=low

  * added libjpeg-progs in the Suggests: line (fixes Bug #13901)

 -- David Frey <david@eos.lugs.ch>  Wed, 22 Oct 1997 22:03:19 +0200

magicfilter (1.2-12) unstable; urgency=low

  * recompiled for libc6

  * moved examples directory from /usr/doc/examples/magicfilter to
    /usr/doc/magicfilter/examples (Bug #9724)

  * fixed unitialized variable in magicfilterconfig (Bug #10109, Bug #11329)

  * added manpage (fixes Bug #)

  * magicfilterconfig calls /etc/init.d/lpr stop, /etc/init.d/lpr start resp.
    /etc/init.d/lprng stop, /etc/init.d/lprng start to let the lpd resp.
    lprngd reload the /etc/printcap file (needed for lprng) (fixes Bug #11259)

  * Added 'Press return to continue' when $DISPLAY is set (Bug #10428).

  * added ...|lprng in the Recommends: line

  * added md5sum'ming

 -- David Frey <david@eos.lugs.ch>  Sat, 13 Sep 1997 17:28:58 +0200

magicfilter (1.2-11) unstable; urgency=low

  * Added color stylus scripts, donated from
    Dirk Ritter <Dirk_Ritter@s5.maus.de> _and_ changed filters/Makefile.in
    to really ship them.

 -- David Frey <david@eos.lugs.ch>  Thu, 1 May 1997 22:33:14 +0200

magicfilter (1.2-10) frozen unstable; urgency=low

  * Fixed bug #8735: wrong checksum, typo in dependency

 -- David Frey <david@eos.lugs.ch>  Sat, 19 Apr 1997 17:25:55 +0159

magicfilter (1.2-9) frozen unstable; urgency=low

  * magicfilter recommends now lpr; it doesn't depend on it anymore
    (closes Bug #8216)

  * added ftp site where to find magicfilter (Bug #7452)

 -- David Frey <david@eos.lugs.ch>  Sat, 29 Mar 1997 17:24:32 +0100

magicfilter (1.2-8) unstable; urgency=low

  * made all the filters conffiles.
  * gzipped manpage
  * strenghtened magicfilterconfig by putting a "strict" into it.

 -- David Frey <david@eos.lugs.ch>  Sat, 1 Feb 1997 15:27:14 +0100

magicfilter (1.2-7) unstable; urgency=low

  * Updated to new distribution format.
  * Fixed Bug #4733: link from /usr/bin/X11 to /usr/bin/X11R6 removed
    and recompiled

 -- David Frey <david@eos.lugs.ch>  Sun, 13 Oct 1996 22:59:22 +0200

Tue Aug 13 23:13:16 1996  David Frey  <david@eos.lugs.ch>

	* Bug #4063:
	  - Fixed path to executable magicfilter: should read /usr/sbin/...
	  - magicfilterconfig checks /etc/papersize or asks for it and
	    adjust the :pl#: entry accordingly.
	  - Suggests netpbm in addition to pbmplus.
	  - deletes the extracted filters upon removal.

Wed Jul  3 20:30:31 1996  David Frey  <david@eos.lugs.ch>

	* Changed ``Recommends:' into ``Suggests:'' (fixes Bug #3254)

	* the postinst scripts runs now magicfilterconfig,
	  instead only to tell the user to do so (fixes Bug #3452)

Tue Jun  4 23:19:59 1996  David Frey  <david@eos.lugs.ch>

	* added Architecture and Section field.

	* The path for the pbmplus binaries is now /usr/bin/pbmplus
	  (to remain backward compability with the old setup).

Wed May  8 22:53:20 1996  David Frey  <david@eos.lugs.ch>

	* magicfilter uses now dpkg-name to determine its package name

	* Added "Press ENTER to continue" in debian.postinst.

Wed May  1 15:53:58 1996  David Frey  <david@eos.lugs.ch>

	* Changed architecture field.

Sun Apr 14 23:28:19 1996  David Frey  <david@eos.lugs.ch>

	* Chgrps spool directory to lp group (the lp group is fetched
	  from /etc/passwd).
	* magicfilterconfig: Filters in /usr/sbin/ are called *-filter,
 	  not just filter
	* magicfilterconfig: --force-switch added.

Tue Mar 26 22:42:49 1996  David Frey  <david@eos.lugs.ch>

	* added various suggestions from Rob (osiris@cs.utexas.edu),
	  e.g af and lp entries.

	* Corrected me that the spool directory is under /var/spool/lpd.

Sun Mar 24 21:48:37 1996  David Frey  <david@eos.lugs.ch>

	* Bug#2558: HP-4m handling not robust enough for shared
	    environment
 	  (from Raul Miller <rdm@tad.micro.umn.edu>)

	  Can't change this bug in Magicfilter 1.2 due to the
	  inclusion mechanism in the filter subdirectory.

------------------------------------------------------------- Magicfilter 1.1b

Mon Mar 18 20:01:13 1996  David Frey  <david@eos.lugs.ch>

	* Bug#2558: HP-4m handling not robust enough for shared
	    environment
 	  (from Raul Miller <rdm@tad.micro.umn.edu>)

	  I've changed the HP Laserjet 4 entries according to his
	  suggestion (don't have the ESC codes for the others).

	* Bug#????: A lot of suggestions from Erick Branderhorst
	  <branderhorst@fgg.EUR.NL> implemented:
	    - debian.postinst renamed to magicfilterconfig
	    - take example values as default
	    - filter in /usr/doc/magicfilter/filters/* tarred and gzipped.
	    - added comment that /etc/printcap is autoconfigurated.
	    - 'Depends: lpr' added.
	    - ...

Sat Mar 16 17:45:40 1996  David Frey  <david@eos.lugs.ch>

	* recompiled for ELF.

	* moved example filters into /usr/doc/exaples/magicfilter/...

Wed Jan 24 22:53:53 1996  David Frey  <david@eos.lugs.ch>

	* magicfilter's path changed from /usr/bin/magicfilter to
	  /usr/sbin/magicfilter (in the filters)

	* gzip'ing the README, QuickInst and the filters
	  (from Erick Branderhorst <branderhorst@fgg.EUR.NL)>

	* Recommending gs instead of gs_x
	  (from Erick Branderhorst <branderhorst@fgg.EUR.NL>)

Mon Jan 22 23:24:54 1996  David Frey  <david@eos.lugs.ch>

	* Filters have now pbmplus support compiled in.

	* Fixed an very stupid backquoting bug.