Package: foomatic-filters
Version: 4.0.17-5
Severity: wishlist
Tags: patch
Hello,
I noticed that paps is not offered by debconf for package foomatic-rip. Yet it
is the only filter that is functional with utf-8 files.
Can we make paps the default, or at least add it to the proposals, please?
Two patchs are attached for this.
Thanks for your help.
Regards,
--
Stéphane Aulery
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages foomatic-filters depends on:
ii bash 4.3-11+b1
ii debconf [debconf-2.0] 1.5.53
ii libc6 2.19-13
ii libdbus-1-3 1.8.10-1
ii ucf 3.0030
Versions of packages foomatic-filters recommends:
ii a2ps 1:4.14-1.3
ii colord 1.2.1-1+b1
ii enscript 1.6.5.90-2+b1
ii ghostscript 9.06~dfsg-1.1+b1
ii lprng [lpr] 3.8.B-2
ii poppler-utils 0.26.5-2
foomatic-filters suggests no packages.
-- debconf information:
* foomatic-filters/textfilter: Custom
* foomatic-filters/custom_textfilter: paps
* foomatic-filters/spooler: lprng
foomatic-filters/ps_accounting: true
* foomatic-filters/filter_debug: true
foomatic-filters/title:
foomatic-filters/config_parsed: true
--- control.old 2014-11-17 00:26:43.908988343 +0100
+++ control.new 2014-11-17 00:29:57.865936550 +0100
@@ -21,7 +21,7 @@
Recommends:
cups-client | lpr | lprng | rlpr,
ghostscript,
- cups | enscript | a2ps | mpage,
+ cups | enscript | a2ps | mpage | paps,
poppler-utils (>= 0.11.2),
colord
Breaks: foomatic-bin (<< 2.9), cupsomatic-ppd (<< 20030507)
--- parseconfig.pl.old 2014-11-17 00:22:44.875819769 +0100
+++ parseconfig.pl.new 2014-11-17 00:23:30.864044594 +0100
@@ -25,7 +25,7 @@
$conf{debug} > 0 ? 'true' : 'false', ";\n") if exists $conf{debug};
if (exists $conf{textfilter})
{
- if ($conf{textfilter} =~ m/^(a2ps|enscript|mpage)$/)
+ if ($conf{textfilter} =~ m/^(paps|a2ps|enscript|mpage)$/)
{
print "db_set foomatic-filters/textfilter $1;\n";
}