Package: foomatic-db-engine / 4.0.13-7

Metadata

Package Version Patches format
foomatic-db-engine 4.0.13-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix netcat s path in Debian it lives in bin.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix netcat's path; in debian it lives in /bin

Bug-Debian: http://bugs.debian.org/676378

0002 Wrap long lines to avoid man warnings.patch | (download)

foomatic-configure.1.in | 11 9 + 2 - 0 !
1 file changed, 9 insertions(+), 2 deletions(-)

 wrap long lines to avoid man warnings


0003 Fix ou t put and program m atic typos in manpages an.patch | (download)

foomatic-configure.1.in | 2 1 + 1 - 0 !
foomatic-configure.in | 2 1 + 1 - 0 !
foomatic-ppdfile.1.in | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix ou{,t}put and program{,m}atic typos in manpages and scripts


0004 Upstream fix CURL and WGET detection.patch | (download)

configure.ac | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 upstream: fix curl and wget detection


0005 Use pkg config instead of xml2 config.patch | (download)

configure.ac | 19 5 + 14 - 0 !
1 file changed, 5 insertions(+), 14 deletions(-)

 use pkg-config instead of xml2-config

Closes: #949145

0006 Recognize fractional numbers in PageSize.patch | (download)

lib/Foomatic/DB.pm | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 recognize fractional numbers in pagesize

Right now, fractional numbers (fractional pt sizes) aren't allowed in
PageSize values even though they are perfectly fine in PPD files.  In
contrast, the values foomatic puts into the *ImageableArea and
*PaperDimension definitions it generates are fractional.  So allow
fractional numbers in PageSize values as well.

0007 Use XML Make or Model for 1284DeviceID line if other.patch | (download)

lib/Foomatic/DB.pm | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 use xml make or model for 1284deviceid line if other info is missing
 (#11)

Windows 10 and 11 require 1284DeviceID to contain MFG and MDL elements,
otherwise the shared printer would silently fail upon adding (or install
endlessly, without any error).

If the XML file does not have <autodetect> section, use general
<make> and <model> data to construct 1284DeviceID.

(cherry picked from commit fa91bdfd87da9005591ac2ef2c9c7b8ecdd19511)