--- cups-1.4.3.orig/debian/cups-common.links +++ cups-1.4.3/debian/cups-common.links @@ -0,0 +1 @@ +usr/share/cups/charsets/pdf.utf-8.simple usr/share/cups/charsets/pdf.utf-8 --- cups-1.4.3.orig/debian/cups.postinst +++ cups-1.4.3/debian/cups.postinst @@ -0,0 +1,216 @@ +#! /bin/sh +# postinst script for cups +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/doc/packaging-manual/ +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +# Debconf +. /usr/share/debconf/confmodule + +# Default Configuration file +if [ -e /etc/default/cups ]; then + . /etc/default/cups +fi + +if [ "$1" = configure ]; then + # Set up lpadmin group. + if [ -z "`getent group lpadmin`" ]; then + addgroup --system lpadmin + fi + + if [ -L /usr/share/ppd/cups-transitional-dir ]; then + rm -f /usr/share/ppd/cups-transitional-dir + fi + if [ -L /usr/share/cups/model/cups-included ]; then + rm -f /usr/share/cups/model/cups-included + fi + + # Generate raw MIME handling files if they don't already exist. + if [ ! -e /etc/cups/raw.types ]; then + cat >/etc/cups/raw.types </etc/cups/raw.convs < /etc/cups/raw.convs + else + sed 's/^application/#application/' \ + < /etc/cups/raw.convs-convert > /etc/cups/raw.convs + fi + rm -f /etc/cups/raw.convs-convert + db_fset cupsys/raw-print changed false + fi + # Set up backends + db_get cupsys/backend && SELECTED=$RET + list=`echo $SELECTED | sed -e 's/, /,/g'` + save_IFS=$IFS + IFS=, + (cd /usr/lib/cups/backend && rm -f http ipp lpd parallel scsi serial socket usb snmp dnssd) + for module in $list; do + ln /usr/lib/cups/backend-available/$module /usr/lib/cups/backend/$module + if [ "$module" = "ipp" ]; then + ln /usr/lib/cups/backend/ipp /usr/lib/cups/backend/http + fi + done + IFS=$save_IFS + + # activate new backends on upgrades + db_fset cupsys/backend changed false + + if dpkg --compare-versions "$2" lt-nl "1.3.4-2"; then + for module in snmp scsi serial dnssd; do + [ -e /usr/lib/cups/backend/$module ] || \ + ln /usr/lib/cups/backend-available/$module /usr/lib/cups/backend/$module + done + fi + + # Resync Debconf database with real state + list=`( cd /usr/lib/cups/backend && for f in ipp lpd parallel scsi serial socket usb snmp dnssd; do [ -e $f ] && echo -n "$f, "; done ) | sed -e 's/, $//'` + db_set cupsys/backend $list; + + if [ -f /etc/cups/classes.conf ]; then + chown root:lp /etc/cups/classes.conf ; chmod 600 /etc/cups/classes.conf + fi + if [ -f /etc/cups/printers.conf ]; then + chown root:lp /etc/cups/printers.conf ; chmod 600 /etc/cups/printers.conf + fi + + # symlink snakeoil SSL certificate if present + if [ -e /etc/ssl/certs/ssl-cert-snakeoil.pem -a \ + -e /etc/ssl/private/ssl-cert-snakeoil.key -a \ + -n "`getent group ssl-cert`" -a ! -e /etc/cups/ssl/server.crt \ + -a ! -e /etc/cups/ssl/server.key -a ! -h /etc/cups/ssl/server.crt \ + -a ! -h /etc/cups/ssl/server.key ]; then + ln -s /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/cups/ssl/server.crt + ln -s /etc/ssl/private/ssl-cert-snakeoil.key /etc/cups/ssl/server.key + fi + + # Remove shutdown and reboot links; this init script does not need them. + if dpkg --compare-versions "$2" lt-nl "1.3.6-2"; then + rm -f /etc/rc0.d/K??cups /etc/rc6.d/K??cups + fi + + # Reload AppArmor profile if present + APP_PROFILE="/etc/apparmor.d/usr.sbin.cupsd" + if [ -f "$APP_PROFILE" ] && aa-status --enabled 2>/dev/null; then + apparmor_parser -r "$APP_PROFILE" || true + fi + + # init.d priority transition + if dpkg --compare-versions "$2" le-nl "1.3.9-15"; then + for l in 2 3 4 5; do + old=/etc/rc${l}.d/S20cups + new=/etc/rc${l}.d/S50cups + if [ -e "$old" ] && [ ! -e "$new" ]; then + mv "$old" "$new" + fi + done + fi + + # Clear cache if we upgrade to 1.4.x + if dpkg --compare-versions "$2" lt-nl "1.4.1-5"; then + rm /var/cache/cups/* 2> /dev/null || : + fi + + # Manage printcap file and associated symlinks + if [ -e /etc/cups/cupsd.conf ]; then + if [ -e /etc/printcap.cups ]; then + rm -f /etc/printcap.cups + fi + if [ -L /etc/printcap -a ! -e /etc/printcap ]; then + rm -f /etc/printcap + fi + + printcap_file=`egrep '^Printcap ' /etc/cups/cupsd.conf | awk '{print $2}' | tail -n 1` + if [ -z "$printcap_file" ]; then + printcap_file=/var/run/cups/printcap + fi + if [ ! -e /etc/printcap -a -e $printcap_file ]; then + ln -s $printcap_file /etc/printcap + fi + fi +fi + +#DEBHELPER# + +# Do the following only if CUPS is running and the needed CUPS tools +# are available +if [ "$1" = configure ] && \ + which lpstat > /dev/null 2>&1 && \ + which lpinfo > /dev/null 2>&1 && \ + which lpadmin > /dev/null 2>&1 && \ + LC_ALL=C lpstat -h /var/run/cups/cups.sock -r | grep -v not > /dev/null 2>&1; then + # Update the PPD files of all already installed print queues + driverregexp='lsb/usr/cups-included/|drv:///sample.drv/' + gennicknameregexp='s/,\s*\d+\.\d+[\d\.]*$//i' + [ ! -z "$gennicknameregexp" ] && \ + gennicknameregexp="; $gennicknameregexp" + gennicknameregexp='s/\s*\(recommended\)//'"$gennicknameregexp" + tempfiles= + trap 'rm -f $tempfiles; exit 0' 0 HUP INT QUIT ILL ABRT PIPE TERM + tmpfile1=`mktemp -t updateppds.XXXXXX` + tempfiles="$tempfiles $tmpfile1" + lpinfo -h /var/run/cups/cups.sock -m | grep -E $driverregexp > $tmpfile1 + cd /etc/cups/ppd + for ppd in *.ppd; do + [ -r "$ppd" ] || continue + queue=${ppd%.ppd} + lpstat -h /var/run/cups/cups.sock -p "$queue" >/dev/null 2>&1 || continue + nickname=`grep '\*NickName:' "$ppd" | cut -d '"' -f 2 | perl -p -e 's/\n$//' | perl -p -e "$gennicknameregexp" | perl -p -e 's/(\W)/\\\\$1/g'` + lang=`grep '\*LanguageVersion:' "$ppd" | cut -d ' ' -f 2 | perl -e 'print lc(<>)' | perl -p -e 's/[\r\n]//gs'` + ppdfound="0" + englishppduri="" + tmpfile2=`mktemp -t updateppds.XXXXXX` + tempfiles="$tempfiles $tmpfile2" + cat $tmpfile1 | perl -p -e "$gennicknameregexp" | grep -i "$nickname"'$' | cut -d ' ' -f 1 > $tmpfile2 + while read newppduri; do + [ "$ppdfound" = "0" ] && lpadmin -h /var/run/cups/cups.sock -p "$queue" -m $newppduri 2>/dev/null || continue + newlang=`grep '\*LanguageVersion:' "$ppd" | cut -d ' ' -f 2 | perl -e 'print lc(<>)' | perl -p -e 's/[\r\n]//gs'` + [ "$newlang" = "$lang" ] && ppdfound="1" + [ "$newlang" = "english" ] && englishppduri="$newppduri" + done < $tmpfile2 + [ "$ppdfound" = "0" ] && [ ! -z "$englishppduri" ] && lpadmin -h /var/run/cups/cups.sock -p "$queue" -m $englishppduri 2>/dev/null && ppdfound="1" + [ "$ppdfound" = "1" ] && echo PPD for printer $queue updated >&2 + done +fi + +db_stop +exit 0 --- cups-1.4.3.orig/debian/cups-client.preinst +++ cups-1.4.3/debian/cups-client.preinst @@ -0,0 +1,40 @@ +#! /bin/sh +# preinst script for cups-client +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' + +case "$1" in + install) + ;; + + upgrade) + if [ ! -L /usr/share/doc/cups-client ]; then + rm -rf /usr/share/doc/cups-client + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/cups.preinst +++ cups-1.4.3/debian/cups.preinst @@ -0,0 +1,102 @@ +#! /bin/sh +# preinst script for cups +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' + +mv_conffile() { + OLD="$1" + NEW="$2" + PKGNAME="cupsys" + if [ -e "$OLD" ]; then + md5sum=$(md5sum "$OLD" | sed -e 's/ .*//') + old_md5sum=$(dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e "\\' $OLD'{s/ obsolete$//;s/.* //p}") + if [ "$md5sum" = "$old_md5sum" ]; then + echo "Removing obsolete unchanged $OLD..." >&2 + rm -f "$OLD" + else + echo "Moving customized $OLD to new location $NEW..." >&2 + mv -f "$OLD" "$NEW" + fi + fi +} + +case "$1" in + install|upgrade) + if [ -e /var/lib/cups/ppd -a ! -L /var/lib/cups/ppd -a ! -e /etc/cups/ppd ]; then + echo -n "Moving printer definition files..." + mkdir -p /etc/cups/ppd || true + if [ `ls /var/lib/cups/ppd | wc -l` -ne " 0" ]; then + cp -a /var/lib/cups/ppd/* /etc/cups/ppd + fi + rm -rf /var/lib/cups/ppd + echo "done." + fi + + if [ -e /var/lib/cups/logs -a ! -L /var/lib/cups/logs ]; then + rmdir /var/lib/cups/logs || true + fi + + # Remove dangling pdftops.conf symlink, which is obsolete anyway + if [ -L /etc/cups/pdftops.conf -a ! -e /etc/cups/pdftops.conf ]; then + rm -f /etc/cups/pdftops.conf + fi + + # fix 'cupsys' -> 'root' file owner mode transition + if dpkg --compare-versions "$2" lt-nl '1.3.0-3'; then + if [ -d /var/run/cups ]; then + chown -R root /var/run/cups + fi + chown -R root /etc/cups /var/log/cups /var/cache/cups /var/spool/cups + fi + + # cupsys -> cups package/file rename + if dpkg --compare-versions "$2" le '1.3.7-7'; then + update-rc.d -f cupsys remove + mv_conffile /etc/default/cupsys /etc/default/cups + mv_conffile /etc/init.d/cupsys /etc/init.d/cups + mv_conffile /etc/pam.d/cupsys /etc/pam.d/cups + mv_conffile /etc/logrotate.d/cupsys /etc/logrotate.d/cups + fi + + # does not need d-bus configuration, only sends signals + if dpkg --compare-versions "$2" lt-nl '1.3.9-16'; then + rm -f /etc/dbus-1/system.d/cups.conf + fi + + # Obsolete symlinks, and they wreak havoc now + if dpkg --compare-versions "$2" lt-nl '1.4.0-6'; then + rm -f /usr/share/ppd/1-local-admin /usr/share/ppd/2-third-party + fi + + # blacklist was installed for some weeks (intra-squeeze and karmic), + # remove it again (now USB backend works with both) + if dpkg --compare-versions "$2" lt-nl '1.4.1-4'; then + rm -f /etc/modprobe.d/blacklist-cups.conf + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/control +++ cups-1.4.3/debian/control @@ -0,0 +1,375 @@ +Source: cups +Priority: optional +Section: net +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian CUPS Maintainers +Standards-Version: 3.8.4 +Build-Depends: libpam0g-dev, libtiff4-dev, libjpeg-dev, zlib1g-dev, + libpng12-dev, libslp-dev, libgnutls-dev, libpaper-dev, libldap2-dev, + debhelper (>= 5.0), po-debconf, cdbs (>= 0.4.27), sharutils, + dpatch (>= 1.11), libdbus-1-dev, libkrb5-dev | heimdal-dev, + libavahi-compat-libdnssd-dev, libavahi-common-dev, libavahi-client-dev, + libpoppler-dev (>= 0.12.2-2), pkg-config, + poppler-utils, lsb-release, po4a (>= 0.31), autotools-dev, autoconf, automake, + libtool, libijs-dev, hardening-wrapper, liblcms1-dev, libfreetype6-dev, + libfontconfig1-dev, pkg-config, libusb-dev +Uploaders: Kenshi Muto , + Martin Pitt , Roger Leigh , + Martin-Éric Racine , Masayuki Hatta (mhatta) , + Jeff Licquia +Vcs-Bzr: http://bzr.debian.org/pkg-cups/cups/debian-trunk/ +Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-cups/cups/debian-trunk/ + +Package: libcups2 +Priority: optional +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: cups-common +Conflicts: libcupsys2 (<< 1.3.7-6) +Replaces: libcupsys2 (<< 1.3.7-6) +Provides: libcupsys2 +Description: Common UNIX Printing System(tm) - Core library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the base shared libraries for CUPS. + +Package: libcupsimage2 +Priority: optional +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Common UNIX Printing System(tm) - Raster image library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the image libraries for handling the CUPS + raster format. + +Package: libcupscgi1 +Priority: optional +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Common UNIX Printing System(tm) - CGI library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides a shared library for CGI programs in the + CUPS web interface + +Package: libcupsdriver1 +Priority: optional +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Common UNIX Printing System(tm) - Driver library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides a shared library with useful functions for printer + drivers. + +Package: libcupsmime1 +Priority: optional +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Common UNIX Printing System(tm) - MIME library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides a shared library for file type detection and + file conversion filter chain building. + +Package: libcupsppdc1 +Priority: optional +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Common UNIX Printing System(tm) - PPD manipulation library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the base shared library for generating and + manipulating PPD files. + +Package: cups +Priority: optional +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.9) | debconf-2.0, + poppler-utils (>= 0.12), perl-modules, procps, ghostscript, lsb-base (>= 3), + cups-common (>= ${source:Upstream-Version}), + cups-client (>= ${binary:Version}), + ssl-cert (>= 1.0.11), adduser, bc, ttf-freefont +Recommends: foomatic-filters (>= 4.0), + cups-driver-gutenprint, ghostscript-cups +Suggests: cups-bsd, cups-ppdc, foomatic-db-engine, foomatic-db, + hplip, xpdf-korean | xpdf-japanese | xpdf-chinese-traditional | xpdf-chinese-simplified, + cups-pdf, smbclient (>= 3.0.9), udev +Replaces: cupsddk-drivers (<< 1.4.0), cupsys-bsd (<< 1.3.7-5), cupsys (<< 1.3.7-6) +Conflicts: cupsddk-drivers (<< 1.4.0), cupsys-bsd (<< 1.3.7-5), cupsys (<< 1.3.7-6), libpoppler5 (<< 0.12.2-2) +Provides: cupsddk-drivers, cupsys +Breaks: foomatic-filters (<< 4.0) +Description: Common UNIX Printing System(tm) - server + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the CUPS scheduler/daemon and related files. + +Package: cups-client +Priority: optional +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + cups-common (>= ${source:Upstream-Version}), adduser +Suggests: cups, kdeprint, gtklp, cups-pt, xpp, cups-bsd +Conflicts: lprng, cupsys-client (<< 1.3.7-6) +Replaces: cupsys-client (<< 1.3.7-6) +Provides: cupsys-client +Description: Common UNIX Printing System(tm) - client programs (SysV) + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the System V style print client programs. + +Package: libcups2-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcups2 (= ${binary:Version}), + libgnutls-dev, libkrb5-dev | heimdal-dev +Conflicts: libcupsys2-dev (<< 1.3.7-6) +Replaces: libcupsys2-dev (<< 1.3.7-6) +Provides: libcupsys2-dev +Description: Common UNIX Printing System(tm) - Development files CUPS library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the files necessary for developing CUPS-aware + applications and CUPS drivers, as well as examples how to communicate + with cups from different programming languages (Perl, Java, and + PHP). + +Package: libcupsimage2-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + libcupsimage2 (= ${binary:Version}), libcups2-dev (= ${binary:Version}), + libpng-dev, libtiff4-dev, libjpeg8-dev | libjpeg-dev, zlib1g-dev +Description: Common UNIX Printing System(tm) - Development files CUPS image library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the files necessary for developing applications + that use the CUPS raster image format. + +Package: libcupscgi1-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcupscgi1 (= ${binary:Version}), + libcups2-dev (= ${binary:Version}) +Description: Common UNIX Printing System(tm) - Development files for CGI library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the files necessary for developing CGI programs + for the CUPS web interface using libcupscgi. + +Package: libcupsdriver1-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcupsdriver1 (= ${binary:Version}), + libcups2-dev (= ${binary:Version}), libcupsimage2-dev (= ${binary:Version}) +Description: Common UNIX Printing System(tm) - Development files driver library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the files necessary for developing printer drivers + using libcupsdriver. + +Package: libcupsmime1-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcupsmime1 (= ${binary:Version}), + libcups2-dev (= ${binary:Version}) +Description: Common UNIX Printing System(tm) - Development files MIME library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the files necessary for developing programs + using libcupsmime. + +Package: libcupsppdc1-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcupsppdc1 (= ${binary:Version}), + libcups2-dev (= ${binary:Version}) +Description: Common UNIX Printing System(tm) - Development files PPD library + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the files necessary for developing programs + using libcupsppdc. + +Package: cups-bsd +Priority: extra +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + cups-client (= ${binary:Version}), + debconf | debconf-2.0, update-inetd, cups-common +Suggests: cups +Conflicts: lpr, lprng, cupsys-bsd (<< 1.3.7-6) +Replaces: lpr, cupsys-bsd (<< 1.3.7-6) +Provides: lpr, cupsys-bsd +Description: Common UNIX Printing System(tm) - BSD commands + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpr, lpd and the like. It supports the + Internet Printing Protocol (IPP), and has its own filtering driver + model for handling various document types. + . + This package provides the BSD commands for interacting with CUPS. It + is provided separately to allow CUPS to coexist with other printing + systems (to a small degree). + +Package: cups-common +Priority: optional +Section: net +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: cupsys-common (<< 1.3.7-6) +Replaces: cupsys-common (<< 1.3.7-6) +Provides: cupsys-common +Description: Common UNIX Printing System(tm) - common files + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides common files for CUPS server and client packages. + +Package: cups-ppdc +Priority: optional +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, cups-common +Conflicts: cupsddk (<< 1.4.0) +Replaces: cupsddk (<< 1.4.0) +Provides: cupsddk +Description: Common UNIX Printing System(tm) - PPD manipulation utilities + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides utilities to generate and manipulate PPD files. + +Package: cups-dbg +Priority: extra +Section: debug +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, cups (= ${binary:Version}) +Conflicts: cupsys-dbg (<< 1.3.7-6) +Replaces: cupsys-dbg (<< 1.3.7-6) +Description: Common UNIX Printing System(tm) - debugging symbols + The Common UNIX Printing System (or CUPS(tm)) is a printing system and + general replacement for lpd and the like. It supports the Internet + Printing Protocol (IPP), and has its own filtering driver model for + handling various document types. + . + This package provides the debugging symbols of CUPS. + +Package: cupsys +Priority: extra +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, cups +Description: Common UNIX Printing System (transitional package) + This is a dummy package to ease transition to new package name. + . + You can safely remove it after the upgrade. + +Package: cupsys-client +Priority: extra +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, cups-client +Description: Common UNIX Printing System (transitional package) + This is a dummy package to ease transition to new package name. + . + You can safely remove it after the upgrade. + +Package: cupsys-common +Priority: extra +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, cups-common +Description: Common UNIX Printing System (transitional package) + This is a dummy package to ease transition to new package name. + . + You can safely remove it after the upgrade. + +Package: cupsys-bsd +Priority: extra +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, cups-bsd +Description: Common UNIX Printing System (transitional package) + This is a dummy package to ease transition to new package name. + . + You can safely remove it after the upgrade. + +Package: cupsys-dbg +Priority: extra +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, cups-dbg (>= ${binary:Version}) +Description: Common UNIX Printing System (transitional package) + This is a dummy package to ease transition to new package name. + . + You can safely remove it after the upgrade. + +Package: cupsddk +Priority: extra +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, cups-ppdc +Description: Common UNIX Printing System (transitional package) + This is a dummy package to ease transition to new package name. + --- cups-1.4.3.orig/debian/client.conf +++ cups-1.4.3/debian/client.conf @@ -0,0 +1,66 @@ +# Sample client configuration file for the Common UNIX Printing System +# (CUPS). +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# Kenshi Muto modified a bit for Debian distribution. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +######################################################################## +# # +# This is the CUPS client configuration file. This file is used to # +# define client-specific parameters, such as the default server or # +# default encryption settings. # +# # +# Put this file on /etc/cups/client.conf (system use) or # +# ~/.cups/client.conf (personal use). # +# # +######################################################################## + +# +# ServerName: the hostname of your server. By default CUPS will use the +# domain socket /var/run/cups/cups.sock or the value of the CUPS_SERVER +# environment variable. +# ONLY ONE SERVER NAME MAY BE SPECIFIED AT A TIME. To use +# more than one server you must use a local scheduler with browsing +# and possibly polling. +# + +#ServerName /domain/socket +#ServerName myhost.domain.com[:port] +#ServerName ip-address[:port] + +# +# Encryption: whether or not to use encryption; this depends on having +# the OpenSSL library linked into the CUPS library. +# +# Possible values: +# +# Always - Always use encryption (SSL) +# Never - Never use encryption +# Required - Use TLS encryption upgrade +# IfRequested - Use encryption if the server requests it +# +# The default value is "IfRequested". This parameter can also be set +# using the CUPS_ENCRYPTION environment variable. +# + +#Encryption Always +#Encryption Never +#Encryption Required +#Encryption IfRequested --- cups-1.4.3.orig/debian/libcupsdriver1.install +++ cups-1.4.3/debian/libcupsdriver1.install @@ -0,0 +1 @@ +usr/lib/libcupsdriver.so.* --- cups-1.4.3.orig/debian/cups.prerm +++ cups-1.4.3/debian/cups.prerm @@ -0,0 +1,41 @@ +#! /bin/sh +# prerm script for cups +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `upgrade' +# * `failed-upgrade' +# * `remove' `in-favour' +# * `deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + remove) + (cd /usr/lib/cups/backend && rm -f http ipp lpd parallel scsi serial socket usb snmp dnssd) + ;; + upgrade|deconfigure) + ;; + failed-upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/cups-bsd.install +++ cups-1.4.3/debian/cups-bsd.install @@ -0,0 +1,14 @@ +usr/sbin/lpc +usr/bin/lpq +usr/bin/lpr +usr/bin/lprm +usr/share/man/man1/lpr.1.gz +usr/share/man/*/man1/lpr.1.gz +usr/share/man/man1/lprm.1.gz +usr/share/man/*/man1/lprm.1.gz +usr/share/man/man1/lpq.1.gz +usr/share/man/*/man1/lpq.1.gz +usr/share/man/man8/cups-lpd.8.gz +usr/share/man/*/man8/cups-lpd.8.gz +usr/share/man/man8/lpc.8.gz +usr/share/man/*/man8/lpc.8.gz --- cups-1.4.3.orig/debian/libcupsimage2-dev.preinst +++ cups-1.4.3/debian/libcupsimage2-dev.preinst @@ -0,0 +1,40 @@ +#! /bin/sh +# preinst script for libcupsimage2-dev +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' + +case "$1" in + install) + ;; + + upgrade) + if [ ! -L /usr/share/doc/libcupsimage2-dev ]; then + rm -rf /usr/share/doc/libcupsimage2-dev + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/libcupscgi1-dev.install +++ cups-1.4.3/debian/libcupscgi1-dev.install @@ -0,0 +1,4 @@ +usr/lib/libcupscgi.so +usr/lib/libcupscgi.a +usr/include/cups/cgi.h +usr/include/cups/help-index.h --- cups-1.4.3.orig/debian/libcupsimage2.install +++ cups-1.4.3/debian/libcupsimage2.install @@ -0,0 +1 @@ +usr/lib/libcupsimage.so.* --- cups-1.4.3.orig/debian/cups-client.postinst +++ cups-1.4.3/debian/cups-client.postinst @@ -0,0 +1,52 @@ +#! /bin/sh +# postinst script for cups +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/doc/packaging-manual/ +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +case "$1" in + configure) + if [ -z "`getent group lpadmin`" ]; then + addgroup --system lpadmin + fi + + chown root:lpadmin /usr/bin/lppasswd + chmod u+s /usr/bin/lppasswd + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/libcups2-dev.install +++ cups-1.4.3/debian/libcups2-dev.install @@ -0,0 +1,19 @@ +usr/bin/cups-config +usr/lib/libcups.so +usr/lib/libcups.a +usr/include/cups/adminutil.h +usr/include/cups/array.h +usr/include/cups/backend.h +usr/include/cups/cups.h +usr/include/cups/dir.h +usr/include/cups/file.h +usr/include/cups/http.h +usr/include/cups/ipp.h +usr/include/cups/language.h +usr/include/cups/ppd.h +usr/include/cups/sidechannel.h +usr/include/cups/transcode.h +usr/include/cups/versioning.h +../../cups/i18n.h usr/include/cups +usr/share/man/man1/cups-config.1.gz +usr/share/man/*/man1/cups-config.1.gz --- cups-1.4.3.orig/debian/docs +++ cups-1.4.3/debian/docs @@ -0,0 +1,2 @@ +CREDITS.txt +README.txt --- cups-1.4.3.orig/debian/README.source +++ cups-1.4.3/debian/README.source @@ -0,0 +1,20 @@ +cups packaging for Debian +------------------------- + +cups is maintained with bzr-builddeb on bzr.debian.org (see Vcs-Bzr: control +field). bzr-builddeb is documented at /usr/share/doc/bzr-builddeb/ (README.gz or +README.html, or the comprehensive user_manual/). + +It uses the common dpatch patch system, see +/usr/share/doc/dpatch/README.source.gz for details. + +The really short path to get a buildable source tree is: + + debcheckout cups + cd cups + bzr bd-do + +Then you can do dpatch-edit-patch, change debian/*, etc. When you "exit 0", the +changes to debian/ will be written back to the bzr checkout, where you can +debcommit them. + --- cups-1.4.3.orig/debian/libcupsmime1-dev.install +++ cups-1.4.3/debian/libcupsmime1-dev.install @@ -0,0 +1,3 @@ +usr/lib/libcupsmime.so +usr/lib/libcupsmime.a +usr/include/cups/mime.h --- cups-1.4.3.orig/debian/libcups2-dev.preinst +++ cups-1.4.3/debian/libcups2-dev.preinst @@ -0,0 +1,40 @@ +#! /bin/sh +# preinst script for libcups2-dev +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' + +case "$1" in + install) + ;; + + upgrade) + if [ ! -L /usr/share/doc/libcups2-dev ]; then + rm -rf /usr/share/doc/libcups2-dev + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/cups-bsd.config +++ cups-1.4.3/debian/cups-bsd.config @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +# Debconf library +. /usr/share/debconf/confmodule + +db_input medium cups-bsd/setuplpd || true +db_go --- cups-1.4.3.orig/debian/cups.lintian-overrides +++ cups-1.4.3/debian/cups.lintian-overrides @@ -0,0 +1,11 @@ +cups: non-standard-executable-perm usr/lib/cups/backend-available/ipp 0744 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/lpd 0744 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/dnssd 0744 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/parallel 0555 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/scsi 0555 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/serial 0544 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/snmp 0555 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/socket 0555 != 0755 +cups: non-standard-executable-perm usr/lib/cups/backend-available/usb 0544 != 0755 +cups: package-contains-empty-directory usr/share/ppd/custom/ +cups: package-contains-empty-directory usr/lib/cups/backend/ --- cups-1.4.3.orig/debian/libcups2.symbols +++ cups-1.4.3/debian/libcups2.symbols @@ -0,0 +1,365 @@ +libcups.so.2 libcups2 #MINVER# + (optional)_cupsAdminGetServerSettings@Base 1.4.0 + (optional)_cupsAdminSetServerSettings@Base 1.4.0 + (optional)_cupsCharmapFlush@Base 1.4.0 + (optional)_cupsCharmapFree@Base 1.4.0 + (optional)_cupsCharmapGet@Base 1.4.0 + (optional)_cupsConnect@Base 1.4.0 + (optional)_cupsEncodingName@Base 1.4.0 + (optional)_cupsGetPassword@Base 1.4.0 + (optional)_cupsGlobals@Base 1.4.0 + (optional)_cupsLangPrintError@Base 1.4.0 + (optional)_cupsLangPrintf@Base 1.4.0 + (optional)_cupsLangPuts@Base 1.4.0 + (optional)_cupsLangString@Base 1.4.0 + (optional)_cupsMD5Append@Base 1.4.0 + (optional)_cupsMD5Finish@Base 1.4.0 + (optional)_cupsMD5Init@Base 1.4.0 + (optional)_cupsMessageFree@Base 1.4.0 + (optional)_cupsMessageLoad@Base 1.4.0 + (optional)_cupsMessageLookup@Base 1.4.0 + (optional)_cupsPWGMediaByLegacy@Base 1.4.0 + (optional)_cupsPWGMediaByName@Base 1.4.0 + (optional)_cupsPWGMediaBySize@Base 1.4.0 + (optional)_cupsSNMPClose@Base 1.4.0 + (optional)_cupsSNMPCopyOID@Base 1.4.0 + (optional)_cupsSNMPDefaultCommunity@Base 1.4.0 + (optional)_cupsSNMPIsOID@Base 1.4.0 + (optional)_cupsSNMPIsOIDPrefixed@Base 1.4.0 + (optional)_cupsSNMPOIDToString@Base 1.4.0 + (optional)_cupsSNMPOpen@Base 1.4.0 + (optional)_cupsSNMPRead@Base 1.4.0 + (optional)_cupsSNMPSetDebug@Base 1.4.0 + (optional)_cupsSNMPStringToOID@Base 1.4.0 + (optional)_cupsSNMPWalk@Base 1.4.0 + (optional)_cupsSNMPWrite@Base 1.4.0 + (optional)_cupsSetDefaults@Base 1.4.0 + (optional)_cupsSetError@Base 1.4.0 + (optional)_cupsSetHTTPError@Base 1.4.0 + (optional)_cupsSetLocale@Base 1.4.0 + (optional)_cupsStrAlloc@Base 1.4.0 + (optional)_cupsStrFlush@Base 1.4.0 + (optional)_cupsStrFormatd@Base 1.4.0 + (optional)_cupsStrFree@Base 1.4.0 + (optional)_cupsStrRetain@Base 1.4.0 + (optional)_cupsStrScand@Base 1.4.0 + (optional)_cupsStrStatistics@Base 1.4.0 + (optional)_cupsUserDefault@Base 1.4.0 + (optional)_cups_debug_fd@Base 1.4.0 + (optional)_cups_debug_level@Base 1.4.0 + (optional)_cups_strcpy@Base 1.4.0 + (optional)_cups_strlcat@Base 1.4.0 + (optional)_cups_strlcpy@Base 1.4.0 + (optional)_httpAddrPort@Base 1.4.0 + (optional)_httpCreate@Base 1.4.0 + (optional)_httpEncodeURI@Base 1.4.0 + (optional)_httpReadGNUTLS@Base 1.4.0 + (optional)_httpResolveURI@Base 1.4.0 + (optional)_httpWait@Base 1.4.0 + (optional)_httpWriteGNUTLS@Base 1.4.0 + (optional)_ippAddAttr@Base 1.4.0 + (optional)_ippFindOption@Base 1.4.0 + (optional)_ippFreeAttr@Base 1.4.0 + (optional)_ipp_add_attr@Base 1.4.0 + (optional)_ipp_free_attr@Base 1.4.0 + (optional)_ppdFreeLanguages@Base 1.4.0 + (optional)_ppdGet1284Values@Base 1.4.0 + (optional)_ppdGetEncoding@Base 1.4.0 + (optional)_ppdGetLanguages@Base 1.4.0 + (optional)_ppdHashName@Base 1.4.0 + (optional)_ppdLocalizedAttr@Base 1.4.0 + (optional)_ppdNormalizeMakeAndModel@Base 1.4.0 + (optional)_ppdParseOptions@Base 1.4.0 + cupsAddDest@Base 1.4.0 + cupsAddOption@Base 1.4.0 + cupsAdminCreateWindowsPPD@Base 1.4.0 + cupsAdminExportSamba@Base 1.4.0 + cupsAdminGetServerSettings@Base 1.4.0 + cupsAdminSetServerSettings@Base 1.4.0 + cupsArrayAdd@Base 1.4.0 + cupsArrayClear@Base 1.4.0 + cupsArrayCount@Base 1.4.0 + cupsArrayCurrent@Base 1.4.0 + cupsArrayDelete@Base 1.4.0 + cupsArrayDup@Base 1.4.0 + cupsArrayFind@Base 1.4.0 + cupsArrayFirst@Base 1.4.0 + cupsArrayGetIndex@Base 1.4.0 + cupsArrayGetInsert@Base 1.4.0 + cupsArrayIndex@Base 1.4.0 + cupsArrayInsert@Base 1.4.0 + cupsArrayLast@Base 1.4.0 + cupsArrayNew2@Base 1.4.0 + cupsArrayNew@Base 1.4.0 + cupsArrayNext@Base 1.4.0 + cupsArrayPrev@Base 1.4.0 + cupsArrayRemove@Base 1.4.0 + cupsArrayRestore@Base 1.4.0 + cupsArraySave@Base 1.4.0 + cupsArrayUserData@Base 1.4.0 + cupsBackChannelRead@Base 1.4.0 + cupsBackChannelWrite@Base 1.4.0 + cupsBackendDeviceURI@Base 1.4.0 + cupsBackendReport@Base 1.4.0 + cupsCancelJob2@Base 1.4.0 + cupsCancelJob@Base 1.4.0 + cupsCharsetToUTF8@Base 1.4.0 + cupsCreateJob@Base 1.4.0 + cupsDirClose@Base 1.4.0 + cupsDirOpen@Base 1.4.0 + cupsDirRead@Base 1.4.0 + cupsDirRewind@Base 1.4.0 + cupsDoAuthentication@Base 1.4.0 + cupsDoFileRequest@Base 1.4.0 + cupsDoIORequest@Base 1.4.0 + cupsDoRequest@Base 1.4.0 + cupsEncodeOptions2@Base 1.4.0 + cupsEncodeOptions@Base 1.4.0 + cupsEncryption@Base 1.4.0 + cupsFileClose@Base 1.4.0 + cupsFileCompression@Base 1.4.0 + cupsFileEOF@Base 1.4.0 + cupsFileFind@Base 1.4.0 + cupsFileFlush@Base 1.4.0 + cupsFileGetChar@Base 1.4.0 + cupsFileGetConf@Base 1.4.0 + cupsFileGetLine@Base 1.4.0 + cupsFileGets@Base 1.4.0 + cupsFileLock@Base 1.4.0 + cupsFileNumber@Base 1.4.0 + cupsFileOpen@Base 1.4.0 + cupsFileOpenFd@Base 1.4.0 + cupsFilePeekChar@Base 1.4.0 + cupsFilePrintf@Base 1.4.0 + cupsFilePutChar@Base 1.4.0 + cupsFilePutConf@Base 1.4.0 + cupsFilePuts@Base 1.4.0 + cupsFileRead@Base 1.4.0 + cupsFileRewind@Base 1.4.0 + cupsFileSeek@Base 1.4.0 + cupsFileStderr@Base 1.4.0 + cupsFileStdin@Base 1.4.0 + cupsFileStdout@Base 1.4.0 + cupsFileTell@Base 1.4.0 + cupsFileUnlock@Base 1.4.0 + cupsFileWrite@Base 1.4.0 + cupsFinishDocument@Base 1.4.0 + cupsFreeDests@Base 1.4.0 + cupsFreeJobs@Base 1.4.0 + cupsFreeOptions@Base 1.4.0 + cupsGetClasses@Base 1.4.0 + cupsGetConflicts@Base 1.4.0 + cupsGetDefault2@Base 1.4.0 + cupsGetDefault@Base 1.4.0 + cupsGetDest@Base 1.4.0 + cupsGetDests2@Base 1.4.0 + cupsGetDests@Base 1.4.0 + cupsGetDevices@Base 1.4.0 + cupsGetFd@Base 1.4.0 + cupsGetFile@Base 1.4.0 + cupsGetJobs2@Base 1.4.0 + cupsGetJobs@Base 1.4.0 + cupsGetNamedDest@Base 1.4.0 + cupsGetOption@Base 1.4.0 + cupsGetPPD2@Base 1.4.0 + cupsGetPPD3@Base 1.4.0 + cupsGetPPD@Base 1.4.0 + cupsGetPassword2@Base 1.4.0 + cupsGetPassword@Base 1.4.0 + cupsGetPrinters@Base 1.4.0 + cupsGetResponse@Base 1.4.0 + cupsGetServerPPD@Base 1.4.0 + cupsLangDefault@Base 1.4.0 + cupsLangEncoding@Base 1.4.0 + cupsLangFlush@Base 1.4.0 + cupsLangFree@Base 1.4.0 + cupsLangGet@Base 1.4.0 + cupsLastError@Base 1.4.0 + cupsLastErrorString@Base 1.4.0 + cupsMarkOptions@Base 1.4.0 + cupsNotifySubject@Base 1.4.0 + cupsNotifyText@Base 1.4.0 + cupsParseOptions@Base 1.4.0 + cupsPrintFile2@Base 1.4.0 + cupsPrintFile@Base 1.4.0 + cupsPrintFiles2@Base 1.4.0 + cupsPrintFiles@Base 1.4.0 + cupsPutFd@Base 1.4.0 + cupsPutFile@Base 1.4.0 + cupsReadResponseData@Base 1.4.0 + cupsRemoveDest@Base 1.4.0 + cupsRemoveOption@Base 1.4.0 + cupsResolveConflicts@Base 1.4.0 + cupsSendRequest@Base 1.4.0 + cupsServer@Base 1.4.0 + cupsSetDefaultDest@Base 1.4.0 + cupsSetDests2@Base 1.4.0 + cupsSetDests@Base 1.4.0 + cupsSetEncryption@Base 1.4.0 + cupsSetPasswordCB2@Base 1.4.0 + cupsSetPasswordCB@Base 1.4.0 + cupsSetServer@Base 1.4.0 + cupsSetUser@Base 1.4.0 + cupsSideChannelDoRequest@Base 1.4.0 + cupsSideChannelRead@Base 1.4.0 + cupsSideChannelSNMPGet@Base 1.4.0 + cupsSideChannelSNMPWalk@Base 1.4.0 + cupsSideChannelWrite@Base 1.4.0 + cupsStartDocument@Base 1.4.0 + cupsTempFd@Base 1.4.0 + cupsTempFile2@Base 1.4.0 + cupsTempFile@Base 1.4.0 + cupsUTF32ToUTF8@Base 1.4.0 + cupsUTF8ToCharset@Base 1.4.0 + cupsUTF8ToUTF32@Base 1.4.0 + cupsUser@Base 1.4.0 + cupsWriteRequestData@Base 1.4.0 + httpAddrAny@Base 1.4.0 + httpAddrConnect@Base 1.4.0 + httpAddrEqual@Base 1.4.0 + httpAddrFreeList@Base 1.4.0 + httpAddrGetList@Base 1.4.0 + httpAddrLength@Base 1.4.0 + httpAddrLocalhost@Base 1.4.0 + httpAddrLookup@Base 1.4.0 + httpAddrString@Base 1.4.0 + httpAssembleURI@Base 1.4.0 + httpAssembleURIf@Base 1.4.0 + httpBlocking@Base 1.4.0 + httpCheck@Base 1.4.0 + httpClearCookie@Base 1.4.0 + httpClearFields@Base 1.4.0 + httpClose@Base 1.4.0 + httpConnect@Base 1.4.0 + httpConnectEncrypt@Base 1.4.0 + httpDecode64@Base 1.4.0 + httpDecode64_2@Base 1.4.0 + httpDelete@Base 1.4.0 + httpEncode64@Base 1.4.0 + httpEncode64_2@Base 1.4.0 + httpEncryption@Base 1.4.0 + httpError@Base 1.4.0 + httpFlush@Base 1.4.0 + httpFlushWrite@Base 1.4.0 + httpGet@Base 1.4.0 + httpGetAuthString@Base 1.4.0 + httpGetBlocking@Base 1.4.0 + httpGetCookie@Base 1.4.0 + httpGetDateString2@Base 1.4.0 + httpGetDateString@Base 1.4.0 + httpGetDateTime@Base 1.4.0 + httpGetFd@Base 1.4.0 + httpGetField@Base 1.4.0 + httpGetHostByName@Base 1.4.0 + httpGetHostname@Base 1.4.0 + httpGetLength2@Base 1.4.0 + httpGetLength@Base 1.4.0 + httpGetStatus@Base 1.4.0 + httpGetSubField2@Base 1.4.0 + httpGetSubField@Base 1.4.0 + httpGets@Base 1.4.0 + httpHead@Base 1.4.0 + httpInitialize@Base 1.4.0 + httpMD5@Base 1.4.0 + httpMD5Final@Base 1.4.0 + httpMD5String@Base 1.4.0 + httpOptions@Base 1.4.0 + httpPost@Base 1.4.0 + httpPrintf@Base 1.4.0 + httpPut@Base 1.4.0 + httpRead2@Base 1.4.0 + httpRead@Base 1.4.0 + httpReconnect@Base 1.4.0 + httpSeparate2@Base 1.4.0 + httpSeparate@Base 1.4.0 + httpSeparateURI@Base 1.4.0 + httpSetAuthString@Base 1.4.0 + httpSetCookie@Base 1.4.0 + httpSetExpect@Base 1.4.0 + httpSetField@Base 1.4.0 + httpSetLength@Base 1.4.0 + httpStatus@Base 1.4.0 + httpTrace@Base 1.4.0 + httpUpdate@Base 1.4.0 + httpWait@Base 1.4.0 + httpWrite2@Base 1.4.0 + httpWrite@Base 1.4.0 + ippAddBoolean@Base 1.4.0 + ippAddBooleans@Base 1.4.0 + ippAddCollection@Base 1.4.0 + ippAddCollections@Base 1.4.0 + ippAddDate@Base 1.4.0 + ippAddInteger@Base 1.4.0 + ippAddIntegers@Base 1.4.0 + ippAddOctetString@Base 1.4.0 + ippAddRange@Base 1.4.0 + ippAddRanges@Base 1.4.0 + ippAddResolution@Base 1.4.0 + ippAddResolutions@Base 1.4.0 + ippAddSeparator@Base 1.4.0 + ippAddString@Base 1.4.0 + ippAddStrings@Base 1.4.0 + ippDateToTime@Base 1.4.0 + ippDelete@Base 1.4.0 + ippDeleteAttribute@Base 1.4.0 + ippErrorString@Base 1.4.0 + ippErrorValue@Base 1.4.0 + ippFilterPrinters@Base 1.4.0 + ippFindAttribute@Base 1.4.0 + ippFindNextAttribute@Base 1.4.0 + ippLength@Base 1.4.0 + ippNew@Base 1.4.0 + ippNewRequest@Base 1.4.0 + ippOpString@Base 1.4.0 + ippOpValue@Base 1.4.0 + ippPort@Base 1.4.0 + ippRead@Base 1.4.0 + ippReadFile@Base 1.4.0 + ippReadIO@Base 1.4.0 + ippSetPort@Base 1.4.0 + ippTagString@Base 1.4.0 + ippTagValue@Base 1.4.0 + ippTimeToDate@Base 1.4.0 + ippWrite@Base 1.4.0 + ippWriteFile@Base 1.4.0 + ippWriteIO@Base 1.4.0 + ppdClose@Base 1.4.0 + ppdCollect2@Base 1.4.0 + ppdCollect@Base 1.4.0 + ppdConflicts@Base 1.4.0 + ppdEmit@Base 1.4.0 + ppdEmitAfterOrder@Base 1.4.0 + ppdEmitFd@Base 1.4.0 + ppdEmitJCL@Base 1.4.0 + ppdEmitJCLEnd@Base 1.4.0 + ppdEmitString@Base 1.4.0 + ppdErrorString@Base 1.4.0 + ppdFindAttr@Base 1.4.0 + ppdFindChoice@Base 1.4.0 + ppdFindCustomOption@Base 1.4.0 + ppdFindCustomParam@Base 1.4.0 + ppdFindMarkedChoice@Base 1.4.0 + ppdFindNextAttr@Base 1.4.0 + ppdFindOption@Base 1.4.0 + ppdFirstCustomParam@Base 1.4.0 + ppdFirstOption@Base 1.4.0 + ppdInstallableConflict@Base 1.4.0 + ppdIsMarked@Base 1.4.0 + ppdLastError@Base 1.4.0 + ppdLocalize@Base 1.4.0 + ppdLocalizeAttr@Base 1.4.0 + ppdLocalizeIPPReason@Base 1.4.0 + ppdLocalizeMarkerName@Base 1.4.0 + ppdMarkDefaults@Base 1.4.0 + ppdMarkOption@Base 1.4.0 + ppdNextCustomParam@Base 1.4.0 + ppdNextOption@Base 1.4.0 + ppdOpen2@Base 1.4.0 + ppdOpen@Base 1.4.0 + ppdOpenFd@Base 1.4.0 + ppdOpenFile@Base 1.4.0 + ppdPageLength@Base 1.4.0 + ppdPageSize@Base 1.4.0 + ppdPageSizeLimits@Base 1.4.0 + ppdPageWidth@Base 1.4.0 + ppdSetConformance@Base 1.4.0 --- cups-1.4.3.orig/debian/cups.links +++ cups-1.4.3/debian/cups.links @@ -0,0 +1,4 @@ +usr/share/fonts/truetype/freefont/FreeMono.ttf usr/share/cups/fonts/FreeMono.ttf +usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf usr/share/cups/fonts/FreeMonoOblique.ttf +usr/share/fonts/truetype/freefont/FreeMonoBold.ttf usr/share/cups/fonts/FreeMonoBold.ttf +usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf usr/share/cups/fonts/FreeMonoBoldOblique.ttf --- cups-1.4.3.orig/debian/libcupsdriver1-dev.install +++ cups-1.4.3/debian/libcupsdriver1-dev.install @@ -0,0 +1,3 @@ +usr/lib/libcupsdriver.so +usr/lib/libcupsdriver.a +usr/include/cups/driver.h --- cups-1.4.3.orig/debian/changelog +++ cups-1.4.3/debian/changelog @@ -0,0 +1,4266 @@ +cups (1.4.3-1ubuntu1.10) lucid-security; urgency=medium + + * SECURITY UPDATE: arbitrary code execution via overflows in pdftoopvp + - debian/local/filters/pdf-filters/pdftoopvp/{oprs/OPVPSplash.cxx, + OPVPOutputDev.cxx}: use gmallocn and gmallocn3. + - backported from 1.0.47 release + - CVE-2013-6474 + - CVE-2013-6475 + * SECURITY UPDATE: arbitrary code execution via driver in pdftoopvp + - debian/local/filters/pdf-filters/pdftoopvp/oprs/OPVPWrapper.cxx: + restrict driver path. + - backported from 1.0.47 release + - CVE-2013-6476 + + -- Marc Deslauriers Tue, 11 Mar 2014 11:08:40 -0400 + +cups (1.4.3-1ubuntu1.9) lucid-security; urgency=low + + * SECURITY UPDATE: privilege escalation via config file editing + - debian/patches/CVE-2012-5519.dpatch: split configuration file into + two, to isolate options that have a security impact. + - debian/cups.install: also install cups-files.conf + - debian/patches/removecvstag.dpatch: updated to remove tag from + cups-files.conf. + - CVE-2012-5519 + + -- Marc Deslauriers Mon, 03 Dec 2012 09:19:57 -0500 + +cups (1.4.3-1ubuntu1.6) lucid-proposed; urgency=low + + * debian/patches/cupsd-fix-crash-on-sighup.dpatch: Fixed crash of the + scheduler (CUPS daemon) on the SIGHUP signal (sent on log rotation, + restart, ..., LP: #857663). + + -- Till Kamppeter Wed, 28 Mar 2012 14:36:54 +0200 + +cups (1.4.3-1ubuntu1.5) lucid-security; urgency=low + + * SECURITY UPDATE: arbitrary code execution via missing code words + - debian/patches/CVE-2011-2896.dpatch: improve logic in + filter/image-gif.c. + - CVE-2011-2896 + * SECURITY UPDATE: arbitrary code execution via incorrect code word + handling + - debian/patches/CVE-2011-3170.dpatch: don't overflow in + filter/image-gif.c. + - CVE-2011-3170 + * This update does _not_ contain the changes from the 1.4.3-1ubuntu1.4 + package that was in -proposed. + + -- Marc Deslauriers Mon, 12 Sep 2011 09:25:57 -0400 + +cups (1.4.3-1ubuntu1.3) lucid-security; urgency=low + + * SECURITY UPDATE: denial of service and possible code execution via + invalid free + - debian/patches/CVE-2010-2941.dpatch: skip over and reserve unused + tags in cups/ipp.{c,h}. + - CVE-2010-2941 + + -- Marc Deslauriers Tue, 02 Nov 2010 10:59:00 -0400 + +cups (1.4.3-1ubuntu1.2) lucid-security; urgency=low + + * SECURITY UPDATE: cross-site request forgery in admin interface + - debian/patches/CVE-2010-0540.dpatch: add unpredictable session token + to cgi-bin/cgi.h, cgi-bin/libcupscgi.exp, cgi-bin/template.c, + cgi-bin/var.c, templates/*.tmpl. + - CVE-2010-0540 + * SECURITY UPDATE: denial of service or arbitrary code execution in + texttops image filter + - debian/patches/CVE-2010-0542.dpatch: make sure calloc succeeded in + filter/texttops.c. + - CVE-2010-0542 + * SECURITY UPDATE: web interface memory disclosure + - debian/patches/CVE-2010-1748.dpatch: validate data in cgi-bin/var.c. + - CVE-2010-1748 + * SECURITY UPDATE: file overwrite vulnerability + - debian/patches/security-str3510.dpatch: introduce cups_open() in + cups/file.c and use to make sure hard-linked or symlinked files don't + get overwritten as root. + - No CVE number + * debian/libcupscgi1.symbols: Add new symbols + + -- Marc Deslauriers Fri, 18 Jun 2010 09:20:00 -0400 + +cups (1.4.3-1ubuntu1) lucid-proposed; urgency=low + + * debian/filters/pstopdf: Fixed the problem of the UseCIEColor warning of + Ghostscript correctly. The file format converter should not do any kind + of color correction but simply pass the colors through (LP: #578181). + * debian/patches/cups-deviced-allow-device-ids-with-newline.dpatch: Some + printers have broken device IDs with newline characters inside. These + break the cups-deviced printer discovery mechanism and so the printers + get ignored. This patch allows newline characters in device IDs + (LP: #468701). + + -- Till Kamppeter Fri, 14 May 2010 15:51:54 +0200 + +cups (1.4.3-1) unstable; urgency=low + + [ Till Kamppeter ] + * debian/filters/pstopdf: Use "-dUseCIEColor" for the Ghostscript call in the + pstopdf filter, to eliminate the warning "Set UseCIEColor for + UseDeviceIndependentColor to work properly.". + + [ Martin Pitt ] + * New upstream bug fix release. See http://www.cups.org/articles.php?L594 + for details. + * Drop CVE-2010-0393.dpatch, upstream now. + * Update usb-backend-both-usblp-and-libusb.dpatch for new version. + * select_use_after_free.dpatch: Add additional fix by Tim Waugh and Vincent + Danen for CVE-2010-0302, and update tag header. (Closes: #572940) + + -- Martin Pitt Fri, 09 Apr 2010 16:19:16 +0200 + +cups (1.4.2-10) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PDoc.cxx: Output of the + pdftopdf filter was not completely complying with the Adobe specs for PDF. + Thanks to Duncan Lock for finding and reporting the bug and Johann Felix + Soden for creating the patch to fix it (LP: #544636). + + [ Martin Pitt ] + * Add no-conffile-timestamp.dpatch: Disable time stamps in conffiles, to + avoid ever-changing files in /etc. Thanks Joey Hess! + (Rejected upstream, STR#3067; Closes: #549673) + * CVE-2010-0393.dpatch: Replace with patch from upstream, and tag + header. (Closes: #572940) + * debian/local/filters/pdf-filters/*: Disable call of setErrorFunction() on + armel for now, since armel's libpoppler is broken. This works around + #575262, so that cups can finally go into testing again (which is more + than overdue). + + -- Martin Pitt Wed, 24 Mar 2010 16:50:56 +0100 + +cups (1.4.2-9.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * Fix loading of localized message string from arbitrary files + through exporting the LOCALEDIR environment variable when lppasswd + has a setuid bit set (CVE-2010-0393). + + -- Nico Golde Wed, 03 Mar 2010 21:28:13 +0100 + +cups (1.4.2-9) unstable; urgency=low + + * debian/control: Build depend on virtual libjpeg-dev package only. + (Closes: #570381) + * debian/cups.init.d: Fix syntax error which caused coldplug_usb_printers() + to needlessly run udev-configure-printer for all USB devices. + * Bump Standards-Version to 3.8.4 (no changes necesssary). + * debian/libcupscgi1.symbols: Add new symbol from 1.4.2. + * debian/cups.init.d: Add missing $remote_fs dependency. + + -- Martin Pitt Thu, 18 Feb 2010 15:16:26 +0100 + +cups (1.4.2-8) unstable; urgency=low + + [ Till Kamppeter ] + * dynamic-default-ripcache-size.dpatch: Fixed the copy of thr new function + cupsdDefaultRIPCacheSize() which goes into the cupsfilter utility. It did + not return its result and made cupsfilter segfaulting independent of the + input (LP: #442283). + + [ Martin Pitt ] + * debian/control: Update libjpeg62-dev build/binary dependency to + libjpeg8-dev | libjpeg-dev. (Closes: #569230) + * Acknowledge Bdale Garbee's NMU to work around bad pdftotext behaviour due + to a bug in ttf-freefont. This has been worked around in texttopdf itself + in the previous upload (see LP #447961). (Closes: #519643) + + -- Till Kamppeter Thu, 11 Feb 2010 14:26:33 +0100 + +cups (1.4.2-7) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/filter/texttopdf.c: Workaround for + bug in ttf-freefont which messed up the output of the texttopdf filter. + Thanks to Hin-Tak Leung and Steve White to find this solution (LP: #447961). + * debian/local/filters/pdf-filters/pdftopdf/P2PDoc.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PGfx.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PGfx.h, + debian/local/filters/pdf-filters/pdftopdf/P2PObject.h, + debian/local/filters/pdf-filters/pdftopdf/P2POutput.cxx: Upstream + fix from Koji Otani for the following: (1) Fixed some memory leak; + (2) pdftopdf now delays fetching a referenced object until when it is + written to the output. This fixes memory hogging with N-up output + (N pages per sheet). The fix is mainly done by (2). This fixes + LP: #508731. + + [ Martin Pitt ] + * manpage-translations.dpatch: Update to German manpage translations, thanks + Helge Kreutzmann! (Closes: #502908) + * debian/cups.postinst: Do not symlink snakeoil SSL certificate if + server.{crt,key} already exist as broken symlinks. Thanks Andreas + Büsching! (Closes: #554579) + + -- Martin Pitt Wed, 27 Jan 2010 09:19:32 +0100 + +cups (1.4.2-6) unstable; urgency=medium + + [ Till Kamppeter ] + * Urgency medium, this only fixes a highly visible crash. + * debian/local/filters/pdf-filters/pdftopdf/P2PGfx.cxx: Fixed segfault of + the pdftopdf filter when the input PDF file has ICC-profile-based color + space inline images. Thanks to Koji Otani for the fix. Fixes: + LP: #407344, LP: #466119, LP: #467919, LP: #475330, LP: #488752. + + [ Martin Pitt ] + * debian/rules: Have a failed test suite fail the build on Ubuntu again, + buildds were fixed. (LP: #447919) + + -- Martin Pitt Mon, 21 Dec 2009 10:19:44 +0100 + +cups (1.4.2-5) unstable; urgency=low + + * debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4, + debian/local/filters/pdf-filters/pdftoopvp/Makefile, + debian/local/filters/pdf-filters/pdftoopvp/OPVPOutputDev.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PGfx.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PPattern.cxx: Synced + the PDF CUPS filters with upstream. This introduces a change by Koji Otani + to also support Poppler 0.12.2 and newer with a change in its API/ABI. + This version compiles with both the new and the old Poppler, but it + runs only with the Poppler with which it got compiled. This allows to + build this package with both Ubuntu which ships the unchanged upstream + version of Poppler 0.12.2 and Debian where the ABI changes got reverted + by a Debian-only patch. + + -- Till Kamppeter Wed, 09 Dec 2009 15:04:39 +0100 + +cups (1.4.2-4) unstable; urgency=high + + * High urgency, since this fixes a security issue and should not block the + already messy poppler transition any further. + * pdftopdf, pdftoopvp: Revert patch to build against new upstream 0.12.2 + poppler ABI, since it was reverted in poppler's -2 package. Tighten build + dependency and conflict to any libpoppler5 < 0.12.2-2 now. + (Closes: #558906, #559038, #559094) + * Add select_use_after_free.dpatch: Fix use-after-free segfault, causing a + remote DoS. (STR #3200, CVE-2009-3553, Closes: #557740) + + -- Martin Pitt Wed, 02 Dec 2009 09:39:28 +0100 + +cups (1.4.2-3) unstable; urgency=low + + * pdftopdf, pdftoopvp: Patch to build with poppler 0.12.2, which broke ABI + without bumping SONAME or even just shlibs :-(. Thanks to Jonathan Guthrie + for the patch! (Closes: #558755) + + -- Martin Pitt Mon, 30 Nov 2009 22:58:04 +0100 + +cups (1.4.2-2) unstable; urgency=low + + * debian/control, debian/rules: Drop dpkg-substvars hack for poppler-utils + dependency, since 0.12 is in Debian now. Bump poppler-utils dependency. + * debian/rules: Don't fail the build on test suite failure on Ubuntu, since + its buildds currently can't resolve their own hostname. (See LP#447919) + * poppler is now built on all architectures, so cups will build on amd64, + too. (Closes: #556359) + + -- Martin Pitt Tue, 17 Nov 2009 07:13:55 -0600 + +cups (1.4.2-1) unstable; urgency=low + + [ Till Kamppeter ] + * debian/patches/log-debug-history-nearly-unlimited.dpatch: Made automatic + debug logging of failed jobs (without need of "LogLevel debug") practically + unlimited by raising the default limit from 200 to 99999 lines. + * debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: pdftopdf did + note collate for printers when they have "Collate" and + "cupsManualCopies:True" in the PPD. Thanks to Koji Otani from BBR Japan + for the fix. + * debian/local/filters/cpdftocps: Fixed turning off duplex via command line + (http://bugs.linux-foundation.org/show_bug.cgi?id=397). + * debian/patches/usb-backend-both-usblp-and-libusb.dpatch: Fixed a bug + of modifying the URI of the current print queue when comparing it with + discovered URIs. Made the USB backend also compatible with URIS generated + by old versions of CUPS, without serial number or with "serial=?" + (LP: #450513). + * debian/cups.init.d: Make cold-plugging of USB printers also correctly + work if the usblp kernel module is loaded. + + [ Martin Pitt ] + * New upstream security/bug fix release: + - The CUPS web interface was vulnerable to several XSS and HTTP + header/body attacks via attribute injection (STR #3367, STR #3401, + CVE-2009-2820; Closes: #555666) + * Drop maintain-default-option-settings.dpatch, applied upstream. + * Update patches to new upstream version. + * debian/control: Drop trademark stuff from package descriptions. No other + package does that, and it's uninteresting here. The current ones with + "easysw" were out of date, too. (Closes: #552781) + * Now that poppler 0.12 is in Debian, drop + disable-pdftoopvp-with-old-poppler.dpatch and bump libpoppler-dev build + dependency. + * poppler now ships fofi include files, which fixes the build. + (Closes: #552818, #552223); rebuilding against new poppler ABI fixes + uninstallability (Closes: #552456) + + -- Martin Pitt Thu, 12 Nov 2009 15:03:41 +0100 + +cups (1.4.1-5) unstable; urgency=low + + [ Till Kamppeter ] + * debian/patches/do-not-broadcast-with-hostnames.dpatch: Do not use host + names for broadcasting print queues and managing print queues broadcasted + from other servers by default. Many networks do not have valid host names + for all machines (LP: #449586). + * debian/cups.postinst: Clear cache for upgrade to CUPS 1.4.x (LP: #420490). + * usb-backend-both-usblp-and-libusb.dpatch: Removed some lines which were + temporarily inserted for debugging. + + [ Martin Pitt ] + * usb-backend-both-usblp-and-libusb.dpatch: Add upstream link. + * Drop: disable-pie-mipsen.dpatch: Didn't help to fix the mipsen segfault. + * debian/cups.postinst: Simplify structure and avoid calling invoke-rc.d in + Till's change above. + * Add ppdc-dynamic-linking.dpatch: Dynamically link ppdc, to work around + segfault on mipsen. Thanks to Sune Vuorela! (Closes: #548246) + + [ Tormod Volden ] + * debian/cups.init.d: honour blacklist when loading ppdev and lp kernel + modules (LP: #424795) + + -- Martin Pitt Tue, 13 Oct 2009 09:57:11 +0200 + +cups (1.4.1-4) unstable; urgency=low + + [ Till Kamppeter ] + * debian/patches/usb-backend-both-usblp-and-libusb.dpatch: Make the USB + backend supporting both printer access via libusb and via the usblp kernel + module. Make it also printing via libusb if the URI for the queue was + generated via usblp and vice versa. This should solve most USB printing + problems which occured on the transition to CUPS 1.4.x (LP: #420015, + LP: #436495; Closes: #546558, #545288, #545453). + + [ Martin Pitt ] + * debian/rules: Make the USB backend run as root again, udev rules do not + cover all printers. (LP: #420015) + * Drop debian/blacklist-cups.conf, and remove it on upgrade. With Till's fix + from above this is not necessary any more. + + -- Martin Pitt Wed, 30 Sep 2009 15:17:53 +0200 + +cups (1.4.1-3) unstable; urgency=low + + * Add disable-pie-mipsen.dpatch: Disable PIE on mipsen, its binutils + segfaults with it. (Closes: #548246) + + -- Martin Pitt Tue, 29 Sep 2009 09:22:12 +0200 + +cups (1.4.1-2) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/cpdftocps: Double-sided printing did not work on + PostScript printers when the "sides" command line option for "lp"/"lpr" + was used (LP: #411392). + * debian/patches/maintain-default-option-settings.dpatch: For options with + an underscore (or any other allowed non-alphanumeric character) in their + names the default settings were not conserved when the PPD got replaced + ("lpadmin -p ... -m ...", system-config-printer, automatic PPD update + for existing print queues). Fixes LP: #432902 and CUPS STR #3340. + + [ Martin Pitt ] + * debian/cups.init.d: Don't actually re-trigger udev events for printer + coldplugging, since according to Scott James Remnant this slows down boot + and kills kittens. Instead, just call it with --dry-run and manually call + udev-configure-printer. + * debian/cups.init.d: Only run udevadm if udev and the callout are actually + available. Drop udev dependency to a suggests. This unbreaks cups on + platforms which do not have udev, such as kfreebsd. (Closes: #546922) + * debian/cups.init.d: Drop "cupsctl RIPCache" setting. It changes our + conffile (causing dpkg prompts on upgrade), and overwrites the admin's + setting without warning. + * Add dynamic-default-ripcache-size.dpatch: Replace above functionality by + setting the internal default value of RIPCache to MemTotal/4, if not given + in the configuration file. + * debian/rules: Do not let the usb backend run as root in Ubuntu any more, + since that has a recent enough udev. Still keep it for Debian. + * debian/cups-ppdc.install: Update path for Martin-Éric's section change of + drv manpage. + + [ Martin-Éric Racine ] + * Add manual-section-for-drv.dpatch: Fix incorrect man section 7 -> 1 as + reported by Lintian. + + -- Martin Pitt Wed, 23 Sep 2009 23:58:15 +0200 + +cups (1.4.1-1) unstable; urgency=low + + [ Till Kamppeter ] + * debian/cups.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. + * debian/cups.postinst: Updated PPD auto update, so that it works with the + new CUPS sample driver PPDs which are dynamically generated now. + + [ Martin Pitt ] + * New upstream bug fix release. + * Drop patches accepted upstream: + - ppdc-locale-formatting.dpatch + - usb-backend-infinite-loop-on-end-of-job.dpatch + - dns-sd-check-typo.dpatch + * debian/cups.preinst: Add cleanup of obsolete symlinks in /usr/share/ppd/. + Drop cleanup from debian/cups.prerm. (Closes: #545298) + * debian/control: Add udev dependency, since the init script calls udevadm. + (LP: #429880) + * debian/cups.postinst, debian/cups.init.d: Call client tools with + "-h /var/run/cups/cups.sock" instead of "-h localhost", just in case the + server isn't configured to listen on a TCP port. + * dnssd-avahi.dpatch: Update to latest Fedora version, which fixes the dnssd + backend so that it only reports devices once avahi resolution has + completed. This makes it report Device IDs. + + -- Martin Pitt Tue, 15 Sep 2009 11:30:07 +0200 + +cups (1.4.0-5) unstable; urgency=low + + * Drop shlibs files and add symbols files for all libraries, to avoid too + weak dependencies. (Closes: #545244) + * debian/control: Tighten dependencies between server, client, and -common + versions. + + -- Martin Pitt Sun, 06 Sep 2009 13:17:12 +0200 + +cups (1.4.0-4) unstable; urgency=low + + Upload 1.4 to unstable. + + [ Till Kamppeter ] + * debian/patches/usb-backend-infinite-loop-on-end-of-job.dpatch: Fixed the + patch so that the usb backend really terminates after a job (LP: #420797). + * debian/local/apparmor-profile: cupsd needs also to be allowed to read + the /dev/bus/usb/ directory, given with the "/" in the end. This should + finally fix LP: #420015. + + [ Martin Pitt ] + * debian/control: Drop the transitional cupsys packages. + * printer-filtering.dpatch: Fix sometimes overzealous filtering, thanks to + Stéphane Graber! + * debian/rules: Drop autoconf call on build again, we have a proper upstream + release. + * debian/cups.postinst, debian/cups.init.d: Call lpstat, lpadmin, and + cupsctl with "-h localhost" to avoid querying network printers set up in + /etc/cups/client.conf, and asking for passwords. Thanks to Martin-Éric + Racine for tracking this down and the solution! (Closes: #543468) + * debian/control: Bump Standards-Version to 3.8.3 (no changes). + * debian/cups.postinst: Use signal names instead of numbers for trap. + Quiesces a lintian bashism warning. + * Add debian/README.source. + * debian/local/filters/pdf-filters/filter/fontembed/Makefile: Build + libfontembed with -fPIC to also work on HPPA. (Closes: #543973) + * debian/local/filters/pdf-filters/pdftoopvp/Makefile: Don't install font + configuration file as executable. + * debian/cups.lintian-overrides: Update for currently installed backends. + * debian/control: Re-add transitional cupsys packages (except the + libraries), they are still needed for upgrades from Ubuntu 8.04. Add the + "You can safely remove after upgrade" note to their description. + + -- Martin Pitt Sat, 05 Sep 2009 15:31:07 +0200 + +cups (1.4.0-3) experimental; urgency=low + + [ Till Kamppeter ] + * debian/patches/usb-backend-infinite-loop-on-end-of-job.dpatch: Fixed + upstream bug of the new libusb-based CUPS "usb" backend falling into + an infinite loop after completing the job, blocking the next job + (LP: #420797). + + [ Martin Pitt ] + * debian/local/filters/pdf-filters/pdftopdf/P2PDoc.cxx: Update for poppler + 0.11.3 API, thanks to Koji Otani ! + * disable-pdftoopvp-with-old-poppler.dpatch: Revert above change when + building with poppler 0.10.x. + + -- Martin Pitt Tue, 01 Sep 2009 09:44:33 +0200 + +cups (1.4.0-2) experimental; urgency=low + + * Add debian/blacklist-cups.conf: Blacklist the usblp module, it's obsolete. + CUPS uses libusb directly now. (LP: #420015, part 1) + * debian/local/apparmor-profile: Allow cupsd to access /dev/bus/usb/. + (LP: #420015, part 2) + * debian/rules: Make the usb backend run as root, since /dev/bus/usb/* are + root:root, and cups does not use the usblp kernel module any more. + (LP: #420015, part 3) + * disable-pdftoopvp-with-old-poppler.dpatch: Update. + + -- Martin Pitt Mon, 31 Aug 2009 17:34:48 +0200 + +cups (1.4.0-1) experimental; urgency=low + + [ Martin Pitt ] + * Final 1.4.0 release. + * Add ppdc-locale-formatting.dpatch: Fix locale handling in ppdc to avoid + broken PPD files in non-English locales. (STR#3300) + + [ Till Kamppeter ] + * debian/control: Let the cups package only suggest cups-ppdc and not + recommend it, as cups-ppdc is only interesting for developers. + + -- Martin Pitt Sun, 30 Aug 2009 21:20:46 +0200 + +cups (1.4.0~svn8773-1) experimental; urgency=low + + * New upstream prerelease snapshot. + [ Changes listed explicitly here as they are not yet available on + www.cups.org ] + 1. accept and reject; the accept and reject commands have been + officially renamed to cupsaccept and cupsreject. The old names are + still supported via symlinks. + 2. cupsdisable and cupsenable; the cupsdisable command now supports a + --hold option to stop printing after the current job and the + cupsenable command now supports a --release option to release + pending jobs for printing. + 3. cupsfilter; the cupsfilter program now supports filtering of + already-queued print job files and can also run printer-specific + filters specified in the PPD file. + 4. cupstestdsc; the cupstestdsc utility has been improved to better + detect problems with PostScript print files. + 5. cupstestppd; the cupstestppd utility has been improved to test new + PPD keywords and better detect impossible constraints. + 6. lpadmin; the lpadmin command now supports options to hold and + release new jobs on a printer or all printers. + 7. lpoptions; the lpoptions command now describes custom options and + their parameters. + 8. lppasswd; the lppasswd program is no longer installed setuid by + default. + 9. lpstat; the lpstat command now supports a -H option to show the + current default server and no longer slows down when a printer is + specified. + 10. Look-n-feel; the web interface has been given a new look. + 11. PHP support; the "php-cgi" program is used, when available, to + process PHP pages in the CUPS web interface. + 12. Printer configuration; improvements have been made to the add and + modify printer pages. + 13. Printer options; the Set Default Options page now provides a + "query" button that queries the default and installed options from + the printer. + 14. Printer sharing; the "share printer" and "unshare printer" buttons + are now only shown when printer sharing is enabled in the + scheduler. + 15. Security; the web interface has been updated to support + authentication for printing of test pages and RSS subscription + operations. + 16. Server settings; the Administration page now provides access to + common "advanced" server settings. + 17. Bonjour (DNS-SD) printing support; a new mdns backend provides + Bonjour-based printer discovery and the ipp, lpd, and socket + backends now support Bonjour address resolution. + 18. Bonjour (DNS-SD) perforance tuning; the scheduler now only uses a + single file descriptor for printer sharing. It previously used one + per printer. + 19. Bonjour (DNS-SD) web interface registry; when remote access is + enabled, the scheduler can register the web interface for easier + access. + 20. LPD client support; the cups-lpd mini-daemon now provides the + document-name for print jobs and supports specification of a CUPS + server. + 21. PWG Port Monitor MIB; the snmp backend now supports the PWG Port + Monitor MIB to better choose the device URI to use. + 22. SNMP-based monitoring; the ipp, lpd, and socket backends now report + supply levels and printer status using SNMP queries. + 23. IPP/2.x support; CUPS now conforms to the draft IPP/2.0 and IPP/2.1 + specifications. + 24. CUPS-Add-Modify-Printer operation; the scheduler now supports + setting the printer-state-reasons attribute using this operation. + 25. CUPS-Get-Document operation; the scheduler now supports a "get + document" operation to download files from a print job. + 26. Device location; the scheduler and backend discovery interface now + support a device-location attribute. + 27. Hold-New-Jobs and Release-Held-New-Jobs operations; the scheduler + now supports the Hold-New-Jobs and Release-Held-New-Jobs + operations. + 28. Access control; the scheduler now supports multiple addresses in + Allow and Deny lines. It also now returns a HTTP 403 (forbidden) + status when a user authenticates successfully but is not allowed to + perform an operation. + 29. Access logging; the scheduler now supports an AccessLogLevel + directive to control what is logged in the access_log file. + 30. Configuration files; the default cupsd.conf file now provides an + "authenticated" policy for easy authenticated sharing of printers. + 31. Default LogLevel; the default LogLevel is now "warn" instead of + "info". + 32. Automatic debug logging; the scheduler now records up to the last N + (default 200) debug messages for failed print jobs. + 33. Default paper size; the scheduler now supports a DefaultPaperSize + directive to override the default paper size defined by the locale + or libpaper configuration. + 34. Encryption support; the scheduler now supports a SSLOptions + directive to optionally support Windows clients in "FIPS" mode. It + also now loads both the server and CA certificates (if present) + from the ServerCertificate file. + 35. Error logging; the scheduler now logs unsuccessful operations as + errors in the error_log file. + 36. Error policies; the scheduler now supports a retry-current-job + error policy that retries the current job immediately. + 37. Fatal error handling; the scheduler now supports a FatalErrors + directive to control which startup errors should be considered + fatal. + 38. Filter command-line; the scheduer now passes the + job-originating-host-name attribute as a CUPS option to filters and + backends. + 39. Filter environment; the scheduler now includes CUPS_JOBTYPE, + PRINTER_INFO, and PRINTER_LOCATION variables in the environment + passed to filters and backends. + 40. Job progress; the scheduler now supports a job-media-progress + attribute to track the printing progress of each page. + 41. MIME database; MIME types now support a priority attribute to + override the default (alphabetical) rules of precedence. + 42. Page logging; the scheduler now supports a PageLogFormat directive + to control the format of the page_log file. + 43. PAM support; the scheduler now sets more PAM attributes to better + support third-party authentication schemes. + 44. PDF job ticket support; the scheduler now supports cupsJobTicket + comments at the beginning of PDF print jobs. + 45. Performance tuning; the scheduler now coalesces configuration and + state file changes to reduce the amount of disk activity and caches + printer attributes to further reduce startup time. + 46. Printcap support; the scheduler no longer clears the printcap file + when shutting down, and can now create XML "plist" printcap files + as well. + 47. RSS subscriptions; the scheduler now starts the notifier for RSS + subscriptions after creation so the feed is available immediately. + 48. Sandbox support; the scheduler now runs child processes using + restrictive policies on Mac OS X for improved security and job + isolation. + 49. Test option; the scheduler now supports a test mode via the "-t" + option. + 50. Device discovery; the cups-deviced helper now runs backends in + parallel for faster discovery and streams the results of discovery + as the backends provide them. + 51. Driver development kit; the CUPS DDK is now a standard part of + CUPS. + 52. Driver information file support; the cups-driverd helper program + now directly supports PPD compiler driver information files. + 53. Dynamic PPD support; drivers can now set PPD keywords dynamically + using PPD: messages. + 54. Generic PostScript command filter; a new CUPS command file filter + for PostScript printers provides auto-configuration, self-test + page, and status and supply level reporting functions. + 55. New printer drivers; new generic PostScript and PCL drivers provide + improved support for laser printers, the CUPS DDK drivers offer + support for many HP DesignJet printers, and new label drivers offer + support for Seiko and Tharo label printers. + 56. PJL support; the cupsPJLDisplay PPD attribute controls the PJL + commands used to display the current user and job on the printer. + 57. PPD compiler improvements; the PPD compiler now supports Mac OS X + .strings files, OID query strings, conditional directives, long + file names, and a test mode. It also fixes many other bugs from the + CUPS DDK 1.2.3 release. + 58. USB printer support; the usb backend now uses libusb when available + to allow it to better work with third-party scanning and printing + solutions. + 59. Banner filter; the bundled banner ("job-sheets") pages are now + generated using a new banner filter provides easier customization + and better support for UTF-8 text. + 60. Image filters; the standard image filters now support image files + larger than 2GB. + 61. PDF filter; the pdftops filter has been replaced with a wrapper + program that runs the Xpdf, poppler, or Ghostscript PDF to + PostScript utilities. + 62. Backend API; a new cupsBackendReport function is provided to report + a device from a backend and handles any needed quoting of the + make-and-model, info, device-id, and location strings. + 63. Device discovery; the new cupsGetDevices function streams + discovered devices to an application-provided callback function. + 64. IPP API; the IPP read and write functions no longer use a large + stack-based buffer when reading and writing IPP attributes. + 65. PPD support; several new functions are provided: cupsGetPPD3, + cupsResolveConflicts, ppdInstallableConflict, ppdLocalizeAttr, + ppdLocalizeMarkerName and ppdPageSizeLimits. + 66. Side-Channel API; new cupsSideChannelSNMPGet and + cupsSideChannelSNMPWalk functions allow printer drivers to do SNMP + queries via the standard network backends. + 67. Streaming API; a new streaming request API provides asynchronous + job creation and request submission. + * debian/patches/freebsd.dpatch, + debian/patches/manpage-typos.dpatch, + debian/patches/search_mime_files_in_usr_share.dpatch, + debian/patches/cupsaccept.dpatch, + debian/patches/gnutls-pkgconfig.dpatch: Removed backport patches of upstream + features. + * debian/patches/testsuite-increase-wait-timeout.dpatch: Removed, fixed + upstream. + * debian/patches/removecvstag.dpatch, + debian/patches/pidfile.dpatch, + debian/patches/ppd-poll-with-client-conf.dpatch, + debian/patches/quiesce-bonjour-warning.dpatch, + debian/patches/rootbackends-worldreadable.dpatch, + debian/patches/drop_unnecessary_dependencies.dpatch, + debian/patches/reactivate_recommended_driver.dpatch, + debian/patches/default_log_settings.dpatch, + debian/patches/confdirperms.dpatch, + debian/patches/printer-filtering.dpatch, + debian/patches/ubuntu-disable-browsing.dpatch: Regenerated. + * debian/local/backends/dnssd, debian/control, debian/cups.install, + debian/rules: "dnssd" backend removed, DNS-SD discovery backend is now + provided upstream. + * debian/patches/dns-sd-check-typo.dpatch: Fixed typo in upstream code to + check for the availability of dns_sd.h. + * debian/patches/dnssd-avahi.dpatch: Added avahi support for the "dnssd" CUPS + backend (patch from Fedora). CUPS' DNS-SD support does not build with the + libdns_sd of avahi. + * debian/patches/show-compile-command-lines.dpatch: Show compiler command + lines in the output of the "make" process. + * debian/control: Added libusb-dev to the build dependencies, the new USB + printer backend uses libusb and not any more the usblp kernel module. + * debian/control: Added libavahi-common-dev and libavahi-client-dev to + the build dependencies, for the avahi patch for the DNS-SD support. + * debian/control: Added new packages for the new shared libraries and also + cups-ppdc for the PPD manipulation utilities of the former CUPS DDk. Added + transitional package for CUPS DDK. Added Conflicts:/Replaces: as cupsddk + is replaced by cups-ppdc and the files of cupsddk-drivers go into the + main cups package. + * debian/rules: Added "--enable-libusb" to the ./configure command line. + * debian/rules: Added "--enable-avahi" to the ./configure command line. + * debian/rules: Call autoconf, as we have an SVN snapshot currently. + * debian/rules: Updated individual file installation and adaptation steps + for the new CUPS version. + * debian/libcups2-dev.install: Added new header file versioning.h. + * debian/libcupscgi1-dev.install, debian/libcupscgi1.install, + debian/libcupsdriver1-dev.install, debian/libcupsdriver1.install, + debian/libcupsmime1-dev.install, debian/libcupsmime1.install, + debian/libcupsppdc1-dev.install, debian/libcupsppdc1.install: Added install + file lists for newly added libraries. + * debian/cups-ppdc.install: File list for new cups-ppdc package. This package + holds the PPD file manipulation tools which were in CUPS DDK formerly. + * debian/cups-common.install, debian/cups.install: Updated for new CUPS + version. + * debian/cups.install, debian/cups-client.install, debian/cups-ppdc.install: + Commented out lines for missing translated man pages. + * debian/cups.postinst: Do not create the /usr/share/ppd/1-local-admin + and /usr/share/ppd/2-third-party links. They are not needed with current + CUPS and they also break the test procedure during package build. + * debian/libcups2.postinst, debian/libcupsimage2.postinst: Removed no-op + maintainer scripts. + * debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4, + debian/local/filters/pdf-filters/filter/texttopdf.c: Let ./configure + script check the CUPS version so that in texttopdf.c a missing variable + can get defined if CUPS is 1.4.x or newer. + * debian/local/filters/pdf-filters/pdftoopvp/Makefile, + debian/local/filters/pdf-filters/pdftopdf/Makefile: Added missing + "unittests", "install-data", "install-headers", "install-libs", + "install-exec", "libs", "apihelp", and "framedhelp" targets to the + Makefiles of the PDF filters. + + [ Martin Pitt ] + * debian/cups.install, debian/local/filters/pdf-filters/addtocups: Enable + pdftoopvp filter. + * Add disable-pdftoopvp-with-old-poppler.dpatch: Disable pdftoopvp if we + build against a poppler older than 0.11, since pdftoopvp needs that new + API. (This uses pkg-config --atleast-version in the dpatch script header.) + * ubuntu-disable-browsing.dpatch: Restore Ubuntu check. + * dnssd-avahi.dpatch: Add upstream bug link. + * dnssd-avahi.dpatch: Do not error out of the dnssd backend if system D-Bus + is not running. This unbreaks the test suite when running in a build + environment. + + -- Martin Pitt Tue, 25 Aug 2009 22:07:17 +0200 + +cups (1.3.11-2) unstable; urgency=low + + [ Till Kamppeter ] + * debian/cups.init.d: Trigger udev event for all USB printers right after + starting the CUPS daemon to run the udev callouts for the printers. This + allows automatic print queue setup and re-enabling print queues also if + the printer is cold-plugged (connected before CUPS and/or udev got + started). + * debian/cups.init.d: Set CUPS RIP cache to 1/4 of the total RAM when CUPS + is started. This way CUPS Raster drivers get enough memory for reliable + and quick operation even if large paper sizes with high resolutions are + printed. + * debian/local/filters/pdf-filters/pdftoopvp/OPVPOutputDev.cxx, + debian/local/filters/pdf-filters/pdftoopvp/OPVPOutputDev.h, + debian/local/filters/pdf-filters/pdftoopvp/pdftoopvp.cxx, + debian/local/filters/pdf-filters/pdftoopvp/opvp/opvp.h, + debian/local/filters/pdf-filters/pdftoopvp/opvp/opvp_0_2_0.h: Adapted + pdftoopvp filter to the new API of Poppler 0.11.2. Thanks to upstream + author Koji Otani for the patch. + * debian/rules: Explicitly create empty file pdftoopvp/Dependencies after + applying the PDF filters add-on as the build servers seem to not copy + empty files. + * debian/patches/default_log_warn.dpatch, + debian/patches/default_log_settings.dpatch: Renamed patch for cupsd.conf + logging settings and added "MaxLogSize 0" so that CUPS does not do its + own log rotation, as our log rotation is much better. + * debian/cups-bsd.postinst, debian/cups.postinst: Moved handling of + /etc/printcap symlink from the post-install script of the cups-bsd + package to the cups package. Should assure that the symlink gets + also set on initial system installation (LP: #415825). + * debian/local/filters/cpdftocps: Updated filter to not use the pdftops + filter of CUPS, as from version 1.3.11 on CUPS' pdftops filter integrates + the call of pstops, and in the PDF workflow this would duplicate the + application of page management options, like N-up, even/odd pages, and + even the number of copies for some printers (LP: #412709). + + [ Jamie Strandboge ] + * debian/cups.postinst: reload individual cups profile, not all of apparmor + (LP: #412745) + + [ Martin Pitt ] + * debian/local/apparmor-profile: Allow cups-pdf to run /bin/cp. + * debian/control: Drop smbclient to Suggests. (Closes: #542464) + + -- Martin Pitt Sat, 22 Aug 2009 17:49:59 +0200 + +cups (1.3.11-1) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/textonly: Adding a final form feed to the job (via + PPD option) did not work (LP: #396673). + * debian/local/filters/pdf-filters/filter/imagetopdf.c: imagetopdf proceeded + the PDF output with a blank line. This made some filters misbehave. + * debian/patches/read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.dpatch: + Make CUPS read the number of copies out of Windows print jobs reliably by + also considering lines like "%%BeginNonPPDFeature: NumCopies 2". Thanks + to Dan Sheridan from Adelard (djs at adelard dot com) for this improvement + of the patch. + + [ Stéphane Graber ] + * Add printer-filtering.dpatch: Add support for printer filtering. + With this patch, when the PRINTER_LIST environment variable is defined + only the printers (comma separated) in it will be displayed. + + [ Martin Pitt ] + * New upstream bug fix release. See http://www.cups.org/articles.php?L586 + for details. + * Drop pdftops-testsuite.dpatch (fixed upstream). + * poppler-based-pdftops-fixes.dpatch, search_mime_files_in_usr_share.dpatch: + Update to new upstream version. + + -- Martin Pitt Sat, 11 Jul 2009 17:27:03 +0200 + +cups (1.3.10-5) unstable; urgency=low + + * debian/patches/read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.dpatch: + Make CUPS reading all option settings in PostScript print jobs and add + the option settings to the filter command line before starting the filter + chain. This fixes the problem that in the PDF printing workflow (where + incoming PostScript gets converted to PDF by pstopdf) option settings + embedded in the incoming PostScript code do not get obeyed. Especially + the options of jobs from Windows clients get ignored. + * debian/filters/pstopdf: Do not let Ghostscript generate multiple copies + of the job if the filter command line from CUPS already supplies the + correct number of copies. + * debian/local/filters/pdf-filters/addtocups: The disabling of the + pdftoopvp filter in cups 1.3.10-3 also disabled pdftopdf. Re-enabled + pdftopdf. + + -- Till Kamppeter Mon, 15 Jun 2009 10:50:33 +0200 + +cups (1.3.10-4) unstable; urgency=low + + * Add ghostscript-cups dependency. (LP: #385606) + * debian/control: Add back dropped comma, which led to the ssl-cert + dependency being dropped. (Closes: #532845) + * debian/local/apparmor-profile: Allow reading /proc/sys/crypto/**. + (LP: #335898) + * debian/local/apparmor-profile: Allow dac_override to cups-pdf. This is + unfortunate, but required with some $HOME permissions; the profile is very + tight, so this shouldn't actually considerably increase privileges. + (LP: #224365) + + -- Martin Pitt Fri, 12 Jun 2009 11:32:28 +0200 + +cups (1.3.10-3) unstable; urgency=low + + [ Till Kamppeter ] + * debian/cups.install, debian/rules: Move added *.convs and *.types files to + /usr/share/cups/mime/ so that they are not considered config files + by dpkg. + * debian/local/text.convs: Turn all text input formats to text/plain at + a high cost, so that the text-only printer (which accepts only text/plain) + accepts them (LP: #385797). + * debian/rules: Switch the pdftops filter back to Poppler, as Ghostscript + has a lot of problems in generating PostScript (LP: #382379). + * debian/patches/poppler-based-pdftops-fixes.dpatch: Fixes for the pdftops + filter in Poppler mode: Do not emit PostScript level 3 as it Poppler's + PostScript level 3 output is not compatible with HP's PostScript printers + (LP: #277404); Added support for the new "-origpagesizes" option of + Poppler's pdftops, so that documents with pages of different sizes get + correctly printed (LP: #310575). + * debian/filters/pstopdf: Do not call Ghostscript with asymmetric resolutions + (like 1200x600 dpi), as it leads to problems with images in some cases. + See http://bugs.ghostscript.com/show_bug.cgi?id=690504. + * debian/local/filters/pdf-filters/pdftopdf/P2PObject.h, + debian/local/filters/pdf-filters/pdftopdf/P2POutput.cxx: Fixed infinite + loop which occured for some PDF files (LP: #382880). + * debian/filters/pstopdf: Make it also correctly working if PaperDimension + and ImageableArea entries in the PPD have no translation strings. Thanks + to Koji Otani to find the bug. + * debian/local/filters/pdf-filters/pdftoopvp/, + debian/local/filters/pdf-filters/README, + debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/removefromcups, + debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4: + Added pdftoopvp CUPS filter as part of the PDF filter add-on. + * debian/cups.install: Make /etc/fonts/conf.d/99pdftoopvp.conf of pdftoopvp + be installed as part of the cups package + * debian/control: Added build dependencies needed by pdftoopvp: liblcms1-dev, + libfreetype6-dev, libfontconfig1-dev + * debian/control: Moved dependency on cups-client to Depends:, as + cups-client is needed by the post-install script for the update of the + PPDs of existing print queues. + * debian/cups.postinst: Case-insensitive check for model names when updating + PPDs of already existing print queues. + + [ Martin Pitt ] + * Add gnutls-pkgconfig.dpatch: Use "pkg-config gnutls" instead of deprecated + libgnutls-config. (Closes: #529903) + * Bump Standards-Version to 3.8.1 (no changes necessary). + * debian/control: Point Vcs-Browser: to bzr.d.o. loggerhead, and use http:// + URL for Vcs-Bzr. + * debian/control: Drop ghostscript build dependency again, pdftops filter + uses poppler again. Also Drop alternative xpdf-utils build dependency, + since configure now checks for poppler's pdftops capabilities. + * debian/control, debian/rules: Do a build-time check if pdftops supports + -origpagesizes, and dynamically set the poppler-utils dependency. This is + a hack until https://bugs.freedesktop.org/show_bug.cgi?id=19777 makes it + into Debian. + * debian/cups.install, debian/local/filters/pdf-filters/addtocups: Disable + new pdftoopvp filter for now, since sid does not yet have poppler 0.11. + Lower libpoppler-dev build dependency again. + + -- Martin Pitt Thu, 11 Jun 2009 12:19:33 +0200 + +cups (1.3.10-2) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PFont.cxx: Make the pdftopdf + filter also building with Poppler 0.11.0. + * debian/filters/pstopdf: Make pstopdf also reading default values from the + PPD if there is no space between the colon and the value. Some programs + seem to remove this space when setting the defaults. Fixes problem of + Shaun Crampton in LP: #357732. + + [ Martin Pitt ] + * debian/control: Lift cups-driver-gutenprint from Suggests to Recommends, + it's needed by many printers and not very large. (Closes: #522428) + * debian/control: Drop cups-bsd's Recommends: cups to a Suggests:. Client + packages shouldn't pull in the server by default. (Closes: #529630) + * debian/libcups2.dirs: Drop, obsolete. + * debian/cups.dirs: Remove most directories, not necessary to explicitly + create them. + + [ Martin-Éric Racine] + * Cleaned Lintian errors: + (source) + E: debian-rules-ignores-make-clean-error + W: debhelper-but-no-misc-depends + W: dbg-package-missing-depends + (cups) + E: dir-or-file-in-var-run + (cups-common) + W: symlink-should-be-relative + * Added Lintian overrides: + (cups) + W: non-standard-executable-perm + usr/lib/cups/backend-available/[ipp|lpd|serial] 0744 != 0755 + + -- Martin Pitt Thu, 21 May 2009 19:01:37 +0200 + +cups (1.3.10-1) unstable; urgency=medium + + [ Martin Pitt ] + * New upstream security/bug fix release: + - The scheduler now protects against DNS rebinding attacks. Please note + that this could lead to some regressions. (CVE-2009-0164) + - Fixed TIFF integer overflow in image filters. (CVE-2009-0163) + - Lots of bug fixes. + * Drop patches included upstream: + - hpgl-regression.dpatch + - runloop-backchannel-eof-spin.dpatch + - png-image-int-overflow.dpatch + - CVE-2008-5183.dpatch + - pdftops-cups-1.4.dpatch + * Add pdftops-testsuite.dpatch: Fix path to pdftops in the test suite. + * debian/rules: Specify --with-pdftops=gs, so that the pdftops filter is + built with intended ghostscript support. + + [ Till Kamppeter ] + * debian/filters/pstopdf: Added support for custom page sizes to the + pstopdf CUPS filter. + * debian/filters/pstopdf: Call Ghostscript with the default paper size + (from PPD or from CUPS filter command line) on its command line. Some + applications generate PostScript without PageSize requests. + Multi-page-size jobs (LP: 310575) do not get broken by this as + Ghostscript uses the given page size only as default and gives priority + to page sizes requested by the document (in contrary to Poppler). + Fixes LP: #357732). + + -- Martin Pitt Fri, 17 Apr 2009 11:53:48 +0200 + +cups (1.3.9-17) unstable; urgency=low + + [ Till Kamppeter ] + * debian/filters/pstopdf: Added "-dDoNumCopies" to the "ps2pdf" call in + the pstopdf CUPS filter, so that Ghostscript takes into account + /#copies and /NumCopies when converting incoming PostScript to PDF + (Ghostscript upstream bug #690355, LP: #320391). + + [ Martin Pitt ] + * debian/control: Update section of cups-dbg to "debug". + + -- Martin Pitt Sun, 05 Apr 2009 18:04:33 -0700 + +cups (1.3.9-16) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PResources.cxx: Fixed + corruption of output when generating mmultiple copies of EOG or GIMP + output files (LP: #345183). + * debian/cups.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). + + [ Martin Pitt ] + * debian/local/apparmor-profile: Drop 'm' permission for /etc/passwd and + friends, which was a workaround for a kernel apparmor bug on i386. This is + fixed in current kernels. Thanks to Kees Cook for pointing this out! + (LP: #270663) + * debian/cups.install: Do not install the unnecessary (and broken) D-BUS + configuration file any more. All cupsd does is to send signals, which are + allowed by default. It does not provide any D-BUS service right now. Also + remove the obsolete file on upgrades in debian/cups.preinst. + (Closes: #510634, LP: #318742) + * Add logfiles_adm_readable.dpatch: Make log files readable by group "adm". + (LP: #345953) + * debian/changelog: Fix cruft at the end of file. + * debian/local/apparmor-profile: Explicitly deny access to /dev/tty and + writing access to /etc/krb5.conf, so that accesses to them do not create + log spewage. (LP: #348556) + + -- Martin Pitt Fri, 27 Mar 2009 09:35:56 +0100 + +cups (1.3.9-15) unstable; urgency=low + + * Add debian/local/apport-hook.py: Apport package hook, thanks to + Brian Murray! Install it in debian/rules if we build for Ubuntu. + (LP: #334080) + * debian/rules: Move init script priority to 50, so that cups starts later + in the boot sequence. There is no reason why it should start so early + (before e. g. gdm). Do the transition on upgrades in debian/cups.postinst. + * debian/control: Promote ttf-freefont from Recommends to Depends, since the + PDF filter chain needs it. (Closes: #516335) + * debian/control: Add "Breaks: foomatic-filters (<< 4.0)", and bump + Recommends: version. Earlier foomatic-filters do not support the PDF + filter chain. (Closes: #511009) + * debian/local/apparmor-profile: Add a few missing rules for Kerberos + authentication. (LP: #324645) + * Add bzr-builddeb configuration (merge mode). + * debian/watch: Update so that it works again. + * debian/local/apparmor-profile: Allow cups to read /etc/likewise, for + authentication. (LP: #303927) + * Add testsuite-increase-wait-timeout.dpatch: Increase test suite's timeout + for waiting for jobs to 10 minutes, for slower architectures like arm and + m68k. (Closes: #518787) + + -- Martin Pitt Tue, 10 Mar 2009 13:46:19 +0100 + +cups (1.3.9-14) unstable; urgency=low + + * debian/patches/pdftops-cups-1.4.dpatch: Revert previous change to + define HAVE_PDFTOPS and CUPS_PDFTOPS, since Till says the filter + should actually use ghostscript now. Add ghostscript build + dependency instead. (LP: #329991) + * Add drop_unnecessary_dependencies.dpatch: Do not link libcups.so + and libcupsimage.so against unnecessary libraries. This avoids + unnecessary package dependencies for both libcups, as well as for + packages using cups-config. (Closes: #438067) + * debian/control: Drop XSBC-Original-Maintainer Ubuntu-ism which + accidentally crept in in r607. + + -- Martin Pitt Mon, 16 Feb 2009 18:05:21 +0100 + +cups (1.3.9-13) unstable; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/filter/imagetopdf.c: Added support for + the new "fit-to-page" option (new, more intuitive name for "fitplot"). + * debian/filters/pstopdf: Only apply paper size if the "fitplot" or the + "fit-to-page" option is set. + * debian/local/filters/cpdftocps: Only the last digit of the number of + copies was used (LP: #309314). + * debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Do not preceed the + PDF output with a newline (LP: #303691). Only impose the page size from + the PPD file to all pages if the "fitplot" or the "fit-to-page" option is + set. This prevented from automatic paper tray switching to the correct paper + sizes when a multiple-page-size document is printed (partial fix for + LP: #310575). + * debian/patches/pdftops-cups-1.4.dpatch: Updated from CUPS 1.4 SVN. Contains + fixes for multiple-page-size document printing (partial fix for + LP: #310575). + * debian/patches/pdftops-dont_fail_on_cancel.dpatch: Removed, should be + fixed in the new upstream version of pdftops. + + [ Martin Pitt ] + * debian/patches/pdftops-cups-1.4.dpatch: Add definition of + HAVE_PDFTOPS and CUPS_PDFTOPS, so that the filter actually gets + again built with pdftops support. (Fixes Till's change from above). + + -- Martin Pitt Sun, 15 Feb 2009 18:39:03 +0100 + +cups (1.3.9-12) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PPage.cxx, + debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Do not reposition + the pages when an automatic rotation did not actually take place and + do not apply the page size and margins from the PPD file or the coomand + line if no manipulations affecting the printout size are done (N-up, + scaling, fitplot, ...). This caused LP: #310575. + + * debian/cups.postinst: Let the PPD files of the existing print queues get + automatically updated after each installation of this package (if they + use PPDs of this package). + + [ Marc Deslauriers ] + * SECURITY UPDATE: denial of service by adding a large number of RSS + subscriptions (Closes: #506180, LP: #298241) + - debian/patches/CVE-2008-5183.dpatch: gracefully handle MaxSubscriptions + being reached in scheduler/{ipp.c,subscriptions.c} + - CVE-2008-5183 + + [ Martin Pitt ] + * pidfile.dpatch: Adapt to changes from MaxSubscriptions fix from + above. + + -- Till Kamppeter Sun, 25 Jan 2009 12:05:44 +0100 + +cups (1.3.9-11) experimental; urgency=low + + * debian/local/filters/cpdftocps: Fixed the fix for the number of copies. + In some cases it failed and pstops was called with 0 copies requested + (LP: #309314, LP: #300312, LP: #286048). + + -- Till Kamppeter Fri, 19 Dec 2008 15:58:55 +0100 + +cups (1.3.9-10) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PCatalog.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PCatalog.h, + debian/local/filters/pdf-filters/pdftopdf/P2PDoc.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PDoc.h, + debian/local/filters/pdf-filters/pdftopdf/P2PPage.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PPage.h, + debian/local/filters/pdf-filters/pdftopdf/P2PPageTree.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PPageTree.h, + debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Fixed problem + of Landscape-oriented PDF files being printed in the wrong orientation + (LP: #47649, LP: #244840). + + * debian/local/filters/cpdftocps: Made correct number of copies being + printed on PostScript printers with hardware copy handling (LP: #286048). + + [ Martin Pitt ] + * debian/local/apparmor-profile: Allow cupsd to run Brother drivers. + (LP: #237256) + + -- Martin Pitt Wed, 17 Dec 2008 07:46:04 +0100 + +cups (1.3.9-9) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PPage.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PResources.cxx: Added + processing of the rotate tag (LP: #300312). + + [ Martin Pitt ] + * Add png-image-int-overflow.dpatch: Fix integer overflow in the PNG image + reader (Closes: #507183, STR #2974, CVE-2008-5286) + + -- Martin Pitt Mon, 01 Dec 2008 15:47:10 -0800 + +cups (1.3.9-8) experimental; urgency=low + + * debian/local/filters/pdf-filters/pdftopdf/P2POutputStream.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2POutputStream.h: Removed + an endianess dependency from the pdftopdf filter, so that it also + works on non-PC platforms like PowerPC (LP: #271350). This also fixes the + filter on mipsel and makes the test suite, and thus the build, succeed + again. (Closes: #500305) + * debian/filters/pstopdf: Do not supply the margins from the PPD to the + ps2pdf process, as this breaks full-bleed printing and is also disturbs + the printing if PPDs have too conservative margin definitions (LP: #282186). + + -- Till Kamppeter Wed, 26 Nov 2008 15:14:57 +0100 + +cups (1.3.9-7) experimental; urgency=low + + * Previous upload had some cruft in the diff.gz which caused some changed + defaults in cupsd.conf. Reupload with a clean diff.gz. *Brown paperbag* + + -- Martin Pitt Thu, 20 Nov 2008 18:49:46 +0100 + +cups (1.3.9-6) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/cpdftocps: The cpdftocps filter did case-sensitive + checking for CUPS options to keep them away from the pstops filter. CUPS + treats such options case-insensitive, so in some cases CUPS options got + applied twice (LP: #299707). + + [ Martin Pitt ] + * debian/rules: Install the serial backend with 0744 permissions to make it + run as root, since /dev/ttyS* are root:dialout and thus not accessible as + user "lp". Thanks to Chanoch (Ken) Bloom. (part of #506181, LP: #154277) + + -- Martin Pitt Thu, 20 Nov 2008 13:43:27 +0100 + +cups (1.3.9-5) experimental; urgency=low + + * hpgl-regression.dpatch: Replaced with version which got committed + upstream. + * Add runloop-backchannel-eof-spin.dpatch: Fix backend runloop spin on + backchannel EOF (select() returns "ready for read" on EOF). This + completely broke printing with e. g. HPJetDirect. Thanks to + Samuel Thibault for tracking down the problem! (Closes: #489045) + * debian/cups-bsd.postinst: Assume default printcap path (in /var/run/cups/) + if not specified in cupsd.conf. This brings back the lost /etc/printcap + for legacy applications. (Closes: #482186, LP: #282667) + * debian/rules: Drop arm/armel -f-no-stack-protector workaround, since SSP + works on these architectures now. (See #469517) + * debian/cups-bsd.postinst: Robustify the cupsd.conf parsing for Printcap, + as per suggestion from Jo Mills. + * rootbackends-worldreadable.dpatch: Apply the same relaxed permission check + to cups-deviced, so that backends installed as 0744 don't disappear from + printer detecttion. (Closes: #503644, LP: #275407) + + -- Martin Pitt Mon, 17 Nov 2008 08:50:34 +0100 + +cups (1.3.9-4) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/conf/pdftoraster.convs, + debian/local/filters/pdf-filters/filter/pdftoraster.cxx, + debian/local/filters/pdf-filters/README, + debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/removefromcups, debian/rules, + debian/copyright: Removed Poppler-based pdftoraster filter. It will be + replaced by a Ghostscript-based pdftoraster filter filter provided by the + Ghostscript package, requested via Debian bug #505282 (fixes LP: #290395). + + * debian/filters/pstopdf: Fixed debug output. + + -- Till Kamppeter Tue, 11 Nov 2008 13:46:55 +0100 + +cups (1.3.9-3) experimental; urgency=low + + [ Till Kamppeter ] + * debian/filters/pstopdf: Fixed several bugs in the pstopdf filter. First, + removed the use of CUPS' pstops filter for inserting option settings. This + also inserts PJL headers and then Ghostscript cannot convert the PostScript + to PDF in the next step. Fixed also the sed magic so that the paper size + and the margins get really read from the PPD and fixed the calculation of + the top and bottom margins, they were exchanged. Fixes LP: #289759, + LP: #292690, LP: #282186. Possible fix for LP #293883. + + [ Martin Pitt ] + * debian/local/apparmor-profile: Allow dnssd backend to create various less + common network protocols (x25, appletalk, etc.) for detection. Also allow + it to read /proc/*/net/, which the bonjour avahi library apparently uses. + (LP: #254022) + + -- Martin Pitt Wed, 29 Oct 2008 11:41:38 +0100 + +cups (1.3.9-2) experimental; urgency=low + + * debian/local/filters/cpdftocps, debian/filters/pstopdf: Avoid duplicate + execution of the number of copies. Sending a PostScript job to a + non-PostScript printer produced n*n copies instead of n copies, also + sending a non-PostScript job to a PostScript printer. A PostScript job + sent to a PostScript printer could even produce n*n*n copies (LP: #286048). + + -- Till Kamppeter Mon, 20 Oct 2008 08:18:20 +0200 + +cups (1.3.9-1) experimental; urgency=low + + * New upstream security/bug fix release: + - The HP-GL/2 filter did not range check pen numbers. [CVE-2008-3641] + - The SGI image file reader did not range check 16-bit run lengths. + [CVE-2008-3639] + - The text filter did not range check cpi, lpi, or column values. + [CVE-2008-3640] + - Fix incompatibility with Firefox 3.0 when using SSL. + - Update the French admin.tmpl, to have the missing "Find new printer" + button and the "Subscriptions" section. Thanks to Yves-Alexis Perez! + (Closes: #475270) + - Lots of other bug fixes, see http://www.cups.org/articles.php?L575. + * Drop patches accepted upstream: + - cupsfilter-path-typo.dpatch + - pjl-display-ready-message.dpatch + - dont-chown-symlinked-ssl.dpatch + * Add hpgl-regression.dpatch: Revert the SP_select_pen() enumeration change + introduced in STR #2911, because it changes the color mapping (e. g. "SP1" + would now select a white pen instead of a black one, and "SP0" would not + be valid at all any more). Also fix a remaining off-by-one loop. (STR + #2966) + + -- Martin Pitt Fri, 10 Oct 2008 11:07:17 +0200 + +cups (1.3.8-13) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/pdftopdf/P2PCatalog.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PCatalog.h, + debian/local/filters/pdf-filters/pdftopdf/P2PDoc.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PDoc.h, + debian/local/filters/pdf-filters/pdftopdf/P2PPageTree.cxx, + debian/local/filters/pdf-filters/pdftopdf/P2PPageTree.h, + debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: + When N-up printing and selection of only the even or odd pages + (for manual duplex) was used together the pages were selected + the wrong way (number-up=2 page-set=even with an 8-page document gave + 2+4, 6+8 and should give 3+4, 7+8). This is fixed now. The behavior + of pdftopdf is now exactly the same as of pstops. + + [ Martin Pitt ] + * debian/local/apparmor-profile: Allow locking on /var/cache/cups/**. + (Mentioned in LP #270046) + + -- Martin Pitt Wed, 08 Oct 2008 11:19:36 +0200 + +cups (1.3.8-12) experimental; urgency=low + + [ Till Kamppeter ] + * debian/filters/pstopdf, + debian/local/filters/pdf-filters/filter/pdftoraster.cxx, + debian/local/filters/pdf-filters/pdftopdf/*: Fixed paper + size handling of pstopdf, pdftopdf, and pdftoraster which led SpliX + to crash (LP: #261363, LP: #268510), fixed monochrome CUPS Raster + output of pdftoraster which led to black pages being printed + (LP: #269691). + + -- Martin Pitt Mon, 06 Oct 2008 16:33:02 +0200 + +cups (1.3.8-11) experimental; urgency=low + + * debian/rules: Explicitly configure with --with-dbusdir. For some obscure + reason, the automatic check fails on the buildds, causing the D-BUS + configuratin not to be installed. Fixes FTBFS. (Closes: #498664) + + -- Martin Pitt Sat, 13 Sep 2008 10:59:31 +0200 + +cups (1.3.8-10) experimental; urgency=low + + [ Martin Pitt ] + * rootbackends-worldreadable.dpatch: Do not run backends as root if they are + group or world writable (this is by and large a paranoia fix, though). + * dont-chown-symlinked-ssl.dpatch: Replace patch with the upstream committed + version, which is more general. + * debian/control: Package development moved to bzr, update Vcs- tags. + * cupsaccept.dpatch: Replaced with the more comprehensive solution upstream + committed to 1.4 trunk. Removed debian/cups-client.links, since the links + are now installed by upstream. Adapt manpage-translations.dpatch + accordingly. + * Move installation of D-BUS configuration files from debian/rules to + debian/cups.install. + * debian/libcups2-dev.install: Add missing sidechannel.h. + + [ Johan Kiviniemi ] + * debian/filters/pstopdf: Apply PPD settings (resolution, page size, page + margins) to the conversion (LP: #263049). + * debian/control: cups Depends: bc (for margin calculation). + + -- Martin Pitt Thu, 11 Sep 2008 13:43:34 +0200 + +cups (1.3.8-9) experimental; urgency=low + + * Previous upload had some cruft in the diff.gz which caused some changed + defaults in cupsd.conf. Reupload with a clean diff.gz. *Brown paperbag* + + -- Martin Pitt Sun, 07 Sep 2008 00:22:23 +0200 + +cups (1.3.8-8) experimental; urgency=low + + * Remove debian/patches/dont_force_ssl.dpatch; gnome-cups-manager is ancient + and removed from Debian, and newer GUIs like system-config-printer get + along fine with the default setting. + * Add quiesce-bonjour-warning.dpatch: Silence the "Apple Bonjour + compatibility layer of Avahi" warning, since it can cause SIGPIPE crashes + when being issued in a child process without stderr. (Closes: #497492) + * confdirperms.dpatch, manpage-translations.dpatch: Revert note that Debian + doesn't install lppasswd suid root, since we do. (Closes: #478280) + * debian/control: Drop the "It can be safely removed from your system" from + the old package names, since that is untrue until the transition is + actually complete. (Closes: #489246) + * debian/control: Bump Standards-Version (no actual changes necessary). + * Remove classes_crash.dpatch, it has been fixed upstream a while ago. + * cupsaccept.dpatch: Rewrite to be consistent with current upstream code, + and send it upstream. + * Drop quiesce_ipp_logging.dpatch: It was only necessary for the polling + from gnome-cups-icon, but fortunately gnome-cups-manager has been removed + now. + * confdirperms.dpatch: Remove a few hunks which were only relevant for + running cups as system user. Remove the SSL certificate bits as well, + rewrite it to be upstream compatible, split it out to + dont-chown-symlinked-ssl.dpatch, reported it upstream. + * Remove device_uri.dpatch, does not seem to be necessary any more. + * Add rootbackends-worldreadable.dpatch: Install root backends + world-readable, to comply to Debian Policy and because it is both + nonsensical to to not do so, and also breaks system checkers, bug + reporting, etc. (Closes: #410171) + + -- Martin Pitt Sat, 06 Sep 2008 18:21:01 +0200 + +cups (1.3.8-7) experimental; urgency=low + + * Previous upload had some cruft in the diff.gz which caused some changed + defaults in cupsd.conf. Reupload with a clean diff.gz. + + -- Martin Pitt Tue, 02 Sep 2008 12:27:18 +0200 + +cups (1.3.8-6) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/filter/texttopdf.c, + debian/local/filters/pdf-filters/filter/pdfutils.c, + debian/local/filters/pdf-filters/filter/test_pdf2.c, + debian/local/filters/pdf-filters/filter/fontembed/test_ps.c, + debian/local/filters/pdf-filters/filter/fontembed/test_pdf.c, + debian/local/filters/pdf-filters/filter/fontembed/sfnt.h, + debian/local/filters/pdf-filters/filter/fontembed/main.c, + debian/local/filters/pdf-filters/filter/fontembed/iofn.h, + debian/local/filters/pdf-filters/filter/fontembed/fontfile.h, + debian/local/filters/pdf-filters/filter/fontembed/fontfile.c, + debian/local/filters/pdf-filters/filter/fontembed/embed.h, + debian/local/filters/pdf-filters/filter/fontembed/embed.c, + debian/local/filters/pdf-filters/filter/fontembed/Makefile, + debian/local/filters/pdf-filters/addtocups: + Fixed crashes of texttopdf on bad or missing fonts, make texttopdf + also working without configuration of the fonts (at least for ASCII). + * debian/local/filters/pdf-filters/filter/pdftoijs.cxx, + debian/local/filters/pdf-filters/conf/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd + debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4, + debian/local/filters/pdf-filters/removefromcups, + debian/local/filters/pdf-filters/README, + debian/control, debian/rules: Added pdftoijs filter. + + [ Johan Kiviniemi ] + * debian/filters/pstopdf: + - Adobe Reader generates DRM-infested PostScript from encrypted PDF files. + This PostScript contains code which stops Ghostscript with an error when + one tries to convert it to (now unencrypted) PDF. Change the filter to + normalize such PostScript using ps2ps before conversion. + + [ Martin Pitt ] + * Add alternative dependency "gsfonts-x11" for ttf-freefonts. + (Closes: #495598) + * debian/patches/: Update the status of patches, add some upstream + references, update status in 00list. + * Drop obsolete include_krb5_h_in_job_h.dpatch, package builds fine in + current unstable. + * debian/rules: Enable PIE and other compiler flags security enhancements + with DEB_BUILD_HARDENING=1. Add hardening-wrapper build dependency. Thanks + to Kees Cook! + * Add debian/local/cups.ufw.profile: "ufw" firewall profile. Install it + for Ubuntu builds only for now, until ufw enters Debian as well. Thanks to + Didier Roche and Jamie Strandboge! (https://launchpad.net/bugs/261903) + + -- Martin Pitt Tue, 02 Sep 2008 11:34:54 +0200 + +cups (1.3.8-5) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/filter/texttopdf.c: Added bug fix + from upstream so that texttopdf does not segfault on missing or bad + fonts any more. Backed out Johan Kiviniemi's patch of replacing + Courier by FreeMono. + * Remove hardcoded -march=pentium from texttopdf Makefile. + (Closes: #495220) + + * debian/local/filters/pdf-filters/conf/imagetopdf.convs: Reduced cost + factor to prefer this filter instead of imagetops. + + [ Johan Kiviniemi ] + * debian/local/filters/cpdftocps, debian/local/cpdftocps.convs, + debian/cups.install, debian/rules: + - Add an application/vnd.cups-pdf → application/vnd.cups-postscript + filter, thus making the PDF filter chain possible for PostScript + printers. + - The filter’s cost is 22, making the total cost of pstopdf → pdftopdf → + cpdftocps 66 after the following change. + * debian/local/filters/pdf-filters/conf/pdftopdf.convs, + debian/local/pstopdf.convs, debian/rules: + - Change filter costs to prefer the PDF chain over pstops. + • pdftopdf: 22 instead of 66. + • pstopdf: 22 instead of 100. + • pstops: 100 instead of 66. + * Add pjl-display-ready-message.dpatch: + - According to the PJL spec, one should use "" (not "READY") to return the + display to the normal ready message. + + -- Martin Pitt Fri, 15 Aug 2008 15:54:36 +0200 + +cups (1.3.8-4) experimental; urgency=low + + [ Till Kamppeter ] + * debian/control, debian/rules, + debian/local/filters/pdf-filters/filter/pdfutils.h, + debian/local/filters/pdf-filters/filter/texttopdf.c, + debian/local/filters/pdf-filters/filter/fontembed, + debian/local/filters/pdf-filters/filter/test.sh, + debian/local/filters/pdf-filters/filter/test_pdf1.c, + debian/local/filters/pdf-filters/filter/test_pdf2.c, + debian/local/filters/pdf-filters/filter/pdfutils.c, + debian/local/filters/pdf-filters/conf/texttopdf.convs, + debian/local/filters/pdf-filters/AUTHORS, + debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/data, + debian/local/filters/pdf-filters/data/pdf.utf-8.simple, + debian/local/filters/pdf-filters/data/pdf.utf-8.heavy, + debian/local/filters/pdf-filters/removefromcups, + debian/local/filters/pdf-filters/README: Added texttopdf filter. + Added "Depends: ttf-freefont" for the cups package, as the + texttopdf filter needs these fonts. + + [ Johan Kiviniemi ] + * Add cupsfilter-path-typo.dpatch: Fix a typo in scheduler/cupsfilter.c, + which caused filters not to have /bin in their PATH. + * debian/filters/pstopdf: + - Do not log to /tmp/pstopdf.log. A user running the filter (e.g. via + cupsfilter) made all other users (including cups itself) unable to run + the filter because of no permission to open the logfile. + - Put unquoted variables into quotes where appropriate. + - Never create an outfile in the same directory as the given infile; the + process might not have write access there. + - set -e. + * debian/local/filters/pdf-filters/filter/texttopdf.c: + - Use FreeMono instead of Courier, since texttopdf requires a TrueType + font. + + [ Martin Pitt ] + * Bump shlibs version for libcups2 and libcupsimage2. (Closes: #494168) + + -- Martin Pitt Fri, 15 Aug 2008 08:02:32 +0200 + +cups (1.3.8-3) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/addtocups, + debian/local/filters/pdf-filters/removefromcups, + debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4, + pdftopdf/Makefile: Avoid that all executables and libraries of CUPS + get linked against libpoppler. This especially leads to all packages + dependent on CUPS needing libpoppler, even for building. + + -- Martin Pitt Mon, 11 Aug 2008 16:48:59 +0200 + +cups (1.3.8-2) experimental; urgency=low + + [ Till Kamppeter ] + * debian/local/filters/pdf-filters/, debian/local/pstopdf.convs, + debian/rules, debian/control, debian/copyright, debian/cups.install: + Introduced the first bunch of infrastructure for using PDF as standard + print job format. Added CUPS filters imagetopdf, pstopdf, pdftopdf, + pdftoraster, added build dependency on libpoppler-dev, as the new filters + are Poppler-based. texttopdf and pdftoijs will be added soon. + All this is temporary, as the filters are planned to be added to the + upstream package of CUPS (CUPS STR #2897, #1595). + * debian/patches/search_mime_files_in_usr_share.dpatch: Replaced by the + changes which were done for this purpose in CUPS 1.4. In addition to + the introduction of /usr/share/cups/mime for installing file detection and + conversion rules as non-conffiles it also changes the reading order to + all *.types files and the all *.convs files (instead of all in + /usr/share/cups/mime and then all in /etc/cups). This way + /usr/share/cups/mime can contain conversion rules based on file types + defined by files in /etc/cups (CUPS STR #2719, CUPS SVN revs #7670 and + #7694). + + [ Martin Pitt ] + * Add missing CVE and more verbose descriptions to security fixes to 1.3.6-1 + changelog. + + -- Martin Pitt Sat, 9 Aug 2008 23:48:59 +0200 + +cups (1.3.8-1) unstable; urgency=low + + * New upstream release: some 20 bug fixes, no new features (see + http://www.cups.org/articles.php?L562 for details). + - Fixes remote DoS through RSS subscriptions. (CVE-2008-5184) + * Dropped patches, accepted upstream: + - empty_option_value_crash.dpatch + - CVE-2008-1722.dpatch + - glibc2.8_build.dpatch + - HostNameLookups_values.dpatch + * manpage-typos.dpatch: Most of this got applied to 1.3.8. The ".Sh" -> + ".SS" fix only got applied to trunk, so backport these remaining ones. + * manpage-translations.dpatch: Update to new upstream version. + + -- Martin Pitt Wed, 23 Jul 2008 08:58:57 +0200 + +cups (1.3.7-9) unstable; urgency=low + + [ Martin Pitt ] + * Update Turkish debconf translations, thanks Mert Dirik! + (Closes: #489408) + + [ Till Kamppeter ] + * Updated "Suggests:" for the "cups" package, replacing obsolete + foomatic-filters-ppds by foomatic-db and foomatic-db-engine. + (Closes: #286127) + + -- Martin Pitt Fri, 11 Jul 2008 09:49:08 +0200 + +cups (1.3.7-8) unstable; urgency=medium + + * Urgency medium due to RC bug fix (#487606). + * debian/cups.init.d: Restart xprint on start/stop/reload. (Closes: #285332) + * Add empty_option_value_crash.dpatch: Fix crash on cupsd.conf options + without a value. (Closes: #250848) + * Add glibc2.8_build.dpatch: Fix building with glibc 2.8. + * debian/patches/00list: Sort patches by upstream status. + * Add HostNameLookups_values.dpatch: Make possible values of HostNameLookups + consistent to manpage and to other options in cupsd.conf. (Closes: #379014) + * debian/patches/confdirperms.dpatch: Fix typo, thanks Nicolas François! + * Add manpage-typos.dpatch: Fix various typos in manpages, thanks Nicolas + François! (part of #478597) + * Add manpage-translations.dpatch: Provide po4a infrastructure for + translating mangpages, and add French manpage translations. Add po4a build + dependency, and add translated manpages to debian/*.install. Thanks to + Nicolas François! (Closes: #478597) + * Add Slovak debconf translations, thanks to Ivan Masár. (Closes: #488906) + * Add Romanian debconf translations, thanks to Eddy Petrișor. + (Closes: #488597) + * debian/cups.init.d: Test for executability of daemon, not merely its + existence. (Closes: #488843) + * debian/cups.prerm: Do not delete the /usr/lib/cups/backend/smb symlink on + removal, it is owned by smbclient, not cups. (Closes: #487606) + + -- Martin Pitt Wed, 02 Jul 2008 11:58:47 +0200 + +cups (1.3.7-7) unstable; urgency=low + + * Provide transitional cupsys-common package, to ease apt-get dist-upgrade. + * debian/cups.preinst: Run conffile transition for "install" as well, not + just for "upgrade" (brown paperback for this thinko!), and also remove the + old rc.d symlinks for cupsys. (Closes: #485514) + * debian/control: Drop obsolete "gs-esp" alternative dependency. + + -- Martin Pitt Tue, 10 Jun 2008 16:32:33 +0200 + +cups (1.3.7-6) unstable; urgency=low + + * Rename the package to cups. This is the proper upstream name. Upstream has + made it clear that the usual distro patches are not a trademark violation. + This unbreaks all the documentation out there, which refers to "cups", not + "cupsys" (including names of the init script), as well as unbreaks + dependencies of openprinting.org's LSB printer driver packages. + (Closes: #482296, LP: #233790) + * debian/cups.{config,postinst}: Remove some old cruft. + * debian/cups.preinst: Move conffiles to new names on upgrades, in a dpkg + conffile question avoiding manner. + * debian/cupsys.install: Install oopstops.{convs,types} in /etc/cups, they + do not work in /usr/share/cups/mime (loaded too early). (Closes: #474109) + + -- Martin Pitt Fri, 23 May 2008 00:32:17 +0200 + +cupsys (1.3.7-5) unstable; urgency=low + + * debian/cupsys-bsd.install: Remove daemon/cups-lpd. It really does not + belong into -bsd. + * debian/control: Add appropriate Conflicts/Replaces to older cupsys-bsd + which shipped daemon/cups-lpd. (Closes: #477392) + + -- Martin Pitt Wed, 23 Apr 2008 11:00:41 +0200 + +cupsys (1.3.7-4) unstable; urgency=high + + * debian/rules: Do not fail the build when the test suite fails on m68k and + arm. It is currently unclear why these tests fail on these architectures, + but that shouldn't block testing migration (given that the actual bugs + existed before as well, they just didn't get caught during build). + + -- Martin Pitt Tue, 22 Apr 2008 18:34:35 +0200 + +cupsys (1.3.7-3) unstable; urgency=low + + * debian/copyright: Update to current reality. (Closes: #474176) + * Drop usage of dh_movefiles, rename the remaining debian/*.files to + debian/*.install. This also brings back the lost + /usr/lib/cups/daemon/cups-lpd. + * debian/libcupsimage2-dev.install: Add cups/i18n.h from upstream (not + installed by upstream Makefiles any more). (Closes: #474922) + * debian/rules: Drop lintian magic, current debhelper (dh_lintian) and cdbs + support that now. Rename .lintian -> .lintian-overrides for this. + * debian/cupsys.doc-base: Fix section. + + -- Martin Pitt Tue, 22 Apr 2008 12:28:25 +0200 + +cupsys (1.3.7-2) unstable; urgency=high + + [ Martin Pitt ] + * debian/control: Add missing build dependency lsb-release. (LP: #211375) + Also wrap long fields, so that they are easier to edit. + * Drop pdftops-wait-eintr.dpatch, an improved version has been committed + upstream. Integrate the upstream solution into pdftops-cups-1.4.dpatch. + * Add pdftops-dont_fail_on_cancel.dpatch: Fix behavioural change in patch + from STR #2780 which broke the test suite: When a job is cancelled, do not + report a failure in the exit code of pdftops. + * Rebuild against fixed debhelper to properly compress manpages again (see + #470913). (Closes: #475887, #476495) + + [ Nico Golde ] + * Add debian/patches/CVE-2008-1722.dpatch: Two integer overflows in png + image filter allow a denial of service attack and possibly arbitrary code + execution. [STR #2790, CVE-2008-1722] (Closes: #476305). + + -- Martin Pitt Mon, 21 Apr 2008 19:06:55 +0200 + +cupsys (1.3.7-1) unstable; urgency=medium + + * Urgency medium due to security fix. + * New upstream bugfix/security update release. For a detailled list of + changes see http://www.cups.org/articles.php?L537. + - CUPS GIF image filter overflow [CVE-2008-1373, STR #2765]. + * Drop patches which are now upstream: + - cgiCompileSearch_buffer_overflow.dpatch + - testsuite-exit-code.dpatch + - pbmprint.dpatch + * search_mime_files_in_usr_share.dpatch: Drop log message about missing + /usr/share/cups/mime/ from error to info, since it is not really an + error, and causing the test suite to fail due to error log count mismatch. + * pdftops-cups-1.4.dpatch: Apply r7391 from SVN head to fix missing error + message newlines (STR #2743). + * debian/rules: Remove cleaning of test suite HTML reports in test/, they + are written to /tmp now. + * Add pdftops-wait-eintr.dpatch: Handle EINTR in pdftops' wait() call. + (Caught by test suite.) + * debian/libcupsys2-dev.files: Drop i18n.h, it's an internal interface and + not installed by upstream any more. + * debian/control: Add poppler-utils | xpdf-utils build dependency, so that + the test suite works during build. + + -- Martin Pitt Wed, 02 Apr 2008 11:03:37 +0200 + +cupsys (1.3.6-3) unstable; urgency=high + + [ Till Kamppeter ] + * pdftops-cups-1.4.dpatch: Updated to Mike Sweet's patch version from CUPS + STR #2716. + * debian/patches/ppd-poll-with-client-conf.dpatch: If there is a client.conf + pointing to a remote server, clients were not able to poll the PPD options + from printers on that server (CUPS STRs #2731, #2763) + + [ Martin Pitt ] + * Urgency high due to security fix. + * debian/local/apparmor-profile: Allow cups-pdf to read files in ~/PDF/, so + that it can overwrite files. (LP: #161222) + * Add cgiCompileSearch_buffer_overflow.dpatch: Fix buffer overflow in + cgiCompileSearch() using crafted search expressions. Exploitable if + printer sharing is enabled. (CVE-2008-0047, STR #2729, Closes: #472105) + + -- Martin Pitt Sat, 22 Mar 2008 12:37:57 +0100 + +cupsys (1.3.6-2) unstable; urgency=low + + * debian/rules: Configure with default log file permissions 0640. + (Closes: #469853) + * debian/control: Mention "lpr" in the description of -bsd, for easier + apt-cache search catching. (Closes: #426519) + * Remove debian/NEWS, there's nothing new since Etch's release. + (Closes: #376580) + * Add debian/patches/pbmprint.dpatch: Fix printing of PBM files, thanks to + Eugeniy Meshcheryakov! (Closes: #313536) + * debian/cupsys.preinst: Only chown /var/run/cups if it exists. (LP #156634) + * Move scripting examples from cupsys to libcupsys2-dev. No need to install + those 1.3 MB by default on every system, this is much more developer + oriented. Mention this in the package description. + * debian/rules: Explicitly build with -fno-stack-protector on arm and armel, + since the compiler produces segfaulting binaries. Works around #469517. + * search_mime_files_in_usr_share.dpatch: Do not fatally fail if + DataDir/mime does not exist. This both makes much more sense (since + /etc/cups is the canonical dir which must exist, and /usr/share/cups/mime + is optional), and also unbreaks the test suite (which does not create this + directory by default). + * pidfile.dpatch: Specify PidFile in temporary directory in the self test's + cupsd.conf. + * debian/rules clean: Remove test suite HTML reports. + * Add testsuite-exit-code.dpatch: Exit with nonzero if the test suite fails, + so that it is easier to integrate into package building. + * pdftops-cups-1.4.dpatch: Update pdftops location in test suite, too, so + that it does not fail the PDF printing test. (Forwarded to STR #2759) + * debian/rules: Run test suite on build. This will fail the build if any + tests fail, so that problems on particular platforms will be caught + easily. + * debian/control: Add alternative (build-)depends to heimdal-dev. + * debian/rules, debian/cupsys.postinst: Call update-rc.d to not install stop + symlinks for runlevels 0 and 6, since they just needlessly slow down + shutdown. Remove the obsolete kill symlinks on upgrade. Patch adopted from + the Ubuntu branch, but without using the Ubuntu-only 'multiuser' mode of + update-rc.d. + * Add debian/local/apparmor-profile: AppArmor profile (taken from Ubuntu + branch). Install it in debian/rules if package is built on Ubuntu (tested + with lsb_release -is). Reload AppArmor in debian/cupsys.postinst if both + the cupsys profile and AppArmor itself are present. + * Add debian/patches/ubuntu-disable-browsing.dpatch: Disable Browsing by + default when building on Ubuntu. + * Add debian/patches/ubuntu-default-error-policy-retry-job.dpatch: Set + default job error policy to "Retry", since it is less confusing and a + better default on desktop machines. This is only applied when building on + Ubuntu. + * debian/control: Add Vcs-{Svn,Browser} fields. + + -- Martin Pitt Sun, 16 Mar 2008 22:34:50 +0100 + +cupsys (1.3.6-1) unstable; urgency=low + + * New upstream bugfix release. + - Fixes buffer overflows in filter/hpgl-input.c, possibly exploitable to + run arbitrary code with crafted HP-GL files. (CVE-2008-0053) + - Fixes double free vulnerability in process_browse_data(), + exploitable to remote DoS. (CVE-2008-0882, bug #467653) + * Remove the following patches which are upstream now: + - fix_regression_reactivate_net_ifaces_changes_detection.dpatch + - web-interface-breaks-default-auth-setting.dpatch + * search_mime_files_in_usr_share.dpatch: Greatly simplified the patch by + using mimeMerge(), so that it is more robust against upstream changes. + Forwarded to STR#2719. + * Dropped cupsd.conf-AllowLocal.dpatch; it does not do anything good any + more for the current web and GUI administration tools (they handle this + fine by themselves), so it's obsolete now. + * Drop enable{sharing,browsing} and {sharing,browsing}_status scripts. They + have never been used in Debian, not used any more in Ubuntu, and the + current frontends (web, system-config-printer, etc.) do this in a much + better way. + * debian/docs: Remove redundant LICENSE.txt. + * debian/rules: Add a generic rule to install lintian overrides in + debian/packagename.lintian. + * Add lintian overrides for unjustified/wontfix complaints about libcupsys2 + and cupsys. + * debian/cupsys.doc-base: Remove erroneous whitespace in the section + separator. + * debian/rules: Remove *.o and *.so files from PHP scripting examples + directory (it's /usr/share after all). + * debian/cupsys.init.d: Add Short-Description. + * debian/rules: Do not ship an empty /usr/share/cups/model/ directory. + + -- Martin Pitt Tue, 26 Feb 2008 14:23:50 +0100 + +cupsys (1.3.5-2) unstable; urgency=low + + [ Martin Pitt ] + * debian/cupsys.init.d: Add Should-Start: avahi. (Closes: #459662) + + [ Till Kamppeter ] + * debian/patches/pdftops-cups-1.4.dpatch, debian/local/filters/pdftops: + Replaced Helge Blischke's alternative pdftops wrapper by the pdftops + of CUPS 1.4. The old pdftops wrapper did not work with the pdftops + filter of Poppler, the new one works with the pdftops filters of both + Poppler and XPDF (Closes: #457810; Ubuntu LP: #182379). + * debian/patches/web-interface-breaks-default-auth-setting.dpatch: When + modifying server settings with the CUPS web interface, the setting + for the default authentication got overwritten with gibberish + (Closes: #461331; CUPS STR #2703, Ubuntu LP: #188426). + * debian/local/backends/dnssd: Updated dnssd to filter out IPv6 entries, + as they clutter the lists of detected printers and make the network + printer discovery process taking more time than needed. Applied also + a bug fix and the possibility of querying one IP address by calling + the dnssd backend with the IP as command line argument (like the + snmp CUPS backend). + + -- Martin Pitt Mon, 25 Feb 2008 11:13:15 +0100 + +cupsys (1.3.5-1) unstable; urgency=high + + [ Kenshi Muto] + * New upstream release + - cups-stops-broadcasting-on-HUP-with-explicit-BrowseAddress patch is + merged. + - Fix that SNMP backend did not check for negative string lengths. + (CVE-2007-5849, closes: #457453). + * Update pdftops.pl to 1.20. It fixes overwriting arbitary files + via symlink attack. (CVE-2007-6358, closes: #456960) + + [ Till Kamppeter ] + * debian/patches/fix_regression_reactivate_net_ifaces_changes_detection.dpatch : + Fix a regression in upstream code that has removed the network interface + update poll (CUPS STR #2631, LP: #177075). Thanks to Hugues Fournier + (hugues dot fournier at gmail dot com) for the patch. + + -- Kenshi Muto Wed, 19 Dec 2007 17:07:05 +0900 + +cupsys (1.3.4-4) unstable; urgency=high + + [ Kenshi Muto] + * cupsys depends on "ghostscript | gs-esp", not "ghostscript | gsp-esp"! + I should punish myself. + (closes: #456455) + + -- Kenshi Muto Tue, 18 Dec 2007 07:49:17 +0900 + +cupsys (1.3.4-3) unstable; urgency=high + + [ Martin Pitt ] + * debian/control: Bump Standards-Version to 3.7.3 (no changes necessary). + + [ Till Kamppeter ] + * debian/patches/cups-stops-broadcasting-on-HUP-with-explicit-BrowseAddress.dpatch: + CUPS stopped broadcasting on a HUP signal when using a fixed + BrowseAddress (CUPS STR #2618, Ubuntu LP: #173470). + * debian/local/backends/dnssd: Updated dnssd to support Mac OS X servers + which broadcast their print queues only via DNS-SD and require clients + to create raw IPP queues pointing to the server's queues manually. + + [ Kenshi Muto] + * Debconf translation + - French (closes: #456272) + - do update-debconfpo. Update all translations to use the msgstr 'dnssd' + for msgid 'dnssd'. + * cupsys depends on "ghostscript | gs-esp", to ease testing transition and + upgrades from etch (closes: #456455). + + -- Kenshi Muto Mon, 17 Dec 2007 10:25:02 +0900 + +cupsys (1.3.4-2) unstable; urgency=low + + [ Kenshi Muto ] + * Bumps up shlibs to 1.3.4. + + [ Martin Pitt ] + * debian/control: Remove gs-esp alternative dependency, it's just + "ghostscript" nowadays. + * debian/control: Slightly bump the C/R: for -common; it's a pointless delta + to Ubuntu and it doesn't hurt us. + * debian/cupsys-bsd.postinst: Symlink cupsys-bsd's doc directory to + cupsys-common's, not cupsys', since the latter is not a dependency. + * debian/control: Demote cups-pdf from Recommends: to Suggests: to match the + semantics (apt installs recommends by default now). + * debian/cupsys.init.d: Add LSB header, thanks to Petter Reinholdtsen! + (closes: #337640) + * debian/rules: Configure with default printcap in /var/run/cups/. + (closes: #452446) + + [ Till Kamppeter ] + * Add debian/local/backends/dnssd: Printer discovery backend for + several cheaper printers, like the HP Color LaserJet 2600n, are not + discovered by the "snmp" backend. In addition, this backend extracts more + info from the printers than the "snmp" backend, like for example available + page description languages. This leads to better driver choices for + unknown printer models. + * debian/cupsys.install, debian/cupsys.{prerm,postinst,templates,rules}: + Install new backend. + * debian/control: Add Recommends: to avahi-utils; if it is installed, the + dnssd backend can actually work. + * debian/postinst: Activate new backends (since Etch) by default on + upgrades. This affects snmp, scsi, serial, and dnssd. + + -- Martin Pitt Fri, 30 Nov 2007 18:42:15 +0100 + +cupsys (1.3.4-1) unstable; urgency=high + + * New upstream release. + - Fixes CVE-2007-4351 + IPP Tags Memory Corruption Vulnerability (closes: #448866) + + [ Martin Pitt ] + * debian/cupsys.postinst: Drop ancient code to remove root from group + lpadmin. + + [ Kenshi Muto ] + * Debconf translation + - Finnish (closes: #446740) + + -- Kenshi Muto Fri, 02 Nov 2007 21:32:29 +0900 + +cupsys (1.3.2-1) unstable; urgency=low + + * New upstream bug fix release. + - Fixes web interface for many browsers. (STR#2472, Closes: #440589) + * Remove str2488-fix-localedir.dpatch, str2505_localize.dpatch, + str2508-dont_kill_edit-config.tmpl.dpatch: Fixed upstream. + + -- Martin Pitt Tue, 18 Sep 2007 08:15:17 +0200 + +cupsys (1.3.0-4) unstable; urgency=low + + * Install PO files again, but this time under /usr/share/cups/locale. cups + has its own crazy PO file parser. + * Add debian/patches/str2488-fix-localedir.dpatch: Make the --localedir + configure option actually work (taken from upstream SVN, STR#2488) + * debian/rules: Add --enable-gssapi to ensure that the package is built with + Kerberos support. + * debian/rules: Use -Wl,--as-needed linker flag. This drops a few + unnecessary dependencies and should make checklib much happier. + * Add debian/patches/str2508-dont_kill_edit-config.tmpl.dpatch: Do not kill + edit-config.tmpl on distclean. Forwarded upstream as STR#2508. + (Closes: #441697) + * Add debian/patches/str2505_localize.dpatch: Fix localization of web + interface (STR#2505, Closes: #440256) + + -- Martin Pitt Tue, 11 Sep 2007 22:43:06 +0200 + +cupsys (1.3.0-3) unstable; urgency=low + + [ Martin Pitt ] + * debian/control: Allow 'ghostscript' as alternative dependency to gs-esp. + * debian/cupsys.dirs: Create /usr/lib/cups/backend/ (regression from the big + debian/rules cleanup). (closes: #438432) + * debian/cupsys.preinst: Bump the version comparison for the file owner + cleanup, since some log files were still left as owned by 'cupsys' until + #437536 was fixed. + * debian/cupsys-common.files: Do not install the .po files, cups does not + use them at runtime. (closes: #438625) + + [ Till Kamppeter ] + * debian/local/postscript.ppd: New generic PostScript PPD file for + unknown PostScript printers added. + + -- Martin Pitt Mon, 20 Aug 2007 16:23:58 +0200 + +cupsys (1.3.0-2) unstable; urgency=low + + * debian/control: Re-add erroneously dropped adduser dependencies to cupsys + and cupsys-client. Still needed for addgroup lpadmin. (closes: #437951) + * debian/control: Add missing libkrb5-dev dependency to libcupsys2-dev. + + -- Martin Pitt Wed, 15 Aug 2007 09:22:29 +0200 + +cupsys (1.3.0-1) unstable; urgency=low + + [ Till Kamppeter ] + * New upstream release (first release of 1.3.x generation) + * 90_include_krb5_h_in_job_h.dpatch: Added a missing "#include " to + the scheduler/job.h file (upstream bug). + * Regenerated patches: 44_fixconfdirperms.dpatch, 47_pid.dpatch, + 70_reactivate_recommended_driver.dpatch. + * Removed patches (fixed upstream): 53_usr_share_ppd_support.dpatch, + 55_ppd_okidata_name.dpatch, 68_edit-config.dpatch + * debian/control: Added "libkrb5-dev", and "libavahi-compat-libdnssd-dev" + to the build dependencies, so that the new Kerberos and DNS Service + Discovery support of CUPS gets compiled. + * debian/libcupsys2-dev.files: Removed /usr/include/cups/md5.h This file is + not provided any more by CUPS + * debian/cupsys.install, debian/cupsys-client.files: Added new files. + * debian/rules: Added more files to "clean::" rule which upstream has + forgotten in "make clean". + + [ Martin Pitt ] + * Bump library shlibs to >= 1.3.0. + * Drop 02_configure.dpatch, upstream configure does not set rpath any more + for prefix=/usr. + * Drop 54_cups-config_modeldir.dpatch, --modeldir was never actually used + anywhere and not documented, and LSB prescribes /usr/share/ppd/ anyway. + * Drop 56_dirsvc.dpatch, which was fixed upstream long ago and disabled in + 00list anyway since then. + * Drop 67_printcap.dpatch: /var/run/cups/printcap is now the implicit + default upstream. + * debian/patches: Drop number prefixes from patches. The enumeration is not + useful at all any more since it both got inflated and is not sorted by any + category. With dpatch we also do not need number prefixes. + + -- Martin Pitt Tue, 14 Aug 2007 21:10:50 +0200 + +cupsys (1.2.12-4) unstable; urgency=low + + [ Martin Pitt ] + * cupsys.logrotate: Fix last occurence of 'cupsys' user. + (closes: #437536) + * Moved all Debian specific filters to debian/local/filters. + * Cleaned up debian/rules, moved some file installs to + debian/cupsys.install. + * Merge debian/cupsys.files into debian/cupsys.install and remove the + former. Two different files are just too confusing. + * debian/local/filters/pdftops: Do not pass /etc/cups/pdftops.conf to + pdftops if it does not exist (poppler-utils does not have this file). + (https://launchpad.net/bugs/125300) + + [ Martin-Éric Racine ] + * Corrected download URL in debian/copyright. + * Added debian/watch file using that URL. + * Revised the Uploaders in debian/control: + - Fixed the name for Masayuki Hatta. + - Added Roger Leigh. + * Removed cupsys-driver-gimpprint alternative in debian/control; + superseded by cupsys-driver-gutenprint since Etch. + + -- Martin-Éric Racine Sun, 12 Aug 2007 13:36:30 +0300 + +cupsys (1.2.12-3) unstable; urgency=low + + [ Martin-Éric Racine ] + * Added presubj script to warn bug reporters to avoid filing Poppler + or XPDF security issues, since we don't use that codebase; we call + external programs who do and that's where the bug should be filed. + + [ Martin Pitt ] + * cupsys.init.d: Remove stray chown'ing to 'cupsys' which does not exist any + more. (closes: #436662) + * cupsys.init.d: Fix detection of parallel printers when 'lp' is already + loaded. (https://launchpad.net/bugs/29050) + * debian/cupsys.init.d: Put back 'reload'. + + -- Martin Pitt Thu, 09 Aug 2007 20:47:42 +0200 + +cupsys (1.2.12-2) unstable; urgency=low + + [ Kenshi Muto ] + * Added scripting directory to /usr/share/doc/cupsys/examples. + This directory contains the binding code from Java, Perl, and PHP + to CUPS. (closes: #193076) + Although we Debian CUPS team cannot afford to maintain them, + some of you may want them. + * Added 'Recommends: cupsys' to cupsys-bsd. (closes: #426521) + * Changed cupsys-client from 'Recommends: cupsys-bsd' to 'Suggests: + cupsys-bsd.' because cupsys-bsd isn't so necessary for cupsys-client. + * Fixed to use 'cupsys' instead of 'cups' for PAM on cups-check-pam-auth. + (though Debian CUPS doesn't use this daemon) (closes: #425701) + * Added debconf-2.0 to the dependency of cupsys-bsd. (closes: #415684) + + [ Martin Pitt ] + * Drop the derooting changes. It still has some regressions, and with + upstream not even acknowledging the need for improving cupsys' security we + will sit on this forever. This will be replaced by an AppArmor/SELinux + profiles in the future. + - Drop derooting related patches: + 06_disable_backend_setuid.dpatch + 10_external_pam_helper.dpatch + 09_runasuser.dpatch + 09_runasuser_autoconf.dpatch + - debian/cupsys{,-client}.postinst: Drop the 'cupsys' user setup and file + permission juggling. + - debian/rules: + + Drop --with-cups-user configure option. + + Do not modify the upstream default backend permissions. + - debian/cupsys.init.d: Do not touch log file permissions any more. + - debian/cupsys.files: Drop cups-check-pam-auth. + - debian/NEWS: Drop description of derooting changes. + - debian/control: Drop adduser dependency. + * debian/patches/44_fixconfdirperms.dpatch: Do not create + /var/run/cups/certs as lp:lpadmin, but as root:lpadmin, so that cupsd + does not need CAP_DAC_OVERRIDE. This will make it possible to create a + sensible AppArmor/SELinux profile. + * debian/cupsys.preinst: Fix file permissions on upgrades (owner cupsys -> + root). + * debian/control, debian/rules: Remove references to libcupsys2-gnutls10, + since it's a transitional package in Etch and not relevant any more in + Lenny. + * debian/cupsys.{pre,post}inst: Remove obsolete transition bits. + * Remove obsolete debian/patches/05_avoidunknowngroup.dpatch. + * Use ssl-cert's "snakeoil" SSL certificate by default: (Closes: #402370) + - debian/control: Add ssl-cert dependency. + - debian/cupsys.postinst: Symlink snakeoil SSL certificate if present, and + there is none present yet. + * debian/control: Replace obsolete ${Source-Version} with ${binary:Version}. + + [ Till Kamppeter ] + * Add debian/local/textonly.{ppd,filter}: Text-only printer driver from Red + Hat. Install it in debian/rules. + * debian/rules: Install the D-Bus config file so that CUPS reports + job progress to dbus clients (like sytem-config-printer). + * Add debian/local/oopstops.{.pl,types,convs}: Helge Bliscke's oopstops + filter to work around the bugs in the PostScript output of OpenOffice.org + (from http://www.srz.de/Members/bla/cups/filter/oopstops). Install them in + debian/rules. + + -- Martin Pitt Mon, 06 Aug 2007 15:47:33 +0200 + +cupsys (1.2.12-1) unstable; urgency=low + + * New upstream release + * removed unnecessary dependency against patch package (Closes: #431069) + * Debconf translation + - Danish (Closes: #426772) + - Vietnamese (Closes: #426822) + - Spanish (Closes: #430004) + * Disabled external_pam_helper due to #425944 and Ubuntu#112803. + (closes: #425944) + + -- Kenshi Muto Sat, 14 Jul 2007 14:56:24 +0900 + +cupsys (1.2.11-3) unstable; urgency=medium + + * debian/rules: Disable privilege dropping for now until we fixed the + backend invocation to become compatible to upstream's behaviour again. + This unbreaks third-party backends again for now. (Closes: #427559) + + -- Martin Pitt Fri, 08 Jun 2007 11:15:12 +0200 + +cupsys (1.2.11-2) unstable; urgency=low + + * debian/rules: Latest cups installs the ipp backend with 0700 permissions, + which makes it inaccessible to both the cups daemon (Closes: #423972) and + unreadable for users (Closes: #415872) + + -- Martin Pitt Wed, 16 May 2007 09:06:44 +0200 + +cupsys (1.2.11-1) unstable; urgency=low + + [ Kenshi Muto ] + * Applied templates improvement patch contributed by + debian-l10n-english team. (closes: #416350) + * Debconf translation + - Japanese + - Galician (closes: #416357) + - Swedish (closes: #416356) + - Catalan (closes: #416367) + - Basque (closes: #416385) + - Norwegian (closes: #416401) + - Italian (closes: #416407) + * New upstream version 1.2.11: + - 56_dirsvc patch is merged. + + [ Christian Perrier ] + * Debconf translation + - Czech (closes: #416939) + - German (closes: #416994) + - Brazilian Portuguese (closes: #417249) + - French + - Malayalam. (closes: #418030) + - Russian. (closes: #417874) + - Dutch. (closes: #418135) + - Portuguese (closes: #418299) + + [ Martin Pitt ] + * New upstream bugfix release (closes: #421899). + + Synchronize patches with Ubuntu and new upstream version 1.2.10: + + * Drop patches which are fixed upstream: + 00_00str2111.dpatch, 00_01str2137.dpatch, 00_02str2144.dpatch, + 00_03str2106.dpatch, 00_04str2117.dpatch, 00_05str2133.dpatch, + 00_06str2121.dpatch, 00_07str2123.dpatch, 00_08str2135.dpatch, + 00_09str2198.dpatch, 03_clean.dpatch, 65_detect_http_shutdown.dpatch + * Remove a few obsolete patches: + 08_cupsd.conf.conf.d.dpatch, 26_modprobe.dpatch, 48_stdlib.dpatch, + 61_job_c_strangeloop.dpatch, 08_cupsd.conf.conf.d.dpatch, + 64_driverfolder.dpatch. + * Add debian/patches/14_dont_force_ssl.dpatch: Do not require SSL for /admin + pages, since gnome-cups-manager (and most probably other GUI frontends) + does not support this. + * Add debian/patches/58_cupsd.conf-AllowLocal.dpatch: Allow access to local + ethernet by default. This just affects the ACL, for actually enabling + access cupsd needs to be switched to not only listen on localhost. With + that, this setting does not need to be configured in two different places. + * Add debian/patches/70_reactivate_recommended_driver.dpatch: Upstream CUPS + filters the "(recommended)" marking from the NickNames of the PPD files + when listing PPDs. These are an important orientation for the user and + they are also made use of by some printer setup tools. We need them at + least until a better solution for recommending drivers gets available. + * Add debian/patches/98_search_mime_files_in_usr_share.dpatch: Let CUPS also + search for *.types and *.convs files in /usr/share/cups/mime. This way + packages can provide *.types and *.convs files which do not get considered + as conffiles. (See https://launchpad.net/36532 for details). + * debian/patches/*.dpatch: Forwarded a lot of patches to upstream bug + tracker, add STR URLs to dpatch DP: headers. + + Synchronize packaging with Ubuntu: + + * debian/control: Drop transitional libcupsys2-gnutls10 package, it was only + required for Sarge->Etch upgrades. + * debian/control: Change netbase dependency to update-inetd, since that + lives in its own package now. + * debian/local/enable_sharing: Also match on 127.0.0.1 IP adresses in + addition to 'localhost'. + * debian/rules: Most of the clean:: rule is obsolete, only two files are + left behind now. These two have been reported upstream in + http://www.cups.org/str.php?L2366. + * debian/cupsys.templates: Activate SCSI, serial, and SNMP backends by + default. With these backends activated, many printers can be easily set up + with the printer setup tools. Especially network printers get + auto-detected and the correct URI gets assigned to them (doing this + manually is a non-trivial task for most users). + * debian/cupsys.dirs: Add /usr/share/ppd/custom/, a place where lpadmins can + store additional PPDs (this functionality is e. g. provided in + gnome-cups-manager's "Custom driver..." file dialog). + * debian/cupsys.init.d: Give proper permissions to /usr/share/ppd/custom/: + root:lpadmin 3775. Drop the obsolete chmod/chowning of + /usr/share/cups/model. + * Run the backend as non-root system user to confine the impact of security + vulnerabilities: + - Add debian/patches/10_external_pam_helper.dpatch: + + Add a helper program 'cups-check-pam-auth' which performs PAM + authentication and returns the status as exit code. + + scheduler/auth.c, cupsdAuthorize(): Attempt to use + cups-check-pam-auth before trying native PAM. + + With this we do not need to put the cupsys user into the shadow group. + - debian/cupsys.files: Install PAM helper. + - debian/cupsys.postinst: Set permissions of PAM helper to cupsys:shadow + 2754, alter permissions of some configuration files and directories to + work with non-root cupsd. + - debian/cupsys.postinst: Fix /var/cache/cups/ permissions for upgrades + which might have written cache files as root. + - debian/cupsys.logrotate: Save log files as cupsys:lpadmin. + - debian/cupsys.init.d: Disable 'reload'; change force-reload to restart, + since cupsd cannot reload as non-root. + - debian/cupsys.init.d: Set up proper permissions of log files. + - debian/rules: Enable --enable-privilege-dropping configure option. + - debian/rules: Install lpd backend suid root, so that it can bind to + ports < 1024 (really silly, but required for RFC compliance). + - debian/cupsys-client.postinst, debian/cupsys.postinst: Set up cupsys + system user. + * debian/NEWS: Describe derooting. + + -- Martin Pitt Mon, 14 May 2007 09:23:16 +0200 + +cupsys (1.2.7-4) unstable; urgency=high + + [ Kenshi Muto ] + * Use dh_usrlocal to install files in /usr/local in the + maintainer scripts, instead of shipping them in the deb. + This was policy violation (closes: #409335) + + -- Kenshi Muto Fri, 2 Feb 2007 18:16:24 +0900 + +cupsys (1.2.7-3) unstable; urgency=high + + [ Kenshi Muto ] + * removed STR2137 patch. This patch corruted some + Postscript files. (closes: #403703) This was a release + critical bug. + * Provides /usr/local/share/ppd and /opt/share/ppd + to satisfy LSB 3.2. (closes: #408154) + * Applied upstream patch: + - STR2198: The scheduler still loaded the remote printer cache, + even when browsing was disabled + * Debconf translation + - Portuguese (closes: #408332) + - Norwegian (closes: #406253) + + -- Kenshi Muto Thu, 1 Feb 2007 10:17:30 +0000 + +cupsys (1.2.7-2) unstable; urgency=high + + [ Kenshi Muto ] + * Applied upstream patches to fix some (include RC) bugs as dpatch style: + - STR2106: Raw PBM files did not print correctly + - STR2111: The PostScript filter did not properly output + document setup commands for reversed output (closes: Bug#403703) + - STR2117: The scheduler did not parse IPv6 netmask properly + - STR2121: cupsDoAuthentication() did not translate the password + prompt + - STR2123: The backends incorrectly used STATUS: + media-tray-empty-error messages for out-of-paper conditions + - STR2133: httpGetLength2() did not handle error messages without + content correctly + - STR2135: cupsMarkOptions() did not handle the + multiple-document-handling option + - STR2137: Collated output produced by the PostScript filter could + lose some options + - STR2144: job-hold-until with time values for the next day would + be held for 60 days + * 67_printcap: Add Printcap/PrintcapFormat/PrintcapGUI variables to + cupsd.conf file. (closes: #401981) + * cupsys makes /var/run/cups/certs. Although CUPS daemon can make + it automatically, the daemon logs an warning. + * 68_edit-config: Provide same cupsd.conf as initial package + installation. + + -- Kenshi Muto Wed, 6 Dec 2006 22:42:34 +0000 + +cupsys (1.2.7-1) unstable; urgency=low + + * New upstream release + - Added Italian translation + + [ Kenshi Muto ] + * Add printer.schema to /usr/share/doc/cupsys/examples for LDAP. + (closes: #399122) + + -- Kenshi Muto Sat, 18 Nov 2006 10:03:30 +0900 + +cupsys (1.2.6-2) unstable; urgency=low + + [ Kenshi Muto ] + * Debconf translation + - Brazillian Portuguese (closes: #397842) + - Basque (closes: #398574) + * 00_r6100: Apply SVN r6100. + - Fixed an inefficiency in the SNMP IPP detection code + (closes: #397833) + + -- Kenshi Muto Tue, 14 Nov 2006 22:29:08 +0900 + +cupsys (1.2.6-1) unstable; urgency=low + + * New upstream release + Fixes bugs include + - "lpc status" did not show the number of queued jobs for + disabled queues + - The lpstat program could hang + + -- Kenshi Muto Tue, 7 Nov 2006 21:09:33 +0900 + +cupsys (1.2.5-1) unstable; urgency=medium + + * New upstream release. + + [ Kenshi Muto ] + * 00_r6052: Apply SVN r6052 to pass the compile with libpaper. + * provides /etc/pam.d/cupsys correctly. (closes: #392142) + (renamed debian/pam to debian/cupsys.pam) + * fixed "ppd API fails to discover printer nickname and options" + problem" by upstream (closes: #394255) + + -- Kenshi Muto Sat, 21 Oct 2006 01:18:34 +0000 + +cupsys (1.2.4-2) unstable; urgency=low + + [ Kenshi Muto ] + * PPD transition to /usr/share/ppd is mostly finished. + Now I remove old symlink /usr/share/ppd/cups-transitional-dir and + /usr/share/cups/cups-included. (closes: #381266, #383291) + * Update debconf translations: + - Brazilian Portuguese (closes: #389222) + * Tried to solve the backend permission problem. CUPS scheduler + uses a permission and owner information of backend program. + - Install ipp and lpd as mode 0700. + - Create backend links as hardlink instead of symlink. + + -- Kenshi Muto Sat, 30 Sep 2006 14:56:29 +0900 + +cupsys (1.2.4-1) unstable; urgency=medium + + * New upstream release + - The web interface change settings and edit configuration + file buttons would truncate the cupsd.conf file (STR #1976, + closes: #389093) + Because this bug seems critical, we upload this fixed version + as urgency=medium. + [ Martin Pitt ] + * debian/patches/56_dirsvc.dpatch: Update patch so that a patch/unpatch + cycle restores the source properly instead of breaking dirsvc.c in two + different places. + + [ Kenshi Muto ] + * debian/patches/65_detect_http_shutdown.dpatch: avoid that + gnome-cups-manager eats CPU 100%. (closes: #377640) + + -- Kenshi Muto Sun, 24 Sep 2006 09:54:44 +0000 + +cupsys (1.2.3-1) unstable; urgency=medium + + * New upstream release + - The parallel and USB backends no longer wait for the + printer to go on-line - this caused problems with + certain printers that don't follow with the IEEE-1284 + standard (STR #1738, closes: #383091) + - fixed Printer options were not always honored when printing + from Windows clients (STR#1839, closes: #385605) + + [ Martin Pitt ] + * Add appropriate Replaces: to cupsys-common to unbreak upgrades. + * debian/patches/44_fixconfdirperms.dpatch: Fix file mode specification: + 3755 -> 03755 (regression of svn commit 353). + + [ Kenshi Muto ] + * Apply upstream svn r5958. + * check modprobe command and /proc/modules dir exist before running + modprobe (closes: #387176). + * 62_classes_crash: fix incorrect code. old code returned an error + even if user use the correct class configuration. (closes: #380663, #384654) + * bump up libcupsys2.shlibs version to 1.2.3. (closes: #385724) + * Merge old separated style configuration to the single format + only if user upgraded from an affected version. (closes: #386551) + * Provide /usr/share/cups/drivers to contain Windows drivers. + * 57_cupsaddsmb: original cupsaddsmb easily goes infinite and DoS-like + loop. Debian cupsaddsmb ends soon when it catches an error. + + -- Kenshi Muto Fri, 8 Sep 2006 11:28:12 +0200 + +cupsys (1.2.2-2) unstable; urgency=high + + [ Kenshi Muto ] + * Apply upstream svn change r5845. + - BrowseRelay didn't work on Debian (closes: #372855) + 61_job_c_strangeloop.dpatch: I don't make sure but job.c of + r5818 causes strange CPU busy when it gets printing jobs. + This patch avoids it. + * 12_quiesce_ipp_logging: some part are merged into the upstream + source. updated. + * libcupsys2 conflicts cupsys version 1.1. + libcupsys2 version 1.2 changed its private API. This breaks + old cupsys 1.1, but we believe cupsys is only one application + is affected by this change. (closes: #380619) + * Provide an new package, "cupsys-dbg" to help chasing the + problems at user's environment. + * Increment compat to 5. + * 44_fixconfdirperms: set owner lp for /etc/cups directory. + And modify lppasswd.man to mention about Debian + specific changes. lppasswd command now work. (closes: #378062) + * 62_classes_crash: when class hasn't any printers, cupsd will + crash immedieately after receiving a job. This patch avoids + a crash. + * Update debconf translations: + - Spanish (closes: #383087) + + -- Kenshi Muto Thu, 27 Jul 2006 23:40:54 +0900 + +cupsys (1.2.2-1) unstable; urgency=medium + + * New upstream release + + [ Martin Pitt ] + * Adapt patches to new upstream version. + * debian/cupsys.init.d: If lp module loading is requested, also load the + 'ppdev' module to fix the name and model detection of parallel printers on + newer kernels. + * Revive debian/patches/56_dirsvc.dpatch; it's still not fixed upstream. + * debian/patches/09_runasuser.dpatch: Do not drop additional group + privileges in scheduler/process.c. This should fix a range of bugs + concerning detection of parallel port printers and other 'permission + denied' bugs if privilege dropping is enabled (it is disabled by default in + Debian). + * debian/patches/44_fixconfdirperms.dpatch: Do not change owner and mode of + SSL certificate, in order to not break permissions of customized global + ones (like the one from the ssl-cert package). Grrr, cups, no, you cannot + own the world! + * debian/patches/54_cups-config_modeldir.dpatch: Add --modeldir to + cups-config so that other packages can use it to figure out the correct + PPD base path. + * debian/cupsys.examples: Do not ship .svn files (upstream Makefiles install + them). + * debian/local/{enable_browsing,browsing_status}: Adapt to single-file + configuration file style. + * Add debian/local/{enable_sharing,sharing_status}: Similar to + enable_browsing and browsing_status, this switches between "Listen + localhost:631" and "Port 631" (just as the web interface does). Install + files in debian/rules. + + -- Kenshi Muto Mon, 24 Jul 2006 10:59:27 +0200 + +cupsys (1.2.1-4) unstable; urgency=medium + + [Kenshi Muto] + * Include changelogs during 1.1.23-13 - 1.1.23-15. (closes: #374494) + * Apply upstream svn change r5754. + - Fix negotiation problem between unstable clients and sarge servers. + (closes: #375359) + * 58_fixdestc: avoid build failure of r5754 (add ipp-private.h include). + * 59_de_docroot: install German translation/images. Although upstream + SVN has, Debian diff structure can't handle a binary diff. This patch + will be removed when 1.2.2 is released. + * Add snmp to backend choices. Because I don't make sure this backend + is stable, the default is disabled. Use dpkg-reconfigure cupsys to + enable. (closes: #376496) + * Don't remove backend symlinks during reconfigure/upgrade process. + (closes: #376499) + * Check Include directive with case insensitive. (closes: #376883) + * libcupsys2 has /etc/cups directory to allow admin put own + client.conf. (closes: #370788) + * Include sample client.conf in libcupsys2. You can copy /usr/share/ + doc/libcupsys2/examples/client.conf to /etc/cups or ~/.cups and modify + for your environment. (closes: #376840) + * Split locale files to new package "cupsys-common". (closes: #378659) + This package is used by cupsys and cupsys-client/cupsys-bsd. + * removed 26_modprobe: because parallel backend executes with user 'lp' + permission, modprobe can't work. We CUPS team believe it's better + that lp module is loaded by discover or any other hardware detection + programs instead of CUPS. We provide a module loader by init script + for user's convenience at this time. + * 60_device_uri: preserve old URI during the printer configuration on + Web interface. + + -- Kenshi Muto Wed, 21 Jun 2006 15:06:02 +0000 + +cupsys (1.2.1-3) unstable; urgency=low + + [Kenshi Muto] + * Apply upstream svn change r5673. + - Remove unnecessary %s from dirsvc.c and will solve a mysterious + cupsd crash. Thanks Neil. (closes: #372696, #370611) + - Support again * character as IP address. (closes: #372291) + - Fixes wrong command line arguments to backend. (closes: #372586, #373839) + * Improve the wording of NEWS file, thanks Tomas (closes: #372256) + * 53_usr_share_ppd_support: Use /usr/share/ppd as PPD path. + (closes: #365300, #373722) + Make symlink /usr/share/ppd/cups-transitional-dir -> /usr/share/cups/ppd + for keeping a compatibility. We'll migrate all of PPD files to + /usr/share/ppd in the future. + * Revert to use single /etc/cups/cupsd.conf file for the configuration + instead of using separate files in /etc/cups/cups.d. The migration will + be done automatically. (closes: #345973, #372727) + * Apply correct permission modes to the files under /etc/cups at postinst + stage. + * Update debconf translations: + - Danish (closes: #371170) + - French (closes: #372714) + - Italian (closes: #372198) + + -- Kenshi Muto Sun, 11 Jun 2006 11:51:01 +0000 + +cupsys (1.2.1-2) unstable; urgency=low + + [Kenshi Muto] + * Provides /etc/cups/ssl directory for SSL. (closes: #370407, #370450) + * Add an newline after 'Starting ...' message by appending log_end_msg + to /etc/init.d/cupsys. (closes: #370460) + + -- Kenshi Muto Mon, 5 Jun 2006 22:44:55 +0900 + +cupsys (1.2.1-1) unstable; urgency=low + + [Kenshi Muto] + * New upstream release 1.2.1 for Debian unstable/testing. + * 00_r5610: Apply patches from upstream r5610. + * Re-update Dutch debconf translation (closes: #369004) + * Pump up shlibs to >=1.2.1 for compatibility safe. + + -- Kenshi Muto Wed, 31 May 2006 13:17:16 +0000 + +cupsys (1.2.1-0exp1) experimental; urgency=low + + [Kenshi Muto] + * New upstream release 1.2.1. + * Update Dutch debconf translation (closes: #369004) + * Update Italian debconf translation (closes: #367943) + * Includes the installation guide of dvi filter to /usr/share/doc/ + cupsys/examples/filters/dvipipetops.INSTALL is contributed by + Francesco Potort. This is partial fix for Bug#368450. + + [Martin Pitt] + * New upstream release 1.2.0. + * Update patches for new upstream release. + * Remove debian/patches/01_cupsimage.dpatch, fixed upstream. + * Remove debian/patches/20_httpGetHostname_crash.dpatch, fixed upstream. + * debian/patches/55_ppd_okidata_name.dpatch: Change "Oki" manufacturer name + to "Okidata" to be consistent with other PPD files. + * Implement http://wiki.debian.org/PpdFileStructureSpecification: + - debian/dirs: Create /usr/share/ppd/cups-included/. + - debian/rules: Install shipped PPDs into + /usr/share/ppd/cups-included// and provide a symlink to + the old /usr/share/cups/model directory for backwards compatibility. + * debian/cupsys.dirs: Ship /usr/lib/cups/driver/ to avoid error messages if + it's missing. + * debian/patches/09_runasuser.dpatch, scheduler/cert.c: Change root + certificate permissions from 0440 to 0240, so that the CGI programs cannot + read it any more. Without this patch, cupsd presented its own certificate + to itself, and *every* user could do admin tasks without authentication. + * debian/cupsys-client.links: Fix cupsenable/cupsdisable manpage link. + Closes: #364447 + * debian/patches/08_cupsd.conf.conf.d.dpatch: + - Set "BrowseAddress @LOCAL"; without this, sending browsing information + does not work (Browsing still has to be enabled). + - Add some comments to point out that the Port and Browsing settings are + moved to /etc/cups/cups.d/. + * debian/cupsys.postrm: Clean up passwd.md5 on purge. + + -- Kenshi Muto Sun, 28 May 2006 13:07:36 +0000 + +cupsys (1.1.99.rc2-0exp1) experimental; urgency=low + + [ Kenshi Muto ] + * New upstream release 1.2RC2. + - Because -fpie config becomes optional, compiler works on amd64 and + other architectures. (closes: #335199) + * Enable LDAP support. + * Remove duplicated update-rc.d (closes: #356911) + * Stopped asking admin password because it works only if user chooses + digest authentication. The default configuration of Debian uses + PAM and basic authentication. + * Enable dbus support. + * 03_clean.dpatch: Remove produced and remained files during build. + * Now CUPS uses 'lp' user/group privilege to call backend or any other + programs. + CUPS SystemGroup is 'lpadmin'. You need to add users who are allowed + to add/modify/remove printers/jobs/classes. + * Remove image.h.patch from source. It is no longer needed. + * 02_configure.dpath: Remove -rpath from configure. + * Fix typo in cupsys-bsd description. (closes: #362070) + * Add Galician debconf translation. (closes: #361258) + * Update Danish debconf translation. (closes: #357969) + * Use 'reload' during logrotate instead of 'restart'. It looks safe + on CUPS 1.2. (though job-restart problem still remains) + * set TZ in init script only if TZ isn't defined yet. + * Use if-fi structure style for postrotate of logrotate script. + It solves error when cupsys is not running. (closes: #347641) + * Unset TMPDIR environment variable before running daemon. (closes: #347829) + * Removed /etc/cups/pdftops.conf because it was for pdftops of upstream + version. Debian CUPS uses xpdf-utils wrapper and doesn't need + pdftops.conf. + * Notice: /etc/cups/client.conf has been removed upstream. + * Notice: {dis,en}able have been renamed to cups{dis,en}able. + + [ Martin Pitt ] + * debian/patches/48_stdlib.dpatch: Adapted to new upstream version. + * debian/cupsys.init.d: + - Fix arguments of start-stop-daemon and remove the hideous kill + algorithm. + - Ensure that /var/run/cupsd exists; this makes the init script work with + /var/run mounted on a tmpfs. + * debian/libcupsys2-dev.files, debian/libcupsimage2-dev.files: Remove static + library; upstream does not build them any more, and they are useless + anyway. + * Add debian/patches/06_disable_backend_setuid.dpatch: Remove the uid + changing in scheduler/cups-deviced.c which was introduced recently in + upstream. It totally breaks device node access (e. g. /dev/lp0 is root:lp + 0660, which is inaccessible for a process which runs as lp:root). + * debian/rules: Remove --with-cups-user, upstream does not support + it any more. + * debian/patches/09_runasuser_fixes.dpatch: RunAsUser was removed upstream; + rename the patch to 09_runasuser.dpatch and rewrite it: + - Enclose all changes in an #if CUPS_DROP_PRIVILEGES, so that it is easy to + enable this feature. + - scheduler/main.c: Drop privileges after initialization. + - scheduler/conf.c: If we build with CUPS_DROP_PRIVILEGES, set RunUser to + User instead of getuid(), since at that point we will always run as root + (privileges cannot yet be dropped at that point). + - config-scripts/cups-defaults.m4: Add --enable-privilege-dropping option. + - config.h.in: Add CUPS_DROP_PRIVILEGES option template. + * Add debian/patches/09_runasuser_autoconf.dpatch: autoconf changes for + 09_runasuser_fixes.dpatch changes. + * debian/pdftops: Fix reading from stdin (https://launchpad.net/bugs/17124) + * debian/cupsys.preinst: Remove dangling /etc/cups/pdftops.conf symlink on + upgrades to unbreak printing with poppler-utils. + * debian/control: Add poppler-utils alternative for xpdf-utils dependency. + * Add debian/patches/12_quiesce_ipp_logging.dpatch: + - Drop successful IPP messages to log level 'debug' and unsuccessful ones + to 'info'. + - Do not flood access_log with successful CUPS-Get-Printers and + Get-Printer-Attributes queries (which are generated by e. g. + gnome-cups-icon every 3 seconds). + - Closes: #280718 + * Add debian/patches/13_default_log_warn.dpatch: Raise default log severity + to 'warning' to not log gazillions of IPP requests by default. (other part + of #280718) + * debian/rules, debian/cupsys.postinst: Remove obsolete /etc/cups/certs and + /var/lib/cups/certs (certificates are managed in /var/run/certs now). + * debian/cupsys.preinst: Remove obsolete /etc/cups/certs symlink on upgrades. + * debian/cupsys-client.files: Install cupstestdsc and manpage. + * debian/cupsd.init: Have force-reload to reload, not restart. + * debian/cupsys.logrotate: Use force-reload instead of reload, since the + latter is not required to exist by Debian Policy. + * debian/rules: Ship browsing_status and enable_browsing. + * debian/patches/20_httpGetHostname_crash.dpatch: Add some robustifications + to httpGetHostname() to hopefully fix a reported crash. + + -- Kenshi Muto Sun, 16 Apr 2006 17:49:57 +0900 + +cupsys (1.1.99.b1.r4885-1) experimental; urgency=low + + [ Kenshi Muto ] + * New SVN release taken from rr4885. + * Updated Russian debconf translation, taken from cupsys trunk. + * Downgrade port and browse question to low. + * Add timeout routine to avoid lockup. + * debian/patches/08_cupsd.conf.conf.d.dpatch: + - Commented out Port/Listen/Browsing from cupsd.conf.in. + CUPS crashes when there is a duplicate definition. + * Updated Swedish debconf translation. + * Set seen false flag when ports configuration is failed. + * Allow '*' for hostname in ports.conf. + * Use /bin/echo instead of shell built-in echo. + * Improve cupsys.templates. + * Updated Russian, German, Czech,French, Vietnamese debconf translation. + * Removed example descriptions from init.d script. + * Fix IPv4 validation. + + [ Martin Pitt ] + * Adapt debian/patches/02_configure.dpatch to r4885. + * Move forcefully killing of cupsd if start-stop-daemon fails from + postinst to init script, where it belongs to. Do not kill all running + cupsd processes, but only the one in the pid file; this will unbreak cupsd + behaviour in chroots. + * debian/cupsys.default: Remove obsolete FORCE_RESTART option. + * Resurrect debian/patches/01_cupsimage.dpatch (formerly + 03_cupsimage.dpatch), as we get unresolved symbols if libcupsimage + isn't properly linked to libcupsys, causing other packages to FTBFS. + Thanks to Adam Conrad. + * debian/cupsys.init.d: Add --oknodo to not fail if cupsd is already + running. + * debian/rules: In clean rule, clean up a lot of files that are left behind + by 'make clean'. + + -- Kenshi Muto Fri, 23 Dec 2005 06:33:05 +0000 + +cupsys (1.1.99.b1.r4876-1) unstable; urgency=low + + [ Martin Pitt ] + * debian/local/{enable_browsing,browsing_status}: Adapt configuration file + locations to new conf.d structure. + * debian/cupsys.templates: Fix default value for cupsys/browse: 'yes' is an + invalid bool option, change to true. + * debian/cupsys.init.d: Use LSB init functions. Add lsb-base package + dependency. + * debian/cupsys.postinst: Wait a second between kill -9'ing cupsys and + checking if the process still exists to avoid false positives and upgrade + failures. + * Clean up support for /etc/cups/conf.d: + - Add debian/patches/08_cupsd.conf.conf.d.dpatch: Add include commands to + default cupsd.conf file. + - debian/cupsys.postinst: Remove fiddling with cupsd.conf. + - This will ensure that cupsd.conf will remain an unchanged conffile. + * debian/rules: Remove empty debian/patched on clean. + * debian/patches/10_cupsd.conf2.dpatch: Re-enable listening to localhost to + make the web interface work. + * debian/patches/44_fixconfdirperms.dpatch: + - Put configuration files into group root instead of nobody to avoid + privilege escalation of nobody/nogroup and comply to Debian standards. + - Use CUPS_DEFAULT_GROUP instead of 'nobody' as the default group for + setgid'ing to and conffiles which must be writable for cupsd. + - Disable changing permissions of cupsd.conf conffile. + * Add debian/patches/09_runasuser_fixes.dpatch: + - scheduler/main.c: Generate a certificate even when running as user, just + as in 1.1.x; this unbreaks local certificate authorization for cupsd + when it runs as normal user. + - scheduler/main.c: When running as non-root, call initgroups() instead of + setgroups() to allow auxiliary groups. These are required to access + different device types (lp for USB/parallel printers, dialout for serial + printers, etc.) + + [ Kenshi Muto ] + * New SVN release taken from r4876. + + -- Kenshi Muto Thu, 8 Dec 2005 21:26:22 +0900 + +cupsys (1.1.99.b1.r4841-1) experimental; urgency=low + + * EXPERIMENTAL + * New SVN release taken from r4841. + * Remove -pie and -fpie from compiler option. pie option causes + a problem with Debian binutils. + I hope this change avoids FTBFS on sparc and others. (closes: #339120) + + -- Kenshi Muto Wed, 16 Nov 2005 12:27:27 +0000 + +cupsys (1.1.99.b1.r4748-4) experimental; urgency=low + + * EXPERIMENTAL + * 00_r4835.dpatch: Taken from r4835. + Well, r4835 removes some files. It means dpkg-buildpackage always + fails when we rebuild source. Maybe it's time to change orig source. + Moved obsolete patches to patches/obsolete. + * 48_stdlib.dpatch: Fix FTBFS for arm, mips, and mipsel. + * 03_manext.dpatch: Don't use upstream's manpage file handling. + Debian uses dh_installman. + * 04_freebsd.dpatch: Apply Brian's patch to support GNU/kFreeBSD + (closes: #338266) + * Install lppasswd as owner 'lp'. + + -- Kenshi Muto Fri, 4 Nov 2005 13:56:27 +0000 + +cupsys (1.1.99.b1.r4748-3) experimental; urgency=low + + * EXPERIMENTAL + * 47_pid.dpatch: Modified to allow to configure location of pid file. + (closes: #337093) + You can change this location by PidFile directive at your cupsd.conf. + * Remove example comments from init script. (closes: #334842) + + -- Kenshi Muto Thu, 3 Nov 2005 11:39:07 +0000 + +cupsys (1.1.99.b1.r4748-2) experimental; urgency=medium + + * EXPERIMENTAL + * 02_configure.dpatch: Modified to remove -pie/-fpie if arch = x86_64. + (closes: #335199) + + -- Kenshi Muto Mon, 24 Oct 2005 11:42:59 +0000 + +cupsys (1.1.99.b1.r4748-1) experimental; urgency=low + + * EXPERIMENTAL + * CUPS 1.2 snapshot (r4748) from SVN. + + -- Kenshi Muto Wed, 5 Oct 2005 12:54:27 +0000 + +cupsys (1.1.23-15) unstable; urgency=high + + [Kenshi Muto] + * Allow '*' for hostname in ports.conf. (closes: #340975) + * Fix IPv4 address validation. + * Use /bin/echo instead of shell built-in echo. (closes: #343566) + * Improve cupsys.templates. (closes: #343498) + * Updated Swedish debconf translation. + * Updated Russian debconf translation. + * Updated German debconf translation. + * Updated Czech debconf translation. (closes: #343716) + * Updated French debconf translation. (closes: #344116) + * Updated Vietnamese debconf translation. + * Removed example descriptions from init.d script. (closes: #334842) + * Apply kFreeBSD patch. (closes: 338266) + + -- Kenshi Muto Fri, 16 Dec 2005 21:05:47 +0900 + +cupsys (1.1.23-14) unstable; urgency=high + + [Kenshi Muto] + * Downgrade port and browse question to low. (closes: #343341) + * debian/patches/08_cupsd.conf.conf.d.dpatch: + - Commented out Port/Listen/Browsing in cupsd.conf.in because + CUPS crashes when there is a duplicate definition! + (closes: #343251, #343279, ##343285, #343292) + * Added NEWS to explain how to fix this for 1.1.23-13 users: + Tweaking cupsd.conf via postinst is a bad idea, so I gave up + trying to correct this automatically. Instead, comment out the + Port/Listen/Browsing lines in /etc/cups/cupsd.conf if you had + already replaced this file by the one from 1.1.23-13. + * Updated Swedish debconf translation. (closes: #343397) + * Set seen false flag when ports configuration is failed. + (closes: #343400) + + [Martin-Éric Racine] + * Added debian/watch file. + + -- Kenshi Muto Thu, 15 Dec 2005 06:00:09 +0900 + +cupsys (1.1.23-13) unstable; urgency=high + + * 38_pdftopscan.dpatch: Apply CAN-2005-0064, CAN-2004-0888, + and CAN-2005-2097 patches. (closes: #324459, #324460, #324464) + Because Debian cupsys uses xpdf wrapper instead of forked pdftops, + so users aren't affected these security problems. + This patch is just for users who want to create own pdftops from + source. + * Move Port/Listen and Browsing configurations from /etc/cups/ + cupsd.conf to /etc/cups/cups.d/. + + /etc/cups/cups.d/ports.conf: Port/Listen configuration. + /etc/cups/cups.d/browse.conf: Browsing configuration + + You can configure these values by using "dpkg-reconfigure cupsys". + (closes: #235906, #297695, #178838, #288838) + + * Added Swedish debconf translation (closes: #338545). Thanks Daniel. + * Updated Russian debconf translation (closes: #340626). Thanks Yuri. + + * Applied xpdf patch to fix buffer overflows [pdftops/Stream.cxx, + pdftops/Stream.h, CAN-2005-3191, CAN-2005-3192, + 48_security_CAN-2005-3191.dpatch] + Because Debian cupsys uses xpdf wrapper instead of forked pdftops, + so users aren't affected these security problems. + This patch is just for users who want to create own pdftops from + source. + + -- Kenshi Muto Mon, 22 Aug 2005 18:50:26 +0900 + +cupsys (1.1.23-12) unstable; urgency=medium + + * foomatic-rip may be treated as recommended tool. + Modified control file. (closes: #320196) + * Add debconf-2.0 as debconf alternative. + * Migrated to libgnutls12. (closes: #322087) + libcupsys2 backed as real library. libcupsys2-gnutls10 became + transitional package. (closes: #322018) + * Add procps to Depends: of cupsys. ps command is used by + cupsys.postinst. + * 47_pid.dpatch: Added a patch to make forked PID file. + Now init script use this file instead of one created by + start-stop-daemon. + I hope this solves Samba starting bug. (closes: #315017) + * Back gs-esp to Depends:. (closes: #312244) + PostScript printer owners may claim this, but currently + we Debian CUPS Maintainers team have massive complains about + missing gs-esp dependency. It's current best workaround to + avoid such printing problems. + + -- Kenshi Muto Thu, 28 Jul 2005 11:35:27 +0900 + +cupsys (1.1.23-11) unstable; urgency=low + + * "At Debconf 5" release. + * Now CUPS is maintained by Debian CUPS Maintainers Team. + + * Do "sleep 2" to wait daemon's wake up. (this is just workaround... + needs better solution, for #309794 and #315017) + * Added Vietnamese translation. (closes: #310152) + * Check whether daemon is running or not before restart in logrotate. + (closes: #310535) + * Add description about foomatic-rip (in foomatic-filters package) + to README.Debian. (closes: #309399) + * Remove unnecessary comment from debian/po/de.po (closes: #314135) + * Apply status option for init script (closes: #312683). Thanks Stephen. + * Suggests cupsys-driver-gutenprint, this package is new name of + cupsys-driver-gimpprint. + * 46_ppdsdat: Move /etc/cups/ppds.dat to /var/lib/cups/ppds.dat and + make symlink. (closes: #317905) + * Unapply NOAUTH handling from 33_jobauthorize. A user warns me + it's dangerous to use. + + -- Kenshi Muto Fri, 20 May 2005 11:07:42 +0900 + +cupsys (1.1.23-10) unstable; urgency=high + + * Recovered http backend. -8 and -9 missed it. (closes: #305169) + * Use absolete path for doc-root instead of relative path. + (closes: #305339) + + -- Kenshi Muto Tue, 19 Apr 2005 20:47:49 +0900 + +cupsys (1.1.23-9) unstable; urgency=medium + + * Remove unnecessary and toxic space in doc-base file. + (closes: #305084) + + -- Kenshi Muto Mon, 18 Apr 2005 08:08:03 +0900 + +cupsys (1.1.23-8) unstable; urgency=medium + + * "Brush up for Sarge" release. + * Introduced dpatch for source management. + * Included Spanish man pages. + * 43_filtercost: Applied a patch for wrong computation of cost + (closes: #304205) + * Applied many part of ubuntu patch, http://people.ubuntu.com/~scott/patches/cupsys/cupsys_1.1.23-7ubuntu1.patch. + (User 'cupsys' feature and Browsing feature aren't applied at this time. + They are post-Sarge things) + * Applied improved dvifilter patch. (Although you need to modify + /etc/cups/mime.convs and some other files to use it) (closes: #198100) + * Provides /var/run/cups/cupsd.pid. (closes: #301804) + * Added cupsys documentation to doc-base structure. (closes: #171396, #304333) + * Included filter for PostScript from Windows PostScript driver, created by + Matt Swift . + If you want to use, put /usr/share/doc/cupsys/examples/filters/samba-postscript.* to /etc/cups, + and put /usr/share/doc/cupsys/examples/filters/samba-ps-to-ps to /usr/lib/cups/filter. (closes: #246577) + + -- Kenshi Muto Wed, 16 Mar 2005 10:01:57 +0900 + +cupsys (1.1.23-7) unstable; urgency=low + + * Drop /etc/cups/printers.conf and /etc/cups/classes.conf from + configuration files. (closes: #298103) + Migration will be done automatically. + * Add /etc/default/cupsys. You can change force stop behavior by + changing FORCE_RESTART in this file. (closes: #298040) + * Add hplip to Suggests:. (closes: #297776) + + -- Kenshi Muto Sat, 5 Mar 2005 12:27:32 +0900 + +cupsys (1.1.23-6) unstable; urgency=medium + + * Fix missing adduser dependency in cupsys-client. (closes: #296849) + * Apply parallel backend improvement patch. + - don't receive signal during writing (closes: #296222) + - fix 64bit problem (closes: #296223) + + -- Kenshi Muto Sat, 26 Feb 2005 08:07:39 +0000 + +cupsys (1.1.23-5) unstable; urgency=low + + * Improve postinst message (closes: #295642). Thanks Adam. + + -- Kenshi Muto Fri, 18 Feb 2005 21:23:10 +0900 + +cupsys (1.1.23-4) unstable; urgency=low + + * 20defaultport.patch is merged in upstream source. + * ARGH, libcupsys2-dev should conflict/replace against <<1.1.22-3. + Fix control file. (closes: #292879) + * Remove obsolete README_fr.txt. (closes: #293274) + + -- Kenshi Muto Sun, 30 Jan 2005 08:35:17 +0900 + +cupsys (1.1.23-3) unstable; urgency=low + + * Remove $Id$ from config file: 07cvsremovetag.patch (closes: #291629) + * Fix 'lppasswd does not work with nonexisting passwd file' by mpitt's patch: + 41lppasswdnoexistingconf.patch (closes: 290011) + + -- Kenshi Muto Sat, 22 Jan 2005 12:23:46 +0900 + +cupsys (1.1.23-2) unstable; urgency=medium + + * Move defvalue declaration to begin block for compile on + backports environment. Thanks Massimiliano. + * Fix Cyclades serial port name: 40cycladeserial.patch (closes: #270375) + * Upgrade shlibs of libcupsys2-gnutls10. cupsys-client needs newest + libcupsys2-gnutls10 (closes: #289930, #289939). + + -- Kenshi Muto Mon, 10 Jan 2005 13:48:32 +0900 + +cupsys (1.1.23-1) unstable; urgency=low + + * New upstream release + * lprng disabled ipp feature since 3.8.26-1. Remove conflicts: lprng + of cupsys. (closes: #288531) + + -- Kenshi Muto Tue, 4 Jan 2005 19:32:16 +0900 + +cupsys (1.1.22-8) unstable; urgency=high + + * Fix another security vulnerability since 1.1.21. Sigh... + (closes: #287835) + + -- Kenshi Muto Fri, 31 Dec 2004 13:16:54 +0900 + +cupsys (1.1.22-7) unstable; urgency=medium + + * Use Depends: xpdf-utils instead of Recommends:. + This is RC fix (closes: #287921) + + -- Kenshi Muto Fri, 31 Dec 2004 08:37:54 +0900 + +cupsys (1.1.22-6) unstable; urgency=high + + * Replaced upstream pdftops (derived from Xpdf) with pdftops.pl wrapper. + pdftops.pl is made by Helge Blischke, GNU GPL licensed. + + CUPS 1.1.22 should enter to Sarge ASAP by some security reasons, + but upstream pdftops prevents to enter because it has libgcc_s.so + dependency and current gcc 3.4 faces difficult 'unwind' problem. + Now I believe cupsys 1.1.22-6 can enter soon without waiting + gcc problem. + + If you want to print PDF files directly, you need to install + xpdf-utils. pdftops.pl calls pdftops in xpdf-utils package. + * Fix typo in control file. + + -- Kenshi Muto Wed, 29 Dec 2004 14:59:28 +0000 + +cupsys (1.1.22-5) unstable; urgency=high + + * Apply upstream CVS patch (00cvs20041229.patch) + This includes fix of buffer overflow possibility in scheduler. + + -- Kenshi Muto Wed, 29 Dec 2004 21:35:51 +0900 + +cupsys (1.1.22-4) unstable; urgency=high + + * Add Replaces migration for libcupsys2-dev. + It solves 'libcupsys2-dev overwrite a file in cupsys' problem. + (closes: #287609) + + -- Kenshi Muto Wed, 29 Dec 2004 02:43:09 +0000 + +cupsys (1.1.22-3) unstable; urgency=medium + + * Remove unwanted ldflag: Back 02configure.patch (closes: #286450) + * Move fr/cups-config.1 to libcupsys2-dev (closes: #286449) + Thanks for your above two bug reports, Henrique. + * Note: [CAN-2004-1125] "xpdf buffer overflows" is already fixed in + previous Debian revision (1.1.22-2) with upstream patch. + + -- Kenshi Muto Sat, 25 Dec 2004 23:40:15 +0900 + +cupsys (1.1.22-2) unstable; urgency=medium + + * Apply security fix patches from 1.1.23rc1. + * Revert logrotate to use 'reload'. (closes: #271872) + + -- Kenshi Muto Sun, 19 Dec 2004 17:43:10 +0900 + +cupsys (1.1.22-1) unstable; urgency=low + + * New upstream release for unstable. Time is over, sarge isn't shipped. + I checked 1.1.21 to 1.1.22 migration doesn't break ABI quickly, + but I'm still scared... + * Apply gcc-4.0 patch for amd64: 37gfxfont.patch (closes: #285601) + * Do 'restart' instead of 'reload' when log is rotated. + 'reload' sometime causes just shutdown daemon. (Unknown problem) + * Fix equation in cupsys.postscript. (closes: #285205) + * Apply Russell's patch: 38httpwait.patch (closes: #284829) + (This is trial. If there is any grave problem by this, I'll off this + patch) + - Made http_wait() handle EINTR. This bug was causing cups + to print multiple copies of reports on remote printers. + - Lengthed the wait in ipp_http_read to handle connections + running over the internet. The short wait was causing + unwated multiple copies of reports to be printed. + - While both these bugs need to be fixed, neither completely + solves the original multiple copies problem. To solve + that no data should be printed if there was a read error. + * Add dependency version of smbclient. (closes: #284733) + * Fix SIGSEGV when remote destination goes timeout: 39remotetimeout.patch + (closes: #283500) + + -- Kenshi Muto Wed, 15 Dec 2004 18:58:55 +0900 + +cupsys (1.1.22-0.experimental4) experimental; urgency=low + + * "I'm tired waiting Sarge forever" release. + I'm considering to upload 1.1.22 to unstable. + * I forgot to copy files from unstable version... FTBFS is solved. + (closes: #284574) + * Downgrade gs-esp dependency to Recommends. + I'm bore with attacks from stingy people. + + -- Kenshi Muto Tue, 7 Dec 2004 21:39:55 +0900 + +cupsys (1.1.22-0.experimental3) experimental; urgency=low + + * Rebuild with -sa. + + -- Kenshi Muto Tue, 7 Dec 2004 00:52:15 +0900 + +cupsys (1.1.22-0.experimental2) experimental; urgency=low + + * New upstream release + + -- Kenshi Muto Mon, 6 Dec 2004 23:10:18 +0900 + +cupsys (1.1.21-0.experimental2) experimental; urgency=low + + * Fix typo in templates and unfuzzied po files. (closes: Bug#274851) + * Update German translation (closes: Bug#274828) + * Make pam.d/cupsys standard @include style (closes: Bug#265299) + * Set up group lpadmin in postinst instead of rules. + Because lpadmin isn't there on initial build environemnt + (closes: Bug#274985) + + -- Kenshi Muto Mon, 4 Oct 2004 23:09:51 +0900 + +cupsys (1.1.21-0.experimental1) experimental; urgency=low + + * Experimental. + * new upstream version. + + -- Kenshi Muto Sun, 3 Oct 2004 18:15:23 +0900 + +cupsys (1.1.20final+rc1-8) unstable; urgency=medium + + * Apply GNU Hurd configure patch for fix FTBFS. (closes: Bug#274599) + * Improve patch test routine. (closes: Bug#272952, Bug#274564) + + -- Kenshi Muto Sun, 3 Oct 2004 13:07:43 +0900 + +cupsys (1.1.20final+rc1-7) unstable; urgency=medium + + * Fix french debconf translation (closes: Bug#272520). + This update is important because previous version shows + illegal debconf choice in French. + + -- Kenshi Muto Tue, 21 Sep 2004 22:31:54 +0900 + +cupsys (1.1.20final+rc1-6) unstable; urgency=high + + * Applied patch from Alvaro Martinez Echevarria to fix + daniel of service [scheduler/dirsvc.c, CAN-2004-0558] + * Apply GNU/Hurd patch (closes: Bug#263526) + * Update pt_PR debconf translation (closes: Bug#264096) + * Remove directory before making symlink (closes: Bug#270741) + + -- Kenshi Muto Tue, 24 Aug 2004 10:31:32 +0900 + +cupsys (1.1.20final+rc1-5) unstable; urgency=low + + * Apply anonymous patch for /jobs. This patch avoids many + client-error-forbidden. (closes: Bug#184361) + cupsd.conf will be automatically modified to use basic user + authentication (Add AuthType Basic + AuthType User). + + -- Kenshi Muto Wed, 4 Aug 2004 09:13:02 +0900 + +cupsys (1.1.20final+rc1-4) unstable; urgency=medium + + * Wait 10 seconds after reload for samba restart problem. + (closes: Bug#260969) + * Update Czech debconf translation (closes: Bug#260862) + * Built against libtiff4. + * Build against libgnutls11. (Though package name is still + libcupsys2-gnutls10) + + -- Kenshi Muto Mon, 26 Jul 2004 22:12:18 +0900 + +cupsys (1.1.20final+rc1-3) unstable; urgency=high + + * Change guess order of USB device name for FHS compliant. + (closes: Bug#259965) + + -- Kenshi Muto Sun, 18 Jul 2004 04:54:58 +0900 + +cupsys (1.1.20final+rc1-2) unstable; urgency=medium + + * Replace set-as-default icon of Japanese. Thanks Tomo-p. + * Provides libcupsys2 dummy package for smooth transition. (closes: #259378) + + -- Kenshi Muto Wed, 14 Jul 2004 19:10:43 +0900 + +cupsys (1.1.20final+rc1-1) unstable; urgency=low + + * Apply a patch for fixing typo in DE templates. (Closes: Bug#250883) + * New upstream source, 2004-07-03 CVS. + * Add netbase dependency for cupsys-bsd. + * Move certs files to /var/lib/cups/certs. (Closes: Bug#254153) + + -- Kenshi Muto Wed, 26 May 2004 08:46:35 +0900 + +cupsys (1.1.20final+cvs20040330-4) unstable; urgency=medium + + * Now libgnutls10 migration starts at 'unstable'/'testing'. + Packages depending libcupsys2 should be rebuit with newer + libcupsys2-dev. + * Fix log rotation problem by adding 'sharedscripts' to + /etc/logrotate.d/cupsys. (Closes: Bug#249023) + + -- Kenshi Muto Tue, 25 May 2004 08:14:44 +0900 + +cupsys (1.1.20final+cvs20040330-3experimental2) experimental; urgency=medium + + * Rename libcupsys2 to libcupsys2-gnutls10. + This package doesn't 'Provides: libcupsys2' to migrate libgnutls10. + Sebastien Bacher plans cups/libgnutls10 migration. + * Add notes about backend configuration to README.Debian. + * Fix (I hope) log rotation problem by adding sharedscripts to + /etc/logrotate.d/cupsys. (Closes: Bug#249024) + + -- Kenshi Muto Sat, 15 May 2004 11:17:16 +0900 + +cupsys (1.1.20final+cvs20040330-3) unstable; urgency=low + + * Remove EXPORT_SSLLIBS variable from cups-config (Closes: Bug#246102). + -lgnutls isn't necessary by software using libcups. + * Apply PJL detection patch from upstream. + * Translations + - Updated Turkish debconf messages (Closes: Bug#246075). Thanks + Recai and Gurkan. + + -- Kenshi Muto Wed, 28 Apr 2004 00:23:59 +0900 + +cupsys (1.1.20final+cvs20040330-2) unstable; urgency=low + + * Fix typo in HOWTO_BUGREPORT.txt. + * Translations + - Update Dutch debconf messages (Closes: Bug#242260). Thanks Tim. + + -- Kenshi Muto Tue, 6 Apr 2004 19:16:48 +0900 + +cupsys (1.1.20final+cvs20040330-1) unstable; urgency=low + + * New upstream CVS + * Revert pstops to old 1.1.20. (Closes: Bug#240792) + * Translations + - Updated Danish debconf messages. + + -- Kenshi Muto Fri, 26 Mar 2004 19:00:01 +0900 + +cupsys (1.1.20final+cvs20040317-4) unstable; urgency=low + + * Chagnge backend question priority to low. (Closes: Bug#238847) + When you use PPC, parallel backend will be removed from default choice + automatically. + If you want to use parallel (and you know what you will do), + please run 'dpkg-reconfigure cupsys'. + * Translations + - Updated Danish debconf messages (Closes: Bug#239256). Thanks Claus. + - Updated French debconf messages (Closes: Bug#239756). Thanks Christian. + + -- Kenshi Muto Wed, 24 Mar 2004 22:30:28 +0900 + +cupsys (1.1.20final+cvs20040317-3) unstable; urgency=low + + * Remove sysvinit. This package is essential. Thanks Thomas. + * Now choice menu is translatable (Closes: Bug#238821). + * Updated French debconf messages. Thanks Christian. + * Add socket to default choice. I think this backend doesn't + cause hang up anywhere. + + -- Kenshi Muto Fri, 19 Mar 2004 17:16:48 +0900 + +cupsys (1.1.20final+cvs20040317-2) unstable; urgency=medium + + * Add sysvinit in dependency. (Closes: Bug#238763) + * Updated Brazilian Portuguese debconf messages. Thanks Andre. + * Fix printers.cgi crash (Closes: Bug#238800) + * Updated Japanese templates & images. + + -- Kenshi Muto Fri, 19 Mar 2004 09:00:04 +0900 + +cupsys (1.1.20final+cvs20040317-1) unstable; urgency=low + + * New CVS release. + * Add asking about backend program. This is not best way to solve + PPC crash / i386 serial hang-up, but at least user can choose what + he/she want to use. serial backend becomes 'not use' by default. + Add notice about 'parallel of PPC may cause a problem'. + (closes: Bug#237613, Bug#233529, Bug#211677, Bug#224760) + * Updated Spanish debconf messages (closes: Bug#236470). Thanks Carlos. + * Updated Danish debconf messages. Thanks Claus. + * Updated French debconf messages. Thanks Christian. + * Updated Czech debconf messages. Thanks Miroslav. + + -- Kenshi Muto Sat, 6 Mar 2004 21:36:35 +0900 + +cupsys (1.1.20final-16) unstable; urgency=low + + * Improved init.d/cupsys message (closes: Bug#235693). Thanks Lee. + * Add Czech debconf messages (closes: Bug#236276). Thanks Miroslav. + + -- Kenshi Muto Tue, 2 Mar 2004 09:13:07 +0900 + +cupsys (1.1.20final-15) unstable; urgency=low + + * Add conflicts lprng for avoid conflicting ipp support. + * Add Danish debconf messages (closes: Bug#233067). Thanks Claus. + * Apply current CVS patch. + + -- Kenshi Muto Sat, 14 Feb 2004 18:10:54 +0900 + +cupsys (1.1.20final-14) unstable; urgency=medium + + * Apply loop avoid patch. (closes: Bug#231676) Thanks Ray. + + -- Kenshi Muto Wed, 11 Feb 2004 14:59:46 +0900 + +cupsys (1.1.20final-13) unstable; urgency=medium + + * Use pidof instead of start-stop-daemon for stopping cupsys. + I hope this will fix Bug#228967. + + -- Kenshi Muto Thu, 22 Jan 2004 09:12:25 +0900 + +cupsys (1.1.20final-12) unstable; urgency=low + + * Fix incorrect root detection routine (closes: Bug#227733). THanks David. + * Continue to install whether deluser is failed (for NIS/LDAP). + * 22ipprewrite.patch has critical bug. Fixed by better patch. + (closes: Bug#162613) + + -- Kenshi Muto Sat, 17 Jan 2004 12:57:47 +0900 + +cupsys (1.1.20final-11) unstable; urgency=low + + * Improved cupsys stop check. + * Apply username patch for Solaris lpd printing (closes: Bug#228078). Thanks + Lionel. + + -- Kenshi Muto Sat, 17 Jan 2004 12:28:15 +0900 + +cupsys (1.1.20final-10) unstable; urgency=low + + * Apply Brazilian Portuguese debconf message (closes: Bug#227445). Thanks + Andre. + * Show verbose message when cups won't stop. + + -- Kenshi Muto Wed, 14 Jan 2004 08:38:55 +0900 + +cupsys (1.1.20final-9) unstable; urgency=low + + * Apply patch for avoid infinite loop (closes: Bug#225625). + * Apply patch for http password authenticaion cache (closes: Bug#227143). + + -- Kenshi Muto Mon, 12 Jan 2004 12:00:17 +0900 + +cupsys (1.1.20final-8) unstable; urgency=low + + * Fix typo in lpadmin.8.gz (one of Bug#226149). Thanks Dan. + * Unfortunately, I heard cupsys won't stop when upgrading. + I implemented Force-stop routine into postinst (closes: Bug#222464, + Bug#226140). + + -- Kenshi Muto Mon, 5 Jan 2004 21:11:30 +0900 + +cupsys (1.1.20final-7) unstable; urgency=low + + * Argh, I forgot to apply default port patch. + + -- Kenshi Muto Tue, 30 Dec 2003 23:01:29 +0900 + +cupsys (1.1.20final-6) unstable; urgency=low + + * Apply Dutch debconf translation (closes: Bug#225410). Thanks Tim. + * Set default port when any Port/Listen isn't defined (closes: Bug#225208). + + -- Kenshi Muto Tue, 30 Dec 2003 08:57:10 +0900 + +cupsys (1.1.20final-5) unstable; urgency=low + + * Add pdftops.conf into /etc/cups/. This file is symlink to + /etc/xpdf/xpdfrc, and configuration for pdftops tool. + + -- Kenshi Muto Sun, 21 Dec 2003 11:45:38 +0900 + +cupsys (1.1.20final-4) unstable; urgency=low + + * Fix cups* commands don't work (closes: Bug#224585). Thanks Rainer. + + -- Kenshi Muto Sat, 20 Dec 2003 20:52:24 +0900 + +cupsys (1.1.20final-3) unstable; urgency=low + + * Apply patch into lpd.c for true compatible with RFC1179 + (closes: Bug#223432). Thanks Lionel. + * Hmm, PJL patch causes a problem. Since I don't have any PJL + printers, I simply unapply PJL patch and reopen Bug#220611 (closes: + Bug#223748) + + -- Kenshi Muto Fri, 12 Dec 2003 18:32:58 +0900 + +cupsys (1.1.20final-2) unstable; urgency=low + + * Apply PJL patch (closes: Bug#220611). Thanks Zed. + + -- Kenshi Muto Sat, 6 Dec 2003 10:42:37 +0900 + +cupsys (1.1.20final-1) unstable; urgency=low + + * New upstream release + * cupsys set UTF-8 as defaultCharset, but it causes some browsing + problem, and looks don't need indeed. I changed defaultCharset to + invalid value. It will fix French screen (closes: Bug#221904). + * Fix dependency with libgnutls7 by dirty trick. + I hope libgnutls7 maintainer will fix Bug#221309. + + -- Kenshi Muto Tue, 25 Nov 2003 19:17:57 +0900 + +cupsys (1.1.20candidate6-6) unstable; urgency=low + + * Set fixed version into Depends for cupsys, cupsys-client. + + -- Kenshi Muto Mon, 17 Nov 2003 21:35:55 +0900 + +cupsys (1.1.20candidate6-5) unstable; urgency=high + + * I'm sorry but openssl license conflicts. I use libgnutls (closes: Bug#220902). + * Add euc-jp text. + + -- Kenshi Muto Sat, 15 Nov 2003 23:55:06 +0900 + +cupsys (1.1.20candidate6-4) unstable; urgency=low + + * Add French translation (closes: Bug#220805). Thanks, Christian. + * openssl, popular SSL implementation, becomes Debian main, so I think + it is no reason for using libgnutls. I changed depends openssl instead of + libgnutls. + + -- Kenshi Muto Sat, 15 Nov 2003 10:24:38 +0900 + +cupsys (1.1.20candidate6-3) unstable; urgency=low + + * Remove -Wl from configure (closes: Bug#194353) + * Remove /etc/sups/raw.* when purged (closes: Bug#198126) + * Remove always Content-Type charset header. This is test (and ad-hoc) + case. I'll unapply if this patch causes a problem. + * Add Japanese resource. + + -- Kenshi Muto Thu, 13 Nov 2003 23:02:40 +0900 + +cupsys (1.1.20candidate6-2) unstable; urgency=medium + + * Fix FTBFS build error (closes: Bug#220534) + + -- Kenshi Muto Thu, 13 Nov 2003 15:52:00 +0900 + +cupsys (1.1.20candidate6-1) unstable; urgency=low + + * New upstream. + * Rename filter, backend man page (closes: Bug#220500). + + -- Kenshi Muto Wed, 12 Nov 2003 23:41:02 +0900 + +cupsys (1.1.19final-4) unstable; urgency=low + + * "Welcome patch" release. + * Transited packaging system to CDBS. + This release wll be final version for 1.1.19. I'll upload + 1.1.20candidate version at next time. + * libcupsimage2.so.2 links libcupsys.so.2. (closes: Bug#193618) + + -- Kenshi Muto Mon, 10 Nov 2003 10:01:58 +0900 + +cupsys (1.1.19final-3) unstable; urgency=low + + * Fix check routine of Printcap. (closes: Bug#200278) + * Removed "suggests qtcups". (closes: Bug#197267) + + -- Kenshi Muto Fri, 7 Nov 2003 21:43:39 +0900 + +cupsys (1.1.19final-2) unstable; urgency=low + + * lpadmin group included root user, but I didn't understand why it needs. + This may cause security problem, so I remove this process and + remove root from lpadmin group. (closes: Bug#214746) + * Support large file. (closes: Bug#215568) + * Support log rotation. (closes: Bug#200704) + * Force enable PAM (closes: Bug#183211, Bug#181512) + + -- Kenshi Muto Thu, 6 Nov 2003 18:31:02 +0900 + +cupsys (1.1.19final-1.5) unstable; urgency=low + + * New maintainer (acknowledged from Jeff Licquia). + Thanks Jeff! + * Changed templates.* to po-debconf style (closes: Bug#199236). + * Added Japanese debconf translation (closes: Bug#202273). + + -- Kenshi Muto Thu, 6 Nov 2003 09:50:29 +0900 + +cupsys (1.1.19final-1.4) unstable; urgency=low + + * Non-maintainer upload + * Removed '#include ' line from image.h from the version + in libcupsimage2-dev with debian/image.h.patch (Closes: #200427) + + -- Roland Stigge Thu, 4 Sep 2003 14:04:15 +0200 + +cupsys (1.1.19final-1.3) unstable; urgency=low + + * Non-maintainer upload + * cupsys Replaces: and Conflicts: cupsys-pstoraster (Closes: #206547) + NOTE: the Conflicts: was made versioned (<< 2) not to Conflict + with gs-esp which provides cupsys-pstoraster. + * Build-Depends: libpam0g-dev (new) instead of libpam-dev (removed from + archive) + + -- Roland Stigge Wed, 3 Sep 2003 19:33:09 +0200 + +cupsys (1.1.19final-1.2) unstable; urgency=low + + * NMU. + * Completely remove dependency on libgnutls5-dev. + + -- Robin Verduijn Wed, 27 Aug 2003 18:08:50 -0100 + +cupsys (1.1.19final-1.1) unstable; urgency=low + + * NMU. + * Built against libgnutls7-dev instead of (obsolete) libgnutls5-dev. + Closes: #203059. + + -- Robin Verduijn Tue, 26 Aug 2003 19:28:21 -0100 + +cupsys (1.1.19final-1) unstable; urgency=high + + * New upstream final release. DoS attack fixed; thus the urgency. + * Rebuilt with the latest libpng-dev, and fixed the explicit deps + in the control file. + * Removed rpath statment from output of cups-config --ldflags. + Closes: #194262. + + -- Jeff Licquia Thu, 29 May 2003 20:44:48 -0500 + +cupsys (1.1.19candidate4-1) unstable; urgency=low + + * New upstream release candidate. + * Includes upstream fix to the problem with 100% CPU consumption. + Closes: #189795. + * Added a dh_makeshlibs call for libcupsimage2. + * Made libcupsys2 conflict with cupsys-driver-gimpprint versions + built before the libcupsimage split. Closes: #189175. + * Move /etc/printcap.cups to /var/run/cups/printcap, since it's + generated and non-editable. Also, take care of the /etc/printcap + symlink. Closes: #187954. + * Per suggestion from the KDE project, suggest the kdeprint package + instead of the kdelibs3-cups package. + + -- Jeff Licquia Sat, 10 May 2003 13:05:33 -0500 + +cupsys (1.1.19candidate1-3) unstable; urgency=low + + * Make libcupsys2 conflict with gs-esp versions built before the + libcupsimage split. This is part of the fix for bug 189175. + * Add a dep on libgnutls-dev for libcupsys2-dev. Closes: #190877. + + -- Jeff Licquia Mon, 28 Apr 2003 10:57:03 -0500 + +cupsys (1.1.19candidate1-2) unstable; urgency=low + + * Set Replaces: on cupsys-client to cover the move of the + French man page for cupstestppd. Closes: #189737, #190042. + * Add cupsys-pt and xpp to Suggests for cupsys-client. + Closes: #168399, #170929. + * Added some more example filters: mailto and pstopdf. + Closes: #152001. + * Pass --system to addgroup when adding the lpadmin group. + Closes: #189835. + * Set section for the -dev packages to "libdevel". + * Fix shlibs files for libcupsys2 and libcupsimage2 to reference + the right package versions. Closes: #174391. + + -- Jeff Licquia Tue, 22 Apr 2003 14:27:43 -0500 + +cupsys (1.1.19candidate1-1) unstable; urgency=low + + * New upstream version. I will try to follow upstream's new + release policy by uploading release candidate versions to + unstable. + * Wrote a new GNU TLS patch, which was accepted by upstream. + Re-enable SSL support based on this. + * Based on recent upstream work, wrote a libpaper patch which has + also been accepted upstream. Closes: #60035, #88597, #101591. + * Upstream fix included to allow SLP-only browsing support to work. + Closes: #178380. + * Updated the Spanish debconf template for cupsys-bsd. + Closes: #167171. + * Added cupstestppd to cupsys-client. Closes: #176941. + * Don't respect TMPDIR if we don't have write permissions to that + directory. Closes: #176725. + + -- Jeff Licquia Sat, 12 Apr 2003 14:36:20 -0500 + +cupsys (1.1.18-3) unstable; urgency=low + + * Split libcupsimage into its own package. Closes: #187897. + * Added versioned build-dep on debhelper >= 2. + + -- Jeff Licquia Tue, 8 Apr 2003 02:59:57 -0500 + +cupsys (1.1.18-2) unstable; urgency=high + + * Disable SSL again. Inexplicably, the GNU TLS people put the + OpenSSL compatibility layer under the GPL, not the LGPL. + This forces the effective license on libcupsys2 to GPL, which + I'm not comfortable with. The urgency reflects possible + license conflicts for apps that link to libcupsys2. + Closes: #168056. + * Add a debconf question to ask whether unrecognized + application/octet-stream jobs should be printed as raw jobs. + * Forward-port some of the security fixes from woody. + * Set the default group for lppasswd to "lpadmin", in keeping + with the default in cupsd. Closes: #172842. + * Replaced the conflict with manpages-fr, versioned this time + to allow for easy upgrades. Also added a Replaces entry for + it. + + -- Jeff Licquia Sun, 5 Jan 2003 23:36:50 -0500 + +cupsys (1.1.18-1) unstable; urgency=high + + * New upstream version. This is a security update for problems that + include remote root exploits - thus the urgency. + * Remove the conflict with manpages-fr per reports that the offending + files are now all gone. Closes: #158500. + + -- Jeff Licquia Fri, 20 Dec 2002 03:27:18 -0500 + +cupsys (1.1.16-4) unstable; urgency=low + + * Documentation updates. + * Change the GNU TLS patch to more explicitly control which SSL + library is linked to, and support switching SSL libraries in + the build. By default, the package will not use OpenSSL, so + autobuilders won't accidentally build it that way. + Closes: #167489. + * Add libgnutls-dev to the Dependencies for libcupsys2-dev. + * Set the proper permissions on cupsys-client man pages. + + -- Jeff Licquia Sat, 9 Nov 2002 16:39:54 -0500 + +cupsys (1.1.16-3) unstable; urgency=low + + * Totally nuke all script modifications for dh_installinit; do it + all manually instead. Closes: #166878. + + -- Jeff Licquia Tue, 29 Oct 2002 23:06:20 -0500 + +cupsys (1.1.16-2) unstable; urgency=low + + * Add libpam-dev to Build-Depends. Closes: #166556. + * Update clean target in debian/rules to clean a few more files + that are missed by the Makefiles. + * Remove SFont.cxx and T1Font.cxx from the pdftops Makefile; + these two files aren't needed, and including them would pull + in a build dep on xlibs-dev, which is bad news. Closes: #166716. + * Tell dh_installdocs to not mess with the postinst/prerm, so + the compatibility symlinks aren't created. + + -- Jeff Licquia Tue, 29 Oct 2002 00:45:38 -0500 + +cupsys (1.1.16-1) unstable; urgency=low + + * New upstream version... Closes: #165631. + * ...which includes bugfixes to several BSD utilities to avoid + segfaulting when certain options are misused. Closes: #159597. + * Add upstream patch to scheduler that fixes certain printer + operations in the web interface. + * Re-enabled SSL support using the OpenSSL compatibility library + in libgnutls. Closes: #150600. + * Use our own logic for stopping/restarting cupsd on upgrade, + instead of relying on dh_installinit. Closes: #160345, #164435. + * Make cupsys-client Recommend cupsys-bsd. Closes: #157974. + * Make sure we remove everything in /var/spool/cups on purge. + Closes: #163571. + * Make force-reload send SIGHUP, since policy prefers that mode + of operation. + * Add dependencies for libcupsys2-dev on the image libraries we + need. Closes: #166451. + + -- Jeff Licquia Sat, 26 Oct 2002 19:37:56 -0500 + +cupsys (1.1.15-4) unstable; urgency=low + + * Fix segfault in lp when passing "-q" by itself as the last + option. Closes: #150819. + * Make the switch to libpng3, now that woody is out. + Closes: #156622. + * It seemed that the rastertoepson filter occasionally lost its + cookies under certain circumstances and passed NULL for a field. + Cancel the pending job if that happens. Closes: #147119. + * Remove .cvsignore files. + * Turned browsing back on by default. With no BrowseAddresses set, + no broadcast packets will go out, but cupsd will recognize and + accept incoming packets. Closes: #155574. + + -- Jeff Licquia Tue, 20 Aug 2002 15:51:45 -0500 + +cupsys (1.1.15-3) unstable; urgency=low + + * Reorganized the French man pages so they appear in the proper + packages. + * Declared a Conflict between cupsys-bsd and manpages-fr, as the + latter package includes man pages for lpr, lpq, and lprm. + * Move lpinfo and lpmove utilities to cupsys-client, where they + belong. + * Added patch from upstream that fixes some problems with + Orientation settings made by some PostScript generators. + Closes: #155534. + * Fixed compiler settings for the static and shared versions of + libcupsys2. + + -- Jeff Licquia Sun, 11 Aug 2002 02:45:02 -0500 + +cupsys (1.1.15-2) unstable; urgency=high + + * Removed SSL support again due to license infection problems. + Closes: #154792. + * Removed the preformatted French man pages. + + -- Jeff Licquia Mon, 29 Jul 2002 19:02:21 -0500 + +cupsys (1.1.15-1) unstable; urgency=low + + * New upstream version. + * Removed cupsys-pstoraster (since it's no longer provided in CUPS), + and rely on gs-esp instead for its functionality. + * Enabled SSL support and updated copyright file to reflect license + change. Closes: #150600. + * Applied patch from upstream that causes the cupsd foreground + process to wait until the daemon is ready before exiting. + Also, changed init script to wait on the daemon before continuing. + Closes: #150426. + * Moved /etc/cups/certs to /var/spool/cups/certs. Closes: #144887. + * Split out German and Portugese debconf templates into separate + files, and added French, Russian, and Spanish files. + Closes: #137630, #138068, #142904. + * Make cupsys Recommend smbclient, and handle symlinking smbspool + to /usr/lib/cups/backend/smb if it's available. Closes: #82690. + * Make cupsys Suggest foomatic-bin for cupsomatic, so that + linuxprinting.org PPDs work. Closes: #146655. + * Add examples/filters directory to cupsys and added the contributed + DVI filter to it. Users can copy the filter and config files into + place themselves to get the functionality. Closes: #55013, #136496. + * Fixed a bug where "-" filters are rejected in some cases. + + -- Jeff Licquia Mon, 29 Jul 2002 00:33:00 -0500 + +cupsys (1.1.14-3) unstable; urgency=low + + * Changed libpng dependency to "libpng2 | libpng" to accomodate the + current libpng policy. + * Changed adduser dep so that the proper adduser (that does root) is + available for the postinst. Closes: #133709. + * Removed spaces from init script output. Closes: #133262. + * Set TZ in init script to REALLY fix timezone problem. + Closes: #130676. + + -- Jeff Licquia Sat, 9 Mar 2002 23:48:41 -0500 + +cupsys (1.1.14-2) unstable; urgency=high + + * Remove all the stuff about setting the lpd backend setuid; per + upstream, we don't need it anymore, and it's a security hole. + + -- Jeff Licquia Sun, 17 Feb 2002 18:52:45 -0500 + +cupsys (1.1.14-1) unstable; urgency=high + + * New upstream version. + * Fixes more buffer overflows not covered in the previous patch; + thus the urgency. + + -- Jeff Licquia Wed, 13 Feb 2002 22:40:50 -0500 + +cupsys (1.1.13-2) unstable; urgency=high + + * Fix potentially exploitable buffer overflow in cups/ipp.c. + + -- Jeff Licquia Sat, 9 Feb 2002 21:27:41 -0500 + +cupsys (1.1.13-1) unstable; urgency=low + + * New upstream version. + * Silly me. fopen() returns NULL, not non-NULL, when it fails. :-) + Closes: #130532, #131433. + + -- Jeff Licquia Sat, 2 Feb 2002 16:10:20 -0500 + +cupsys (1.1.12-5) unstable; urgency=low + + * Fix man page references so, e.g., references go from backend(1) to + cups-backend(1). Closes: #126811. + * Oops! Debian has time_t->tm_gmtoff, which is defined to have the + opposite sign of timezone. Is it that way on BSD? Anyway, + reverse the sense of the sign for time_t->tm_gmtoff if we use + that. Closes: #126195. + * Add header for gs_malloc to pstoraster/gscrdp.c, to prevent + problems with implicit declaration on 64-bit systems. + Closes: #126002. + * cgi-bin/admin.c: Be a little bit more paranoid about one's ability + to write to tempfiles. Closes: #122324. + * Enabled OpenSLP support. + * Cleaned up Priorities and Sections. + + -- Jeff Licquia Sun, 20 Jan 2002 02:14:35 -0500 + +cupsys (1.1.12-4) unstable; urgency=low + + * Move cups-lpd man page to cupsys-bsd. Closes: #122311. + * Oops! Lost the patch to allow "cupsaccept", etc. commands. + Closes: #123280. + * Minor change to the init script output. Closes: #121938. + * Changed choose-uri.tmpl to be a little more clear. + Closes: #117376. + * Moved CUPS document root from /usr/share/doc/cupsys to + /usr/share/cups/doc-root, and created a symlink from + /u/s/d/cupsys/online-docs to it. It turns out that serving + files via CUPS from /usr/share/doc is a policy violation. + Closes: #120923. + * Fixed a small problem when upgrading from potato libcupsys1-dev + to current libcupsys2-dev. + + -- Jeff Licquia Mon, 17 Dec 2001 00:58:41 -0500 + +cupsys (1.1.12-3) unstable; urgency=low + + * Fix libcupsys2 shlibs file to provide the proper dependency + information. Closes: #121405. + * Oops! Make sure SSL support isn't built yet. + + -- Jeff Licquia Wed, 28 Nov 2001 11:41:17 -0500 + +cupsys (1.1.12-2) unstable; urgency=low + + * It helps to run autoconf after making a change to the configure + script. :-) CXX=$CC change wasn't propagated, making the build + fail on hppa. + + -- Jeff Licquia Mon, 26 Nov 2001 12:01:58 -0500 + +cupsys (1.1.12-1) unstable; urgency=low + + * New upstream version. Closes: #119162. + * Updated Standards-Version. + * Made cupsys depend on debconf. + * Removed -Wl,rpath from config-scripts/cups-sharedlibs.m4. + * Removed explicit libcupsys dep from cupsys. + * Removed "CXX=$CC" from config-scripts/cups-compiler.m4. + * Removed .SILENT from Makedefs so the build isn't silent anymore. + * On devfs, look in /dev/printers as well as /dev/parallel. + (Do we still need /dev/parallel?) Closes: #114063. + * Changed internal file: device URI type to test:, since (per + upstream) it's not intended for anything other than to test + filters. See bug #115252 or README.Debian for more info. + + -- Jeff Licquia Sun, 25 Nov 2001 11:21:32 -0500 + +cupsys (1.1.10-4) unstable; urgency=low + + * Switched cupsenable and cupsdisable symlinks to always point to + /usr/sbin/accept to prevent them from breaking when files move + around (as they did recently). Closes: #114006. + * It turns out that libcupsys needs to make temp files in + /var/spool/cups/tmp, so that dir needs to be in the package. + Closes: #115154. + * Related to the above, when creating temp files, don't loop when + the open fails unless the return value is EEXIST. Thanks to Brian + Ristuccia for the suggestion. + * Honor the DEB_BUILD_OPTTIONS "debug" setting. + * Per policy, make sure we build with -D_REENTRANT. + * Don't remove /var/spool/cups in the cupsys postrm when purging. + * Added German description to template. Closes: #113604. + * Added Portuguese description to cupsys-bsd template. + Closes: #106131. + + -- Jeff Licquia Thu, 18 Oct 2001 23:07:34 -0500 + +cupsys (1.1.10-3) unstable; urgency=low + + * Scale back a bit on aggressiveness on purging cupsys, as it can + cause us to remove the cupsys-client conffile. + * It turns out that client.conf is parsed by libcupsys2, not + cupsys-client, so it needs to switch packages. + * Changed PAM code so it attempts to open the "cupsys" PAM config + file, instead of the "cups" one. Not sure how this broke again. + Closes: #110651. + * Per request, implemented the "reload" option in the init script. + + -- Jeff Licquia Wed, 19 Sep 2001 21:53:48 -0500 + +cupsys (1.1.10-2) unstable; urgency=low + + * Added Conflicts: on cupsys-pstoraster with older cupsys packages + because of moved files. Closes: #106107. + * Fixed bug concerning update-inetd handling; it was removing the + inetd entry for the lpd server in cupsys-bsd with every upgrade. + Closes: #109298. + + -- Jeff Licquia Thu, 30 Aug 2001 23:14:08 -0500 + +cupsys (1.1.10-1) unstable; urgency=low + + * New upstream version - with Makefile oops fixed (1.1.10-1 + upstream). + * Fixed lpadmin group creation so NIS-style lpadmin group is + recognized. Closes: #78895, #107744. + * Replaced kups with kdelibs3-cups in Suggests: lines, and + reorganized Suggests line. Closes: #109695. + * Moved Suggests for all add-on clients to cupsys-client. + * Fixed purge so /etc/cups is completely cleaned out. + Closes: #108488. + * Moved filter and backend man pages to cups-filter and + cups-backend to avoid conflicts with other packages. + Closes: #107629. + * Made the lpd backend non-setuid, and created a low-priority + debconf question to handle the few who really need it setuid. + Closes: #77617. + * Altered cupsys-bsd postinst; always remove any inetd lines when + removing the package (we'll put it back later if we're just + upgrading). + + -- Jeff Licquia Tue, 28 Aug 2001 00:43:36 -0500 + +cupsys (1.1.9-1.1) unstable; urgency=low + + * NMU + * Fix gcc 3.0/hppa build problems. Closes: #104620, #105308. + + -- LaMont Jones Wed, 15 Aug 2001 19:28:23 -0600 + +cupsys (1.1.9-1) unstable; urgency=low + + * Return of the Maintainer. :-) + * New upstream version. + * Added dep on adduser (fixed bug #105382). + + -- Jeff Licquia Mon, 30 Jul 2001 00:28:47 -0500 + +cupsys (1.1.8-0.1) unstable; urgency=low + + * Non-maintainer upload. + * i think anyone who wants cupsys in woody will be happy by this nmu + * New upstream release (Closes: #80895, #100156, #94364) + * With the new upstream release the problem with cgi-bin + has been fixed + (Closes: #96055, #98264, #96530, #96055, #99914, #100707, #103095) + * Added cupsys-pstoraster package. + * Added the LOGDIR option to install rule (Closes: #94502) + * Suggests cupsys-driver-gimpprint | cupsomatic-ppd (Closes: #99146) + * Moved to DH_COMPAT=2 + * Added a pointer to http://localhost:631/admin to README.Debian + (Closes: #97964) + * Removed the extra from cupsd.conf (Closes: #96012) + * Not installing copyright for libcupsys2-dev, it will have a link + pointing to libcupsys2 anyways (Closes: #94504) + * Removed maintainer postinst and prerm scripts from cupsys-client + and libcupsys2-dev, by purging either of them you would have + removed your cups documentation. + * added German translation of debconf template to cupsys-bsd + by Sebastian Feltel (Closes: #101467, #100901) + * changed rm -f to rm -rf from cupsys-bsd prerm, and removed the link + handling for /usr/doc, let debhelper worry about that. + (Closes: #94539, #100501, #102669) + + -- Sami Haahtinen Thu, 5 Jul 2001 16:04:42 +0300 + +cupsys (1.1.6-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release, fixing multiple vulnerabilities (Closes: Bug#88932) + * cupsys removes only its own configuration files upon purge (Closes: Bug#84341) + * fixed postinst, so it does not fail when the lpadmin group + already exists (Closes: Bug#84443) + * added a helpful URL to README.Debian (Closes: Bug#63590) + * Suggests gtklp | kups | qtcups (Closes: Bug#82974) + + -- Gergely Nagy <8@free.bsd.hu> Sat, 14 Apr 2001 18:05:23 +0200 + +cupsys (1.1.4-3) unstable; urgency=low + + * Fixed PAM module name confusion (closes bugs #76457, #77114). + * Fixed broken deps w.r.t. cupsys-client Replacing older cupsys + versions (closes bug #75241). + * Fixed broken deps surrounding cupsys-dev (closes bug #75242). + * My shlibs file was badly broken; it referred to the cupsys package + instead of the libcupsys2 package (closes bug #78485). + * Fixed problem with upgrading; --oknodo wasn't passed to + start-stop-daemon, causing the prerm to fail if cupsd wasn't running + (closes bug #70698). + + -- Jeff Licquia Sun, 3 Dec 2000 22:45:29 -0500 + +cupsys (1.1.4-2) unstable; urgency=high + + * Fix misconfiguration in default config; cupsd now refuses connections + to printers and printer classes from all hosts except localhost by + default. The previous default was to allow all hosts to connect to + all printers - not a terribly secure default. :-) + + -- Jeff Licquia Sat, 18 Nov 2000 00:55:48 -0500 + +cupsys (1.0.4-8) stable; urgency=high + + * Security fix: the default configuration now no longer allows people + to connect to printers except from localhost. The previous default + configuration allowed anyone to connect to any printer from any + location; not a smart security move. + + -- Jeff Licquia Sat, 18 Nov 2000 00:37:06 -0500 + +cupsys (1.1.4-1) unstable; urgency=low + + * New upstream version. + * Fixed SystemGroup to point to lpadmin again (closes bug #72155). + + -- Jeff Licquia Sun, 15 Oct 2000 20:36:01 -0500 + +cupsys (1.1.2-4) unstable; urgency=low + + * The scheduler will now accept up to 128 characters for a password + (closes bug #70946). + + -- Jeff Licquia Sun, 15 Oct 2000 14:54:31 -0500 + +cupsys (1.1.2-3) unstable; urgency=low + + * Re-add ppd directory to build (when did it drop out?) (closes bug + #70448). + + -- Jeff Licquia Mon, 28 Aug 2000 20:14:51 -0500 + +cupsys (1.1.2-2) unstable; urgency=low + + * Added debhelper to build deps (closes bug #69677). + * Fixed PAM configuration file (closes bug #69787). + + -- Jeff Licquia Thu, 24 Aug 2000 11:40:56 -0500 + +cupsys (1.1.2-1) unstable; urgency=low + + * Another new upstream version. + * More build fixes. + + -- Jeff Licquia Sat, 19 Aug 2000 17:15:34 -0500 + +cupsys (1.1.1-1) unstable; urgency=low + + * New upstream version - non-beta this time. + * Fixed up build process to reflect upstream changes. + * Removed lots of Debian-specific stuff that isn't needed anymore. + + -- Jeff Licquia Mon, 7 Aug 2000 20:27:29 -0500 + +cupsys (1.1.0-0b3d1) unstable; urgency=low + + * New upstream version. + * Daemon 'cups-lpd' (new to this version) added to cupsys-bsd, with + appropriate update-inetd calls, so cupsys-bsd is now a complete + replacement for lpr. + + -- Jeff Licquia Sun, 14 May 2000 00:08:23 -0500 + +cupsys (1.0.4-7) frozen unstable; urgency=high + + * Additional DoS fixes, included in Easy Software Products' patch for + the bug below. As these are DoS bugs, I HIGHLY recommend including + this in potato. + + -- Jeff Licquia Sun, 18 Jun 2000 22:39:01 -0500 + +cupsys (1.0.4-6) frozen unstable; urgency=high + + * Fixed denial-of-service bug; POSTing non-IPP data would cause the + server to crash. Closes bug #65576 (severity: critical). + + -- Jeff Licquia Tue, 13 Jun 2000 22:04:40 -0500 + +cupsys (1.0.4-5) frozen unstable; urgency=low + + * Backported 1.0.5 bugfix: adding a printer would fail if + /usr/share/cups were mounted on a different partition than /etc/cups. + Closes bug #62267 (severity: grave). + + -- Jeff Licquia Thu, 13 Apr 2000 23:09:40 -0500 + +cupsys (1.0.4-4) frozen unstable; urgency=low + + * Makefile in conf was attempting to remove /etc/printcap during build, and + fails to build if this fails (which it will under fakeroot); disabled + this. Closes bug #60455 (severity: important). + + -- Jeff Licquia Wed, 15 Mar 2000 12:34:20 -0600 + +cupsys (1.0.4-3) frozen unstable; urgency=low + + * Oops - ppd directory move fails in preinst if /var/lib/cups/ppd is + empty. Reported as bug #59993, fixed. + * Missed the library Build-Depends. Closes bug #60090. + * Postrm during purge now removes /etc/cups properly. + * Documentation updates. + + -- Jeff Licquia Fri, 10 Mar 2000 22:59:07 -0600 + +cupsys (1.0.4-2) frozen unstable; urgency=low + + * Fixed documentation corruption in HTML docs (closes bug #59063). + * Moved /var/lib/cups/ppd/* config files (printer definitions) to + /etc/cups/ppd (closes bug #59263). + * Fixed shlibs for libcupsys1 (erroneous information) preventing + packages that link to it from depending properly. + * Changed default for browsing to Off to keep cupsd from probing the + local network continuously (closes bug #59277). + + -- Jeff Licquia Sat, 4 Mar 2000 18:23:01 -0600 + +cupsys (1.0.4-1) unstable; urgency=low + + * New upstream version. + * Changed policy version & tweaked for conformance. + * Fixed symlinks for cupsys-bsd, including /usr/doc symlinks. + * Reverted lp -h hack in favor of upstream fix. + + -- Jeff Licquia Sun, 9 Jan 2000 23:25:06 -0600 + +cupsys (1.0.2-2) unstable; urgency=low + + * Added quick hack to allow for -h option to lp (closes bug #52050). + * Set the lpd backend suid after quick audit; it doesn't appear to have + any egregious errors (closes part of bug #52381). + * Move /var/lib/cups/conf files to /etc/cups, with a symlink in place of + the old location (closes bug #52318). + * Added "Authentication failed" message when authorizing after the first + auth failure (which is likely before the first password request) + (closes rest of bug #50264). + * Made cupsys-bsd doc dir a symlink to the cupsys doc files, per policy + section 6.6 (closes bug #51958). + * Symlinked /var/lib/cups/logs to /var/log/cups (closes bug #51957). + + -- Jeff Licquia Mon, 13 Dec 1999 02:12:40 -0600 + +cupsys (1.0.2-1) unstable; urgency=low + + * New upstream version. + * Conflict with lprng, since lprng includes some SysV printing commands + (closes bug #50539). + * Added "cupsenable", "cupsdisable", "cupsaccept", and "cupsreject" + commands as part of an ongoing effort to reduce namespace pollution. + (addresses part of bug #50661 and #50384) + * Set both the default user and group to "lp" (for permissions fixes). + * Created "lpadmin" group and set SystemGroup to this. This will + fix problems with CUPS not being usable initially. As soon as + bug #50620 gets fixed, I'll set up to add root to the group, which + will make root able to configure CUPS immediately after installation. + + -- Jeff Licquia Mon, 29 Nov 1999 00:16:44 -0600 + +cupsys (1.0.1-3) unstable; urgency=low + + * Fixed wrong symlinks. (closes bug #50279) + * Stopped compression of .pdf files; they didn't gain much, broke + the links in the HTML, and generally caused confusion. (closes + part of bug #50264) + + -- Jeff Licquia Mon, 15 Nov 1999 22:28:56 -0600 + +cupsys (1.0.1-2) unstable; urgency=low + + * cupsys-bsd should conflict with lpr, not "lpd" (whatever that is) + (closes #50047) + + * Changed priority to "extra". + + -- Jeff Licquia Fri, 12 Nov 1999 22:24:15 -0600 + +cupsys (1.0.1-1) unstable; urgency=low + + * Initial Release. + + -- Jeff Licquia Sun, 6 Nov 1999 20:58:02 -0500 --- cups-1.4.3.orig/debian/cups.dirs +++ cups-1.4.3/debian/cups.dirs @@ -0,0 +1,4 @@ +etc/cups/ssl +usr/lib/cups/backend +usr/local/share/ppd +usr/share/ppd/custom --- cups-1.4.3.orig/debian/cups.init.d +++ cups-1.4.3/debian/cups.init.d @@ -0,0 +1,116 @@ +#! /bin/sh +### BEGIN INIT INFO +# Provides: cups +# Required-Start: $syslog $remote_fs +# Required-Stop: $syslog $remote_fs +# Should-Start: $network avahi +# Should-Stop: $network +# X-Start-Before: samba +# X-Stop-After: samba +# Default-Start: 2 3 4 5 +# Default-Stop: 1 +# Short-Description: CUPS Printing spooler and server +### END INIT INFO + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/sbin/cupsd +NAME=cupsd +PIDFILE=/var/run/cups/$NAME.pid +DESC="Common Unix Printing System" + +unset TMPDIR + +test -x $DAEMON || exit 0 + +mkdir -p /var/run/cups/certs + +if [ -r /etc/default/cups ]; then + . /etc/default/cups +fi + +. /lib/lsb/init-functions + +# Get the timezone set. +if [ -z "$TZ" -a -e /etc/timezone ]; then + TZ=`cat /etc/timezone` + export TZ +fi + +restart_xprint() { + if [ -n "$success" ] && [ -x /etc/init.d/xprint ]; then + invoke-rc.d xprint force-reload || true + fi +} + +coldplug_usb_printers() { + if type udevadm > /dev/null 2>&1 && [ -x /lib/udev/udev-configure-printer ]; then + for printer in `udevadm trigger --verbose --dry-run --subsystem-match=usb \ + --attr-match=bInterfaceClass=07 --attr-match=bInterfaceSubClass=01 2>/dev/null || true; \ + udevadm trigger --verbose --dry-run --subsystem-match=usb \ + --sysname-match='lp[0-9]*' 2>/dev/null || true`; do + /lib/udev/udev-configure-printer add "${printer#/sys}" + done + fi +} + +case "$1" in + start) + log_begin_msg "Starting $DESC: $NAME" + chown root:lpadmin /usr/share/ppd/custom 2>/dev/null || true + chmod 3775 /usr/share/ppd/custom 2>/dev/null || true + + mkdir -p `dirname "$PIDFILE"` + if [ "$LOAD_LP_MODULE" = "yes" -a -f /usr/lib/cups/backend/parallel \ + -a -f /proc/devices -a -f /proc/modules -a -x /sbin/modprobe ]; then + modprobe -q -b lp || true + modprobe -q -b ppdev || true + fi + + start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" --exec $DAEMON && success=1 + + coldplug_usb_printers + log_end_msg $? + restart_xprint + ;; + stop) + log_begin_msg "Stopping $DESC: $NAME" + start-stop-daemon --stop --quiet --retry 5 --oknodo --pidfile $PIDFILE --name $NAME && success=1 + log_end_msg $? + restart_xprint + ;; + reload|force-reload) + log_begin_msg "Reloading $DESC: $NAME" + start-stop-daemon --stop --quiet --pidfile $PIDFILE --name $NAME --signal 1 && success=1 + log_end_msg $? + restart_xprint + ;; + restart) + log_begin_msg "Restarting $DESC: $NAME" + if start-stop-daemon --stop --quiet --retry 5 --oknodo --pidfile $PIDFILE --name $NAME; then + start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec $DAEMON && success=1 + fi + log_end_msg $? + restart_xprint + ;; + status) + echo -n "Status of $DESC: " + if [ ! -r "$PIDFILE" ]; then + echo "$NAME is not running." + exit 3 + fi + if read pid < "$PIDFILE" && ps -p "$pid" > /dev/null 2>&1; then + echo "$NAME is running." + exit 0 + else + echo "$NAME is not running but $PIDFILE exists." + exit 1 + fi + ;; + *) + N=/etc/init.d/${0##*/} + echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 + exit 1 + ;; +esac + +exit 0 --- cups-1.4.3.orig/debian/HOWTO_BUGREPORT.txt +++ cups-1.4.3/debian/HOWTO_BUGREPORT.txt @@ -0,0 +1,28 @@ +Debian users, + +For making clear your printing problem, I need some information. + +1. Please describe your CUPS version/revision. This will be written + automatically if you use Debian bug system tools. +2. Please describe Your printer vendor and model, and how to connect (usb, + parallel, serial, lpd, ipp, http, socket, smb). +3. Please attach your /etc/cups/printers.conf (only about problematic printer) +4. Set LogLeveld as "debug" in your /etc/cups/cupsd.conf and reload by + /etc/init.d/cups reload. After you do something causes a problem, + please attach gzippped your /var/log/cups/error_log. +5. Please attach gzipped PPD file in /etc/cups/ppd/. + +Before you report... +1. If you use gs as filter, please check /usr/bin/gs indicates gs-esp. + gs-gnu doesn't support some drivers. If gs indicates gs-gnu, please + change by 'update-alternatives --config gs'. +2. Please don't set severity to 'grave' or 'critical' if you couldn't success + to print out. I usually test by my printer, then upload. (it means at + least I can success to print out) + I promise to look over your report. Please use 'important' for + "I can't print out by my printer!". + +Thanks, +-- +Kenshi Muto +kmuto@debian.org --- cups-1.4.3.orig/debian/libcupsimage2.preinst +++ cups-1.4.3/debian/libcupsimage2.preinst @@ -0,0 +1,40 @@ +#! /bin/sh +# preinst script for libcupsimage2 +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' + +case "$1" in + install) + ;; + + upgrade) + if [ ! -L /usr/share/doc/libcupsimage2 ]; then + rm -rf /usr/share/doc/libcupsimage2 + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/cups.logrotate +++ cups-1.4.3/debian/cups.logrotate @@ -0,0 +1,15 @@ +/var/log/cups/*log { + daily + missingok + rotate 7 + sharedscripts + postrotate + if [ -e /var/run/cups/cupsd.pid ]; then + invoke-rc.d --quiet cups force-reload > /dev/null + sleep 10 + fi + endscript + compress + notifempty + create 640 root lpadmin +} --- cups-1.4.3.orig/debian/libcups2.install +++ cups-1.4.3/debian/libcups2.install @@ -0,0 +1 @@ +usr/lib/libcups.so.* --- cups-1.4.3.orig/debian/cups-bsd.postinst +++ cups-1.4.3/debian/cups-bsd.postinst @@ -0,0 +1,62 @@ +#! /bin/sh +# postinst script for cups +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/doc/packaging-manual/ +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +# Debconf +. /usr/share/debconf/confmodule + +case "$1" in + configure) + + # Set documentation symlinks + if [ -d /usr/share/doc/cups ]; then + if [ ! -e /usr/share/doc/cups-bsd ]; then + ln -sf cups-common /usr/share/doc/cups-bsd + fi + fi + + # Add cups-lpd to inetd.conf + db_get cups-bsd/setuplpd + if [ "$RET" = "true" ]; then + update-inetd --add 'printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd' + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/compat +++ cups-1.4.3/debian/compat @@ -0,0 +1 @@ +5 --- cups-1.4.3.orig/debian/presubj +++ cups-1.4.3/debian/presubj @@ -0,0 +1,3 @@ +Please note that CUPS is never affected by Poppler or XPDF bugs, because +the Debian package relies upon external tools to generate PostScript. +Therefore, avoid filing bugs related to PDF security issues against CUPS. --- cups-1.4.3.orig/debian/libcups2.examples +++ cups-1.4.3/debian/libcups2.examples @@ -0,0 +1 @@ +debian/client.conf --- cups-1.4.3.orig/debian/libcupsppdc1.symbols +++ cups-1.4.3/debian/libcupsppdc1.symbols @@ -0,0 +1,230 @@ +libcupsppdc.so.1 libcupsppdc1 #MINVER# + _ZN10ppdcChoice10class_nameEv@Base 1.4.0 + _ZN10ppdcChoiceC1EPKcS1_S1_@Base 1.4.0 + _ZN10ppdcChoiceC2EPKcS1_S1_@Base 1.4.0 + _ZN10ppdcChoiceD0Ev@Base 1.4.0 + _ZN10ppdcChoiceD1Ev@Base 1.4.0 + _ZN10ppdcChoiceD2Ev@Base 1.4.0 + _ZN10ppdcDriver10class_nameEv@Base 1.4.0 + _ZN10ppdcDriver10find_groupEPKc@Base 1.4.0 + _ZN10ppdcDriver11find_optionEPKc@Base 1.4.0 + _ZN10ppdcDriver11set_versionEPKc@Base 1.4.0 + _ZN10ppdcDriver13set_file_nameEPKc@Base 1.4.0 + _ZN10ppdcDriver14set_model_nameEPKc@Base 1.4.0 + _ZN10ppdcDriver14write_ppd_fileEP12_cups_file_sP11ppdcCatalogP9ppdcArrayP10ppdcSource14ppdcLineEnding@Base 1.4.0 + _ZN10ppdcDriver16set_default_fontEP8ppdcFont@Base 1.4.0 + _ZN10ppdcDriver16set_default_sizeEP13ppdcMediaSize@Base 1.4.0 + _ZN10ppdcDriver16set_manufacturerEPKc@Base 1.4.0 + _ZN10ppdcDriver16set_pc_file_nameEPKc@Base 1.4.0 + _ZN10ppdcDriver17find_option_groupEPKcPP9ppdcGroup@Base 1.4.0 + _ZN10ppdcDriver20set_custom_size_codeEPKc@Base 1.4.0 + _ZN10ppdcDriver9find_attrEPKcS1_@Base 1.4.0 + _ZN10ppdcDriverC1EPS_@Base 1.4.0 + _ZN10ppdcDriverC2EPS_@Base 1.4.0 + _ZN10ppdcDriverD0Ev@Base 1.4.0 + _ZN10ppdcDriverD1Ev@Base 1.4.0 + _ZN10ppdcDriverD2Ev@Base 1.4.0 + _ZN10ppdcFilter10class_nameEv@Base 1.4.0 + _ZN10ppdcFilterC1EPKcS1_i@Base 1.4.0 + _ZN10ppdcFilterC2EPKcS1_i@Base 1.4.0 + _ZN10ppdcFilterD0Ev@Base 1.4.0 + _ZN10ppdcFilterD1Ev@Base 1.4.0 + _ZN10ppdcFilterD2Ev@Base 1.4.0 + _ZN10ppdcOption10class_nameEv@Base 1.4.0 + _ZN10ppdcOption11find_choiceEPKc@Base 1.4.0 + _ZN10ppdcOption13set_defchoiceEP10ppdcChoice@Base 1.4.0 + _ZN10ppdcOptionC1E11ppdcOptTypePKcS2_14ppdcOptSectionf@Base 1.4.0 + _ZN10ppdcOptionC1EPS_@Base 1.4.0 + _ZN10ppdcOptionC2E11ppdcOptTypePKcS2_14ppdcOptSectionf@Base 1.4.0 + _ZN10ppdcOptionC2EPS_@Base 1.4.0 + _ZN10ppdcOptionD0Ev@Base 1.4.0 + _ZN10ppdcOptionD1Ev@Base 1.4.0 + _ZN10ppdcOptionD2Ev@Base 1.4.0 + _ZN10ppdcShared6retainEv@Base 1.4.0 + _ZN10ppdcShared7releaseEv@Base 1.4.0 + _ZN10ppdcSharedC1Ev@Base 1.4.0 + _ZN10ppdcSharedC2Ev@Base 1.4.0 + _ZN10ppdcSharedD0Ev@Base 1.4.0 + _ZN10ppdcSharedD1Ev@Base 1.4.0 + _ZN10ppdcSharedD2Ev@Base 1.4.0 + _ZN10ppdcSource10class_nameEv@Base 1.4.0 + _ZN10ppdcSource10get_choiceEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource10get_duplexEP8ppdcFileP10ppdcDriver@Base 1.4.0 + _ZN10ppdcSource10get_filterEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource10get_optionEP8ppdcFileP10ppdcDriverP9ppdcGroup@Base 1.4.0 + _ZN10ppdcSource10import_ppdEPKc@Base 1.4.0 + _ZN10ppdcSource10write_fileEPKc@Base 1.4.0 + _ZN10ppdcSource11add_includeEPKc@Base 1.4.0 + _ZN10ppdcSource11find_driverEPKc@Base 1.4.0 + _ZN10ppdcSource11get_booleanEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource11get_genericEP8ppdcFilePKcS3_S3_@Base 1.4.0 + _ZN10ppdcSource11get_integerEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource11get_integerEPKc@Base 1.4.0 + _ZN10ppdcSource12driver_typesE@Base 1.4.0 + _ZN10ppdcSource12find_includeEPKcS1_Pci@Base 1.4.0 + _ZN10ppdcSource12get_variableEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource12set_variableEPKcS1_@Base 1.4.0 + _ZN10ppdcSource13find_variableEPKc@Base 1.4.0 + _ZN10ppdcSource14get_constraintEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource14get_resolutionEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource15get_color_modelEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource15get_color_orderEPKc@Base 1.4.0 + _ZN10ppdcSource15get_color_spaceEPKc@Base 1.4.0 + _ZN10ppdcSource15get_custom_sizeEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource15get_installableEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource15get_measurementEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource17get_color_profileEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource18get_simple_profileEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource6get_poEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource6quotefEP12_cups_file_sPKcz@Base 1.4.0 + _ZN10ppdcSource7find_poEPKc@Base 1.4.0 + _ZN10ppdcSource8get_attrEP8ppdcFileb@Base 1.4.0 + _ZN10ppdcSource8get_fontEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource8get_sizeEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource8includesE@Base 1.4.0 + _ZN10ppdcSource9find_sizeEPKc@Base 1.4.0 + _ZN10ppdcSource9get_floatEP8ppdcFile@Base 1.4.0 + _ZN10ppdcSource9get_groupEP8ppdcFileP10ppdcDriver@Base 1.4.0 + _ZN10ppdcSource9get_tokenEP8ppdcFilePci@Base 1.4.0 + _ZN10ppdcSource9read_fileEPKcP12_cups_file_s@Base 1.4.0 + _ZN10ppdcSource9scan_fileEP8ppdcFileP10ppdcDriverb@Base 1.4.0 + _ZN10ppdcSourceC1EPKcP12_cups_file_s@Base 1.4.0 + _ZN10ppdcSourceC2EPKcP12_cups_file_s@Base 1.4.0 + _ZN10ppdcSourceD0Ev@Base 1.4.0 + _ZN10ppdcSourceD1Ev@Base 1.4.0 + _ZN10ppdcSourceD2Ev@Base 1.4.0 + _ZN10ppdcString10class_nameEv@Base 1.4.0 + _ZN10ppdcStringC1EPKc@Base 1.4.0 + _ZN10ppdcStringC2EPKc@Base 1.4.0 + _ZN10ppdcStringD0Ev@Base 1.4.0 + _ZN10ppdcStringD1Ev@Base 1.4.0 + _ZN10ppdcStringD2Ev@Base 1.4.0 + _ZN11ppdcCatalog10class_nameEv@Base 1.4.0 + _ZN11ppdcCatalog11add_messageEPKcS1_@Base 1.4.0 + _ZN11ppdcCatalog12find_messageEPKc@Base 1.4.0 + _ZN11ppdcCatalog13load_messagesEPKc@Base 1.4.0 + _ZN11ppdcCatalog13save_messagesEPKc@Base 1.4.0 + _ZN11ppdcCatalogC1EPKcS1_@Base 1.4.0 + _ZN11ppdcCatalogC2EPKcS1_@Base 1.4.0 + _ZN11ppdcCatalogD0Ev@Base 1.4.0 + _ZN11ppdcCatalogD1Ev@Base 1.4.0 + _ZN11ppdcCatalogD2Ev@Base 1.4.0 + _ZN11ppdcMessage10class_nameEv@Base 1.4.0 + _ZN11ppdcMessageC1EPKcS1_@Base 1.4.0 + _ZN11ppdcMessageC2EPKcS1_@Base 1.4.0 + _ZN11ppdcMessageD0Ev@Base 1.4.0 + _ZN11ppdcMessageD1Ev@Base 1.4.0 + _ZN11ppdcMessageD2Ev@Base 1.4.0 + _ZN11ppdcProfile10class_nameEv@Base 1.4.0 + _ZN11ppdcProfileC1EPKcS1_ffPKf@Base 1.4.0 + _ZN11ppdcProfileC2EPKcS1_ffPKf@Base 1.4.0 + _ZN11ppdcProfileD0Ev@Base 1.4.0 + _ZN11ppdcProfileD1Ev@Base 1.4.0 + _ZN11ppdcProfileD2Ev@Base 1.4.0 + _ZN12ppdcVariable10class_nameEv@Base 1.4.0 + _ZN12ppdcVariable9set_valueEPKc@Base 1.4.0 + _ZN12ppdcVariableC1EPKcS1_@Base 1.4.0 + _ZN12ppdcVariableC2EPKcS1_@Base 1.4.0 + _ZN12ppdcVariableD0Ev@Base 1.4.0 + _ZN12ppdcVariableD1Ev@Base 1.4.0 + _ZN12ppdcVariableD2Ev@Base 1.4.0 + _ZN13ppdcMediaSize10class_nameEv@Base 1.4.0 + _ZN13ppdcMediaSizeC1EPKcS1_ffffffS1_S1_@Base 1.4.0 + _ZN13ppdcMediaSizeC2EPKcS1_ffffffS1_S1_@Base 1.4.0 + _ZN13ppdcMediaSizeD0Ev@Base 1.4.0 + _ZN13ppdcMediaSizeD1Ev@Base 1.4.0 + _ZN13ppdcMediaSizeD2Ev@Base 1.4.0 + _ZN14ppdcConstraint10class_nameEv@Base 1.4.0 + _ZN14ppdcConstraintC1EPKcS1_S1_S1_@Base 1.4.0 + _ZN14ppdcConstraintC2EPKcS1_S1_S1_@Base 1.4.0 + _ZN14ppdcConstraintD0Ev@Base 1.4.0 + _ZN14ppdcConstraintD1Ev@Base 1.4.0 + _ZN14ppdcConstraintD2Ev@Base 1.4.0 + _ZN8ppdcAttr10class_nameEv@Base 1.4.0 + _ZN8ppdcAttrC1EPKcS1_S1_S1_b@Base 1.4.0 + _ZN8ppdcAttrC2EPKcS1_S1_S1_b@Base 1.4.0 + _ZN8ppdcAttrD0Ev@Base 1.4.0 + _ZN8ppdcAttrD1Ev@Base 1.4.0 + _ZN8ppdcAttrD2Ev@Base 1.4.0 + _ZN8ppdcFile3getEv@Base 1.4.0 + _ZN8ppdcFile4peekEv@Base 1.4.0 + _ZN8ppdcFileC1EPKcP12_cups_file_s@Base 1.4.0 + _ZN8ppdcFileC2EPKcP12_cups_file_s@Base 1.4.0 + _ZN8ppdcFileD1Ev@Base 1.4.0 + _ZN8ppdcFileD2Ev@Base 1.4.0 + _ZN8ppdcFont10class_nameEv@Base 1.4.0 + _ZN8ppdcFontC1EPKcS1_S1_S1_14ppdcFontStatus@Base 1.4.0 + _ZN8ppdcFontC2EPKcS1_S1_S1_14ppdcFontStatus@Base 1.4.0 + _ZN8ppdcFontD0Ev@Base 1.4.0 + _ZN8ppdcFontD1Ev@Base 1.4.0 + _ZN8ppdcFontD2Ev@Base 1.4.0 + _ZN9ppdcArray10class_nameEv@Base 1.4.0 + _ZN9ppdcArray3addEP10ppdcShared@Base 1.4.0 + _ZN9ppdcArray4nextEv@Base 1.4.0 + _ZN9ppdcArray5firstEv@Base 1.4.0 + _ZN9ppdcArray6removeEP10ppdcShared@Base 1.4.0 + _ZN9ppdcArrayC1EPS_@Base 1.4.0 + _ZN9ppdcArrayC2EPS_@Base 1.4.0 + _ZN9ppdcArrayD0Ev@Base 1.4.0 + _ZN9ppdcArrayD1Ev@Base 1.4.0 + _ZN9ppdcArrayD2Ev@Base 1.4.0 + _ZN9ppdcGroup10class_nameEv@Base 1.4.0 + _ZN9ppdcGroup11find_optionEPKc@Base 1.4.0 + _ZN9ppdcGroupC1EPKcS1_@Base 1.4.0 + _ZN9ppdcGroupC1EPS_@Base 1.4.0 + _ZN9ppdcGroupC2EPKcS1_@Base 1.4.0 + _ZN9ppdcGroupC2EPS_@Base 1.4.0 + _ZN9ppdcGroupD0Ev@Base 1.4.0 + _ZN9ppdcGroupD1Ev@Base 1.4.0 + _ZN9ppdcGroupD2Ev@Base 1.4.0 + _ZTI10ppdcChoice@Base 1.4.0 + _ZTI10ppdcDriver@Base 1.4.0 + _ZTI10ppdcFilter@Base 1.4.0 + _ZTI10ppdcOption@Base 1.4.0 + _ZTI10ppdcShared@Base 1.4.0 + _ZTI10ppdcSource@Base 1.4.0 + _ZTI10ppdcString@Base 1.4.0 + _ZTI11ppdcCatalog@Base 1.4.0 + _ZTI11ppdcMessage@Base 1.4.0 + _ZTI11ppdcProfile@Base 1.4.0 + _ZTI12ppdcVariable@Base 1.4.0 + _ZTI13ppdcMediaSize@Base 1.4.0 + _ZTI14ppdcConstraint@Base 1.4.0 + _ZTI8ppdcAttr@Base 1.4.0 + _ZTI8ppdcFont@Base 1.4.0 + _ZTI9ppdcArray@Base 1.4.0 + _ZTI9ppdcGroup@Base 1.4.0 + _ZTS10ppdcChoice@Base 1.4.0 + _ZTS10ppdcDriver@Base 1.4.0 + _ZTS10ppdcFilter@Base 1.4.0 + _ZTS10ppdcOption@Base 1.4.0 + _ZTS10ppdcShared@Base 1.4.0 + _ZTS10ppdcSource@Base 1.4.0 + _ZTS10ppdcString@Base 1.4.0 + _ZTS11ppdcCatalog@Base 1.4.0 + _ZTS11ppdcMessage@Base 1.4.0 + _ZTS11ppdcProfile@Base 1.4.0 + _ZTS12ppdcVariable@Base 1.4.0 + _ZTS13ppdcMediaSize@Base 1.4.0 + _ZTS14ppdcConstraint@Base 1.4.0 + _ZTS8ppdcAttr@Base 1.4.0 + _ZTS8ppdcFont@Base 1.4.0 + _ZTS9ppdcArray@Base 1.4.0 + _ZTS9ppdcGroup@Base 1.4.0 + _ZTV10ppdcChoice@Base 1.4.0 + _ZTV10ppdcDriver@Base 1.4.0 + _ZTV10ppdcFilter@Base 1.4.0 + _ZTV10ppdcOption@Base 1.4.0 + _ZTV10ppdcShared@Base 1.4.0 + _ZTV10ppdcSource@Base 1.4.0 + _ZTV10ppdcString@Base 1.4.0 + _ZTV11ppdcCatalog@Base 1.4.0 + _ZTV11ppdcMessage@Base 1.4.0 + _ZTV11ppdcProfile@Base 1.4.0 + _ZTV12ppdcVariable@Base 1.4.0 + _ZTV13ppdcMediaSize@Base 1.4.0 + _ZTV14ppdcConstraint@Base 1.4.0 + _ZTV8ppdcAttr@Base 1.4.0 + _ZTV8ppdcFont@Base 1.4.0 + _ZTV9ppdcArray@Base 1.4.0 + _ZTV9ppdcGroup@Base 1.4.0 --- cups-1.4.3.orig/debian/cups.config +++ cups-1.4.3/debian/cups.config @@ -0,0 +1,29 @@ +#!/bin/sh + +set -e + +# Debconf library +. /usr/share/debconf/confmodule + +db_get cupsys/raw-print +OLD_RET=$RET + +db_input low cupsys/raw-print || true +db_go + +db_get cupsys/raw-print +if [ "$OLD_RET" != "$RET" ]; then + db_fset cupsys/raw-print changed true +fi + +# remove parallel from PPC default +ARCH=`dpkg --print-architecture` +if [ "$ARCH" = "ppc" -o "$ARCH" = "ppc-none" ]; then + db_fget cupsys/backend seen + if [ "$RET" = "false" ]; then + db_set cupsys/backend "ipp, lpd, socket, usb" + fi +fi + +db_input low cupsys/backend || true +db_go --- cups-1.4.3.orig/debian/libcupsppdc1-dev.install +++ cups-1.4.3/debian/libcupsppdc1-dev.install @@ -0,0 +1,3 @@ +usr/lib/libcupsppdc.so +usr/lib/libcupsppdc.a +usr/include/cups/ppdc.h --- cups-1.4.3.orig/debian/cups.pam +++ cups-1.4.3/debian/cups.pam @@ -0,0 +1,3 @@ +@include common-auth +@include common-account +@include common-session --- cups-1.4.3.orig/debian/cups.postrm +++ cups-1.4.3/debian/cups.postrm @@ -0,0 +1,46 @@ +#! /bin/sh +# postrm script for cups +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/doc/packaging-manual/ + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +case "$1" in + purge) + rm -rf /var/lib/cups + rm -rf /var/log/cups + rm -rf /var/run/cups + rm -rf /var/cache/cups + rm -rf /var/spool/cups + rm -rf /etc/cups/interfaces + rm -rf /etc/cups/ppd + rm -rf /etc/cups/passwd.md5 + rm -rf /etc/cups/cups.d + rm -f /etc/cups/printers.conf* /etc/cups/classes.conf.* \ + /var/lib/cups/ppds.dat /etc/cups/raw.convs /etc/cups/raw.types + rmdir /etc/cups 2>/dev/null || true + ;; + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + +esac --- cups-1.4.3.orig/debian/cups.default +++ cups-1.4.3/debian/cups.default @@ -0,0 +1,4 @@ +# Cups configure options + +# LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module +LOAD_LP_MODULE=yes --- cups-1.4.3.orig/debian/cups-bsd.preinst +++ cups-1.4.3/debian/cups-bsd.preinst @@ -0,0 +1,40 @@ +#! /bin/sh +# preinst script for cups-bsd +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' + +case "$1" in + install) + ;; + + upgrade) + if [ ! -L /usr/share/doc/cups-bsd ]; then + rm -rf /usr/share/doc/cups-bsd + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/suid +++ cups-1.4.3/debian/suid @@ -0,0 +1 @@ +usr/lib/cups/backend/lpd --- cups-1.4.3.orig/debian/cups-bsd.templates +++ cups-1.4.3/debian/cups-bsd.templates @@ -0,0 +1,12 @@ +# These templates have been reviewed by debian-l10n-english +# Please do not modify them without asking for a review + +Template: cups-bsd/setuplpd +Type: boolean +Default: false +_Description: Do you want to set up the BSD lpd compatibility server? + The CUPS package contains a server that can accept BSD-style print + jobs and submit them to CUPS. It should only be set up if other + computers are likely to submit jobs over the network via the "BSD" or + "LPR" services, and these computers cannot be converted to use the + IPP protocol that CUPS uses. --- cups-1.4.3.orig/debian/libcupsppdc1.install +++ cups-1.4.3/debian/libcupsppdc1.install @@ -0,0 +1 @@ +usr/lib/libcupsppdc.so.* --- cups-1.4.3.orig/debian/dirs +++ cups-1.4.3/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- cups-1.4.3.orig/debian/cups.docs +++ cups-1.4.3/debian/cups.docs @@ -0,0 +1,3 @@ +CREDITS.txt +README.txt +debian/HOWTO_BUGREPORT.txt --- cups-1.4.3.orig/debian/libcupscgi1.symbols +++ cups-1.4.3/debian/libcupscgi1.symbols @@ -0,0 +1,43 @@ +libcupscgi.so.1 libcupscgi1 #MINVER# + cgiCheckVariables@Base 1.4.0 + cgiClearVariables@Base 1.4.2 + cgiCompileSearch@Base 1.4.0 + cgiCopyTemplateFile@Base 1.4.0 + cgiCopyTemplateLang@Base 1.4.0 + cgiDoSearch@Base 1.4.0 + cgiEndHTML@Base 1.4.0 + cgiEndMultipart@Base 1.4.0 + cgiFormEncode@Base 1.4.0 + cgiFreeSearch@Base 1.4.0 + cgiGetArray@Base 1.4.0 + cgiGetAttributes@Base 1.4.0 + cgiGetCookie@Base 1.4.3-1ubuntu1.2 + cgiGetFile@Base 1.4.0 + cgiGetIPPObjects@Base 1.4.0 + cgiGetSize@Base 1.4.0 + cgiGetTemplateDir@Base 1.4.0 + cgiGetVariable@Base 1.4.0 + cgiInitialize@Base 1.4.0 + cgiIsPOST@Base 1.4.0 + cgiMoveJobs@Base 1.4.0 + cgiPrintCommand@Base 1.4.0 + cgiPrintTestPage@Base 1.4.0 + cgiRewriteURL@Base 1.4.0 + cgiSetArray@Base 1.4.0 + cgiSetCookie@Base 1.4.3-1ubuntu1.2 + cgiSetIPPObjectVars@Base 1.4.0 + cgiSetIPPVars@Base 1.4.0 + cgiSetServerVersion@Base 1.4.0 + cgiSetSize@Base 1.4.0 + cgiSetVariable@Base 1.4.0 + cgiShowIPPError@Base 1.4.0 + cgiShowJobs@Base 1.4.0 + cgiStartHTML@Base 1.4.0 + cgiStartMultipart@Base 1.4.0 + cgiSupportsMultipart@Base 1.4.0 + cgiText@Base 1.4.0 + helpDeleteIndex@Base 1.4.0 + helpFindNode@Base 1.4.0 + helpLoadIndex@Base 1.4.0 + helpSaveIndex@Base 1.4.0 + helpSearchIndex@Base 1.4.0 --- cups-1.4.3.orig/debian/cups.doc-base +++ cups-1.4.3/debian/cups.doc-base @@ -0,0 +1,10 @@ +Document: cups +Title: CUPS Documentation +Author: Easy Software Products +Abstract: This documentation covers the use and administration of a CUPS + printing system, and the programming interface for the libcups API. +Section: System/Hardware + +Format: HTML +Index: /usr/share/doc/cups/online-docs/index.html +Files: /usr/share/doc/cups/online-docs/*.html --- cups-1.4.3.orig/debian/cups.examples +++ cups-1.4.3/debian/cups.examples @@ -0,0 +1,2 @@ +debian/filters/* +debian/printer.schema --- cups-1.4.3.orig/debian/copyright +++ cups-1.4.3/debian/copyright @@ -0,0 +1,253 @@ +This package was debianized by Jeff Licquia on +Sun, 3 Oct 1999 20:58:02 -0500. + +It was downloaded from: + ftp://ftp.easysw.com/pub/cups/ + +Upstream Authors: Easy Software Products + Michael Sweet + +Copyright: + +[From the LICENSE.txt file. GPL and LGPL cut for brevity; for a copy, +look in /usr/share/common-licenses, files GPL and LGPL-2.] + + Common UNIX Printing System License Agreement + + Copyright 2007 by Apple Inc. + 1 Infinite Loop + Cupertino, CA 95014 USA + + WWW: http://www.cups.org/ + + +INTRODUCTION + +The Common UNIX Printing System(tm), ("CUPS(tm)"), is provided +under the GNU General Public License ("GPL") and GNU Library +General Public License ("LGPL"), Version 2, with exceptions for +Apple operating systems and the OpenSSL toolkit. A copy of the +exceptions and licenses follow this introduction. + +The GNU LGPL applies to the CUPS and CUPS Imaging libraries +located in the "cups" and "filter" subdirectories of the CUPS +source distribution and in the "cups" include directory and +library files in the binary distributions. The GNU GPL applies to +the remainder of the CUPS distribution, including the "pdftops" +filter which is based upon Xpdf. + +For those not familiar with the GNU GPL, the license basically +allows you to: + + - Use the CUPS software at no charge. + - Distribute verbatim copies of the software in source or + binary form. + - Sell verbatim copies of the software for a media fee, or + sell support for the software. + +What this license *does not* allow you to do is make changes or +add features to CUPS and then sell a binary distribution without +source code. You must provide source for any changes or additions +to the software, and all code must be provided under the GPL or +LGPL as appropriate. The only exceptions to this are the portions +of the CUPS software covered by the Apple operating system +license exceptions outlined later in this license agreement. + +The GNU LGPL relaxes the "link-to" restriction, allowing you to +develop applications that use the CUPS and CUPS Imaging libraries +under other licenses and/or conditions as appropriate for your +application, driver, or filter. + + +LICENSE EXCEPTIONS + +In addition, as the copyright holder of CUPS, Apple Inc. grants +the following special exceptions: + + 1. Apple Operating System Development License Exception; + + a. Software that is developed by any person or entity + for an Apple Operating System ("Apple OS-Developed + Software"), including but not limited to Apple and + third party printer drivers, filters, and backends + for an Apple Operating System, that is linked to the + CUPS imaging library or based on any sample filters + or backends provided with CUPS shall not be + considered to be a derivative work or collective work + based on the CUPS program and is exempt from the + mandatory source code release clauses of the GNU GPL. + You may therefore distribute linked combinations of + the CUPS imaging library with Apple OS-Developed + Software without releasing the source code of the + Apple OS-Developed Software. You may also use sample + filters and backends provided with CUPS to develop + Apple OS-Developed Software without releasing the + source code of the Apple OS-Developed Software. + + b. An Apple Operating System means any operating system + software developed and/or marketed by Apple Computer, + Inc., including but not limited to all existing + releases and versions of Apple's Darwin, Mac OS X, + and Mac OS X Server products and all follow-on + releases and future versions thereof. + + c. This exception is only available for Apple + OS-Developed Software and does not apply to software + that is distributed for use on other operating + systems. + + d. All CUPS software that falls under this license + exception have the following text at the top of each + source file: + + This file is subject to the Apple OS-Developed + Software exception. + + 2. OpenSSL Toolkit License Exception; + + a. Apple Inc. explicitly allows the compilation and + distribution of the CUPS software with the OpenSSL + Toolkit. + +No developer is required to provide these exceptions in a +derived work. + + +KERBEROS SUPPORT CODE + +The Kerberos support code ("KSC") is copyright 2006 by Jelmer +Vernooij and is provided 'as-is', without any express or implied +warranty. In no event will the author or Apple Inc. be held +liable for any damages arising from the use of the KSC. + +Sources files containing KSC have the following text at the top +of each source file: + + This file contains Kerberos support code, copyright 2006 by + Jelmer Vernooij. + +The KSC copyright and license apply only to Kerberos-related +feature code in CUPS. Such code is typically conditionally +compiled based on the present of the HAVE_GSSAPI preprocessor +definition. + +Permission is granted to anyone to use the KSC for any purpose, +including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + + 1. The origin of the KSC must not be misrepresented; you + must not claim that you wrote the original software. If + you use the KSC in a product, an acknowledgment in the + product documentation would be appreciated but is not + required. + + 2. Altered source versions must be plainly marked as such, + and must not be misrepresented as being the original + software. + + 3. This notice may not be removed or altered from any source + distribution. + + +TRADEMARKS + +Apple Inc. has trademarked the Common UNIX Printing System, CUPS, +and CUPS logo. You may use these names and logos in any direct port +or binary distribution of CUPS. Please contact Apple Inc. for written +permission to use them in derivative products. Our intention is to +protect the value of these trademarks and ensure that any derivative +product meets the same high-quality standards as the original. + +======================================================================= + +INCLUDED THIRD-PARTY CODE + +The Common UNIX Printing System source contains a "pdftops" filter +that is based on the Xpdf software which is + + Copyright 1996-2003 Glyph & Cog, LLC. + Copyright 1985-2001 Adobe Systems Inc. + +For binary distribution licensing of this software, please contact: + + Derek B. Noonburg + Email: derekn@foolabs.com + WWW: http://www.foolabs.com/xpdf/ + +Please note that the Debian cups package does not build/ship/use this +code (see debian/patches/pdftops-cups-1.4.dpatch). + +--- +data/*.txt is Copyright (c) 1991-1999 Unicode, Inc. + +---- +cups/md5.* is Copyright (C) 1999 Aladdin Enterprises. + +---- +fonts/Courier* is Copyright 1999 by (URW)++ Design & Development +fonts/Vera.ttf is Copyright (c) 2003 by Bitstream, Inc. + +---- +scripting/java/src/com/easysw/cups/Base64Coder.java is Copyright 2003: +Christian d'Heureuse, Inventec Informatik AG, Switzerland + +------------------------------------------------------------- + +Copyright for additional components in this Debian package: + +The CUPS filters imagetopdf and pdftopdf are downloaded +from: http://sourceforge.jp/projects/opfc/files/ + +Copyright: + +pdftopdf: Copyright (c) 2006-2007, BBR Inc. All rights reserved. + +imagetopdf: + +/* + * Image file to PDF filter for the Common UNIX Printing System (CUPS). + * developed by BBR Inc. 2006-2007 + + * This is based on imagetops.c + * imagetops.c copyright notice is follows + + * "$Id: imagetops.c 5379 2006-04-07 13:48:37Z mike $" + * + * Image file to PostScript filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + */ + +The license of these filters is the GPL V2, according to their COPYING files. + +---- + +textonly is licensed under the GPL and copyright + +Copyright (C) 2003-2006 Red Hat, Inc. +Copyright (C) 2003-2006 Tim Waugh + +---- + +oopstops is licensed under the GPL V2 or newer. There is no copyright +notice in the file. The file was contributed by Helge Blischke. + +---- --- cups-1.4.3.orig/debian/watch +++ cups-1.4.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://ftp.cups.org/pub/cups/([\d\.]+)/cups-(.*)-source\.tar\.gz \ + debian uupdate --no-symlink --- cups-1.4.3.orig/debian/libcupsimage2-dev.install +++ cups-1.4.3/debian/libcupsimage2-dev.install @@ -0,0 +1,4 @@ +usr/lib/libcupsimage.so +usr/lib/libcupsimage.a +usr/include/cups/image.h +usr/include/cups/raster.h --- cups-1.4.3.orig/debian/cups-client.install +++ cups-1.4.3/debian/cups-client.install @@ -0,0 +1,52 @@ +usr/bin/cancel +usr/bin/cupstestppd +usr/bin/cupstestdsc +usr/bin/lp +usr/bin/lpoptions +usr/bin/lppasswd +usr/bin/lpstat +usr/sbin/cupsaddsmb +usr/sbin/lpadmin +usr/sbin/lpinfo +usr/sbin/lpmove +usr/sbin/accept +usr/sbin/reject +usr/sbin/cupsaccept +usr/sbin/cupsreject +usr/sbin/cupsdisable +usr/sbin/cupsenable +usr/sbin/cupsctl +usr/share/man/man1/cupstestppd.1.gz +usr/share/man/*/man1/cupstestppd.1.gz +usr/share/man/man1/cupstestdsc.1.gz +usr/share/man/*/man1/cupstestdsc.1.gz +usr/share/man/man1/lp.1.gz +usr/share/man/*/man1/lp.1.gz +usr/share/man/man1/lpoptions.1.gz +usr/share/man/*/man1/lpoptions.1.gz +usr/share/man/man1/lppasswd.1.gz +#usr/share/man/*/man1/lppasswd.1.gz +usr/share/man/man1/lpstat.1.gz +usr/share/man/*/man1/lpstat.1.gz +usr/share/man/man1/cancel.1.gz +usr/share/man/*/man1/cancel.1.gz +usr/share/man/man5/client.conf.5.gz +usr/share/man/*/man5/client.conf.5.gz +usr/share/man/man8/cupsaddsmb.8.gz +usr/share/man/*/man8/cupsaddsmb.8.gz +usr/share/man/man8/cupsenable.8.gz +#usr/share/man/*/man8/cupsenable.8.gz +usr/share/man/man8/lpadmin.8.gz +usr/share/man/*/man8/lpadmin.8.gz +usr/share/man/man8/lpinfo.8.gz +#usr/share/man/*/man8/lpinfo.8.gz +usr/share/man/man8/lpmove.8.gz +usr/share/man/*/man8/lpmove.8.gz +usr/share/man/man8/cupsreject.8.gz +#usr/share/man/*/man8/cupsreject.8.gz +usr/share/man/man8/cupsdisable.8.gz +#usr/share/man/*/man8/cupsdisable.8.gz +usr/share/man/man8/cupsaccept.8.gz +#usr/share/man/*/man8/cupsaccept.8.gz +usr/share/man/man8/cupsctl.8.gz +usr/share/man/*/man8/cupsctl.8.gz --- cups-1.4.3.orig/debian/cups-bsd.postrm +++ cups-1.4.3/debian/cups-bsd.postrm @@ -0,0 +1,41 @@ +#! /bin/sh +# postrm script for cups-bsd +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/doc/packaging-manual/ + +case "$1" in + purge) + # Remove inetd entry + update-inetd --pattern cups-lpd --remove printer 2>/dev/null || true + + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + + --- cups-1.4.3.orig/debian/README.Debian +++ cups-1.4.3/debian/README.Debian @@ -0,0 +1,244 @@ +cups for Debian +---------------------- + +If you found a problem, please read HOWTO_BUGREPORT.txt and report me +via Debian Bug Tracking System. +-- +Kenshi Muto +kmuto@debian.org + +--------- +This package contains the Common UNIX Printing System(tm), or CUPS(tm) +for short. CUPS is a new printing system for Unix that acts as a +substitute for System V or BSD printing systems; it supports a more +comprehensive driver model, more protocols, and Web administration, +among other things. Internally, CUPS uses the new Internet Printing +Protocol (IPP) described in RFCs 2565 through 2569. + +The terms "CUPS" and "Common UNIX Printing System" are trademarks of +Easy Software Products, the author of the system. This package is a +derivative of the CUPS system, modified for Debian and possibly +containing modifications and fixes that are not present in the +standard CUPS package. For a comprehensive list of changes from the +original source, see the diff file from the source package. For more +information about the legal stuff surrounding this package, see the +Debian copyright file or the CUPS Web site (www.cups.org). + +After installation, CUPS is pretty close to being ready to go. The +last step is to add administrative access; the "lpadmin" group has +been created and granted administrative rights to CUPS. You may need +to add users to this group in order to add printers, modify settings, +etc. By default, the root user has been granted this permission, but +you should only use the root user on the local system. + +The printers can be added with either the lpadmin program or the web +interface, which is located at http://localhost:631/admin by default. + +Backend Configuration +--------------------- + +CUPS supports serial, parallel, USB, SCSI, IPP, HTTP, Socket and Samba +for its backend. But unfortunately, some backends cause a trouble. +For example, serial backend confuses and won't stop when non printer +device connects serial port. Parallel backend is more terrible for PPC, +it may cause kernel crash (kernel bug, sigh). +So, CUPS setting puts serial and SCSI off from backend by default. And +if you use PPC, parallel backend is off also. + +If you want to use these backends, you can configure by using +'dpkg-reconfigure cups'. + +SSL Support +----------- + +CUPS supports SSL via the OpenSSL toolkit, but licensing conflicts +between OpenSSL's license and the GPL make this combination difficult +to use, even though the CUPS license itself allows this. A competing +library, GNU TLS, has an OpenSSL compatibility layer that could work +with these packages, but the compatibility library is licensed under +the GNU GPL, which could conflict with the license of certain programs +that support CUPS. Therefore, the cups packages as shipped do not +support SSL. + +It is possible to build the packages yourself with SSL support. You +can either use the OpenSSL libraries or GNU TLS's OpenSSL +compatibility library. Just set an environment variable: +"CUPS_OPENSSL" for OpenSSL support, or "CUPS_GNUTLS" for GNU TLS +support, and make sure you have the proper development packages +installed (libssl-dev for OpenSSL or libgnutls7-dev for GNU TLS). + +PLEASE NOTE: If you build packages with SSL support and distribute +them, you are responsible for making sure you do not violate the +licenses of any of the software you distribute. + +Important Security Notes +------------------------ + + - By default, cups is configured to only allow connections to + printers from localhost, effectively disabling network printing. + The previous default was to allow anyone to connect to printers + from any location. You can change these defaults by editing + /etc/cups/cupsd.conf; the access controls are at the end of the + file. Be sure you only allow access from the locations you trust, + or require authentication. + + - CUPS used to support a file backend that was handled internally by + cupsd. This was only intended to be used for testing filters, and + not in production use, as it can be a security risk and will drop + jobs under certain circumstances. In keeping with that, the file + "backend" has been renamed to "test", and the lpadmin command no + longer rewrites bare path URIs (either to "file:" or "test:"). If + you need a backend that dumps a completed job to a file on the + filesystem, you should write a separate backend and put it in + /usr/lib/cups/backend. See the CUPS documentation for information + on how to do this. + + - To relieve the burden of local authentication somewhat, CUPS uses + special tokens called "certs" that are passed between client and + server. In normal CUPS installations, these are stored in + /etc/cups/certs. However, this location violates Debian policy, as + the certs are generated and not available to edit. Thus, the real + certs are now stored in /var/spool/cups/certs, with a symlink at + /etc/cups/certs for compatibility. + +Drivers +------- + +The CUPS software includes generic drivers for several brands of +printers. At the moment, this includes HP LaserJets and DeskJets, +various Epson and Okidata printers, and Dymo label printers. + +There are also other packages containing CUPS printer drivers. If any +of those were written explicitly for your printer, chances are that it +will support your printer better than the generic drivers that ship +with CUPS. I try to keep the package Suggestions current regarding +popular CUPS driver packages; to see this list, run this command: + + apt-cache show cups | grep Suggests + +PostScript printers often ship with PPD files supplied by the printer +manufacturer. Any valid PPD for a PostScript printer is a valid CUPS +driver. To enable them for use with CUPS, copy the PPDs into +/usr/share/cups/model; they should then be available for use with +lpadmin -m and the Web interface for adding printers. + +If you find a CUPS driver that isn't packaged for Debian and you'd +like it to be, you can contact me and let me know where the driver is, +and I'll get to it as soon as I can. + +Or, you can package them yourself. See below for details. + +Packaging +--------- + +There are five packages provided by CUPS: the server, the primary +command-line client programs, the BSD client and server compatibility +programs, and the library and development packages. + +The CUPS BSD commands and cups-lpd daemon are separated into their own +package (cups-bsd); the hope is to make it possible to run CUPS and +some other BSD-style printing system (such as lpr) side-by-side for +testing purposes. If you encounter any trouble doing this, file a +bug. It's known that CUPS conflicts with LPRng, since LPRng provides +some System V printing commands as well; this problem will (hopefully) +be dealt with in time. + +Add-ons for CUPS (such as drivers, backends, clients, etc.) should +depend on the proper packages. If your package is CUPS-specific, you +should name it so it can be easily identified as a CUPS package, with +names such as: + + cups-driver-foo (for a driver for Foo printers) + cups-backend-bar (for a backend to print to Bar printers) + cups-client-baz (for a client module to hook Baz into CUPS) + +If you feel your driver/backend/client/whatever package is popular +enough that most CUPS users would be interested in it, please file a +wishlist bug against cups requesting that it be added to the +Suggests line for cups. + +Other Add-Ons +------------- + +I'm also collecting add-ons - filters, backends, etc. - and putting +them in the "examples" directory with the rest of the cups package +documentation files. Check there for some interesting filters and +backends. + +To install a filter from the filters directory, copy the filter itself +into /usr/lib/cups/filter and the associated .types and .convs files +into /etc/cups. Then restart cupsd, and you should be ready to use +it. + +If you have a filter or backend you'd like to contribute, but don't +think it's big enough to warrant its own package, file a wishlist bug +and attach your script. If it's a filter, send along a .convs and +.types file as well. + +Integration with Samba +---------------------- + +It is possible to configure Samba to share CUPS printers to Microsoft +clients. There are two ways to do this: + +1. Recent versions of Samba have direct CUPS support, including +Debian's. With this present, you can configure Samba as follows: + +[global] + printing = cups + printcap name = cups + +2. If, for some reason, you don't want to use Samba's native CUPS +support, you can configure Samba to use System V printing. This can +be done by adding the following information to Samba's smb.conf +(/etc/samba/smb.conf on Debian): + +[global] + printing = sysv + printcap name = lpstat + +[printers] + lpq command = /usr/bin/lpstat %p + lprm command = /usr/bin/cancel %p-%j + print command = /usr/bin/lp -d%p -oraw %s ; /bin/rm -f %s + +This method will require installation of the cups-client package. + +For more tips on integration with Samba, check out the man page for +cupsaddsmb, which is part of the cups-client package. + +Miscellaneous Tips +------------------ + + - CUPS has support for browsing, which uses broadcast traffic to + auto-discover other CUPS servers and printers and make them + available to clients. In the default configuration, cupsd will + accept browse packets in the CUPS format from other CUPS servers, + but will not send any. If sending browse packets is turned on, it + may trigger demand dialers and increase traffic on the network. To + help prevent this, set the BrowseAddress parameter to only + advertise CUPS printers on specific interfaces. As a potentially + more robust option, CUPS also supports SLP (Service Location + Protocol). + + - You may encounter some problems using the "enable" command under + bash, as "enable" is a builtin there. As a workaround, I've + created the "cupsenable" command, which acts exactly as "enable" + does. There are also "cupsdisable", "cupsaccept", and "cupsreject" + commands for consistency. + + - There is an online database with PPDs for lots of different + printers at http://www.linuxprinting.org/. These will often + require the "cupsomatic" utility; this can be found in the + foomatic-bin package. Another case, some PPDs require the + "foomatic-rip" utility; this can be found in the + foomatic-filters package (this package will be installed when you + install foomatic-filters-ppds package). + + - Default location of pid file is /var/run/cups/cupsd.pid. + If you'd like to change this, you can modify by using + "PidFile " directive at your /etc/cups/cupsd.conf. + +Enjoy! + + -- Jeff Licquia and Kenshi Muto --- cups-1.4.3.orig/debian/cups-bsd.prerm +++ cups-1.4.3/debian/cups-bsd.prerm @@ -0,0 +1,45 @@ +#! /bin/sh +# prerm script for cups-bsd +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `upgrade' +# * `failed-upgrade' +# * `remove' `in-favour' +# * `deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/doc/packaging-manual/ + +if [ -L /etc/printcap ]; then + rm -f /etc/printcap +fi + +case "$1" in + remove|upgrade|deconfigure) + # Remove documentation links + rm -rf /usr/share/doc/cups-bsd + + # Disable inetd entry + update-inetd --pattern cups-lpd --disable printer + ;; + failed-upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cups-1.4.3.orig/debian/libcupsimage2.symbols +++ cups-1.4.3/debian/libcupsimage2.symbols @@ -0,0 +1,64 @@ +libcupsimage.so.2 libcupsimage2 #MINVER# + (optional)_cupsImagePutCol@Base 1.4.0 + (optional)_cupsImagePutRow@Base 1.4.0 + (optional)_cupsImageReadBMP@Base 1.4.0 + (optional)_cupsImageReadGIF@Base 1.4.0 + (optional)_cupsImageReadJPEG@Base 1.4.0 + (optional)_cupsImageReadPIX@Base 1.4.0 + (optional)_cupsImageReadPNG@Base 1.4.0 + (optional)_cupsImageReadPNM@Base 1.4.0 + (optional)_cupsImageReadPhotoCD@Base 1.4.0 + (optional)_cupsImageReadSGI@Base 1.4.0 + (optional)_cupsImageReadSunRaster@Base 1.4.0 + (optional)_cupsImageReadTIFF@Base 1.4.0 + (optional)_cupsImageZoomDelete@Base 1.4.0 + (optional)_cupsImageZoomFill@Base 1.4.0 + (optional)_cupsImageZoomNew@Base 1.4.0 + (optional)_cupsRasterAddError@Base 1.4.0 + (optional)_cupsRasterClearError@Base 1.4.0 + (optional)_cupsRasterExecPS@Base 1.4.0 + cupsImageCMYKToBlack@Base 1.4.0 + cupsImageCMYKToCMY@Base 1.4.0 + cupsImageCMYKToCMYK@Base 1.4.0 + cupsImageCMYKToRGB@Base 1.4.0 + cupsImageCMYKToWhite@Base 1.4.0 + cupsImageClose@Base 1.4.0 + cupsImageGetCol@Base 1.4.0 + cupsImageGetColorSpace@Base 1.4.0 + cupsImageGetDepth@Base 1.4.0 + cupsImageGetHeight@Base 1.4.0 + cupsImageGetRow@Base 1.4.0 + cupsImageGetWidth@Base 1.4.0 + cupsImageGetXPPI@Base 1.4.0 + cupsImageGetYPPI@Base 1.4.0 + cupsImageLut@Base 1.4.0 + cupsImageOpen@Base 1.4.0 + cupsImageRGBAdjust@Base 1.4.0 + cupsImageRGBToBlack@Base 1.4.0 + cupsImageRGBToCMY@Base 1.4.0 + cupsImageRGBToCMYK@Base 1.4.0 + cupsImageRGBToRGB@Base 1.4.0 + cupsImageRGBToWhite@Base 1.4.0 + cupsImageSetMaxTiles@Base 1.4.0 + cupsImageSetProfile@Base 1.4.0 + cupsImageSetRasterColorSpace@Base 1.4.0 + cupsImageWhiteToBlack@Base 1.4.0 + cupsImageWhiteToCMY@Base 1.4.0 + cupsImageWhiteToCMYK@Base 1.4.0 + cupsImageWhiteToRGB@Base 1.4.0 + cupsImageWhiteToWhite@Base 1.4.0 + cupsRasterClose@Base 1.4.0 + cupsRasterErrorString@Base 1.4.0 + cupsRasterInterpretPPD@Base 1.4.0 + cupsRasterOpen@Base 1.4.0 + cupsRasterReadHeader2@Base 1.4.0 + cupsRasterReadHeader@Base 1.4.0 + cupsRasterReadPixels@Base 1.4.0 + cupsRasterWriteHeader2@Base 1.4.0 + cupsRasterWriteHeader@Base 1.4.0 + cupsRasterWritePixels@Base 1.4.0 + sgiClose@Base 1.4.0 + sgiGetRow@Base 1.4.0 + sgiOpen@Base 1.4.0 + sgiOpenFile@Base 1.4.0 + sgiPutRow@Base 1.4.0 --- cups-1.4.3.orig/debian/cups-ppdc.install +++ cups-1.4.3/debian/cups-ppdc.install @@ -0,0 +1,5 @@ +usr/bin/ppd* +usr/share/cups/ppdc/*.h +usr/share/cups/examples/ +usr/share/man/man?/ppd*.?.gz +usr/share/man/man?/drv.?.gz --- cups-1.4.3.orig/debian/cups-common.install +++ cups-1.4.3/debian/cups-common.install @@ -0,0 +1,6 @@ +usr/share/cups/charsets +usr/share/cups/charmaps +usr/share/cups/drv +usr/share/cups/locale +usr/share/cups/profiles +usr/share/cups/ppdc/*.defs --- cups-1.4.3.orig/debian/printer.schema +++ cups-1.4.3/debian/printer.schema @@ -0,0 +1,40 @@ +# Definitions for a schema to store CUPS printer information in LDAP +# OID Base is iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) me(5323) cupsSchema(22) + +# Syntaxes are under 1.3.6.1.4.1.5323.22.0 +# Attributes are under 1.3.6.1.4.1.5323.22.1 +# Object Classes are under 1.3.6.1.4.1.5323.22.2 + +attributetype ( 1.3.6.1.4.1.5323.22.1.1 + NAME 'printerDescription' + DESC 'Description of Printer' + EQUALITY caseExactIA5Match + SINGLE-VALUE + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + +attributetype ( 1.3.6.1.4.1.5323.22.1.2 + NAME 'printerURI' + DESC 'CUPS style URI for printer' + EQUALITY caseExactIA5Match + SINGLE-VALUE + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + +attributetype ( 1.3.6.1.4.1.5323.22.1.3 + NAME 'printerLocation' + DESC 'Identifier string for Printer Location' + EQUALITY caseExactIA5Match + SINGLE-VALUE + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + +attributetype ( 1.3.6.1.4.1.5323.22.1.4 + NAME 'printerMakeAndModel' + DESC 'String CUPS uses to figure out driver' + EQUALITY caseExactIA5Match + SINGLE-VALUE + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + +objectclass ( 1.3.6.1.4.1.5323.22.2.1 + NAME 'cupsPrinter' + SUP top + AUXILIARY + MUST ( printerDescription $ printerURI $ printerLocation $ printerMakeAndModel) ) --- cups-1.4.3.orig/debian/libcupsdriver1.symbols +++ cups-1.4.3/debian/libcupsdriver1.symbols @@ -0,0 +1,33 @@ +libcupsdriver.so.1 libcupsdriver1 #MINVER# + cupsCMYKDelete@Base 1.4.0 + cupsCMYKDoBlack@Base 1.4.0 + cupsCMYKDoCMYK@Base 1.4.0 + cupsCMYKDoGray@Base 1.4.0 + cupsCMYKDoRGB@Base 1.4.0 + cupsCMYKLoad@Base 1.4.0 + cupsCMYKNew@Base 1.4.0 + cupsCMYKSetBlack@Base 1.4.0 + cupsCMYKSetCurve@Base 1.4.0 + cupsCMYKSetGamma@Base 1.4.0 + cupsCMYKSetInkLimit@Base 1.4.0 + cupsCMYKSetLtDk@Base 1.4.0 + cupsCheckBytes@Base 1.4.0 + cupsCheckValue@Base 1.4.0 + cupsDitherDelete@Base 1.4.0 + cupsDitherLine@Base 1.4.0 + cupsDitherNew@Base 1.4.0 + cupsFindAttr@Base 1.4.0 + cupsLutDelete@Base 1.4.0 + cupsLutLoad@Base 1.4.0 + cupsLutNew@Base 1.4.0 + cupsPackHorizontal2@Base 1.4.0 + cupsPackHorizontal@Base 1.4.0 + cupsPackHorizontalBit@Base 1.4.0 + cupsPackVertical@Base 1.4.0 + cupsRGBDelete@Base 1.4.0 + cupsRGBDoGray@Base 1.4.0 + cupsRGBDoRGB@Base 1.4.0 + cupsRGBLoad@Base 1.4.0 + cupsRGBNew@Base 1.4.0 + cups_scmy_lut@Base 1.4.0 + cups_srgb_lut@Base 1.4.0 --- cups-1.4.3.orig/debian/libcupsmime1.install +++ cups-1.4.3/debian/libcupsmime1.install @@ -0,0 +1 @@ +usr/lib/libcupsmime.so.* --- cups-1.4.3.orig/debian/libcups2-dev.examples +++ cups-1.4.3/debian/libcups2-dev.examples @@ -0,0 +1 @@ +scripting --- cups-1.4.3.orig/debian/cups.install +++ cups-1.4.3/debian/cups.install @@ -0,0 +1,64 @@ +var/ +etc/cups/cups-files.conf +etc/cups/cupsd.conf +etc/cups/cupsd.conf.default +etc/cups/snmp.conf +etc/cups/ppd +#etc/fonts/conf.d/99pdftoopvp.conf +usr/lib/cups/backend/* usr/lib/cups/backend-available +usr/lib/cups/cgi-bin +usr/lib/cups/monitor +usr/lib/cups/daemon/ +usr/lib/cups/filter/ +usr/lib/cups/notifier +usr/lib/cups/driver/ +usr/sbin/cupsd +usr/sbin/cupsfilter +usr/share/cups/banners +usr/share/cups/data +usr/share/cups/doc-root +usr/share/cups/fonts +usr/share/cups/mime +usr/share/cups/model +usr/share/cups/templates +usr/share/man/man7/backend.7.gz +usr/share/man/*/man7/backend.7.gz +usr/share/man/man7/filter.7.gz +usr/share/man/*/man7/filter.7.gz +usr/share/man/man5/classes.conf.5.gz +usr/share/man/*/man5/classes.conf.5.gz +usr/share/man/man5/cupsd.conf.5.gz +usr/share/man/*/man5/cupsd.conf.5.gz +usr/share/man/man5/cups-snmp.conf.5.gz +usr/share/man/*/man5/cups-snmp.conf.5.gz +usr/share/man/man5/mailto.conf.5.gz +usr/share/man/*/man5/mailto.conf.5.gz +usr/share/man/man5/subscriptions.conf.5.gz +usr/share/man/*/man5/subscriptions.conf.5.gz +usr/share/man/man5/mime.convs.5.gz +usr/share/man/*/man5/mime.convs.5.gz +usr/share/man/man5/mime.types.5.gz +usr/share/man/*/man5/mime.types.5.gz +usr/share/man/man5/printers.conf.5.gz +usr/share/man/*/man5/printers.conf.5.gz +usr/share/man/man8/cups-polld.8.gz +usr/share/man/*/man8/cups-polld.8.gz +usr/share/man/man8/cupsd.8.gz +#usr/share/man/*/man8/cupsd.8.gz +usr/share/man/man8/cups-deviced.8.gz +usr/share/man/*/man8/cups-deviced.8.gz +usr/share/man/man8/cups-driverd.8.gz +usr/share/man/*/man8/cups-driverd.8.gz +usr/share/man/man8/cupsfilter.8.gz +#usr/share/man/*/man8/cupsfilter.8.gz +../presubj usr/share/bug/cups/ +#../local/backends/* usr/lib/cups/backend-available/ +../local/filters/cpdftocps usr/lib/cups/filter/ +../local/filters/oopstops usr/lib/cups/filter/ +../local/filters/textonly usr/lib/cups/filter/ +../local/*.ppd usr/share/ppd/cups-included/ +../local/*.types usr/share/cups/mime/ +../local/*.convs usr/share/cups/mime/ +../local/pdftops.conf etc/cups/ +../local/acroread.conf etc/cups/ +etc/fonts/conf.d/99pdftoopvp.conf --- cups-1.4.3.orig/debian/libcupsmime1.symbols +++ cups-1.4.3/debian/libcupsmime1.symbols @@ -0,0 +1,20 @@ +libcupsmime.so.1 libcupsmime1 #MINVER# + mimeAddFilter@Base 1.4.0 + mimeAddType@Base 1.4.0 + mimeAddTypeRule@Base 1.4.0 + mimeDelete@Base 1.4.0 + mimeDeleteFilter@Base 1.4.0 + mimeDeleteType@Base 1.4.0 + mimeFileType@Base 1.4.0 + mimeFilter@Base 1.4.0 + mimeFilterLookup@Base 1.4.0 + mimeFirstFilter@Base 1.4.0 + mimeFirstType@Base 1.4.0 + mimeLoad@Base 1.4.0 + mimeLoadFilters@Base 1.4.0 + mimeLoadTypes@Base 1.4.0 + mimeNextFilter@Base 1.4.0 + mimeNextType@Base 1.4.0 + mimeNumFilters@Base 1.4.0 + mimeNumTypes@Base 1.4.0 + mimeType@Base 1.4.0 --- cups-1.4.3.orig/debian/libcupscgi1.install +++ cups-1.4.3/debian/libcupscgi1.install @@ -0,0 +1 @@ +usr/lib/libcupscgi.so.* --- cups-1.4.3.orig/debian/rules +++ cups-1.4.3/debian/rules @@ -0,0 +1,109 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DEB_BUILD_HARDENING=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/dpatch.mk + +unpatch: deapply-dpatches + +DEB_CONFIGURE_EXTRA_FLAGS := --with-optim=$(DEB_OPTFLAGS) --libdir=/usr/lib --mandir=/usr/share/man --with-docdir=/usr/share/cups/doc-root --localedir=/usr/share/cups/locale --enable-slp --enable-libpaper --enable-ssl --enable-gnutls --disable-openssl --enable-threads --enable-static --enable-libusb --enable-dbus --with-dbusdir=/etc/dbus-1 --enable-gssapi --enable-avahi --with-pdftops=pdftops --disable-launchd --with-cups-group=lp --with-system-groups=lpadmin --with-printcap=/var/run/cups/printcap --with-log-file-perm=0640 CFLAGS="$(CFLAGS)" + +DEB_MAKE_INSTALL_TARGET := install BUILDROOT=$(DEB_DESTDIR) +DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt +DEB_DH_INSTALLINIT_ARGS := -u'start 50 2 3 4 5 . stop 80 1 .' +DEB_DH_STRIP_ARGS := --dbg-package=cups-dbg +DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend-available +DEB_DH_COMPRESS_ARGS := -Xusr/share/doc/libcups2-dev/examples/scripting +DEB_DH_INSTALL_SOURCEDIR := debian/tmp +ifneq ($(findstring $(DEB_BUILD_ARCH), arm m68k),) +DEB_MAKE_CHECK_TARGET := check || true +else +DEB_MAKE_CHECK_TARGET := check +endif +LDFLAGS := -Wl,--as-needed + +post-patches:: + # Add source code of extra filters for PDF printing workflow + ( cd debian/local/filters/pdf-filters/; sh ./addtocups ../../../.. ) + touch pdftopdf/Dependencies + touch pdftoopvp/Dependencies + touch pdftoopvp/oprs/Dependencies + +common-post-build-arch:: + # Fix permissions of filters/backends installed from debian/local/ + chmod 755 debian/local/filters/* + #chmod 755 debian/local/backends/* + +cleanbuilddir:: + rm -f man/client.conf.man packaging/cups.list + rm -f conf/mime.convs conf/snmp.conf init/org.cups.cups-lpd.plist + [ ! -f Makedefs ] || make distclean + # Remove source code of extra filters for PDF printing workflow + ( cd debian/local/filters/pdf-filters/; sh ./removefromcups ../../../.. ) + +common-install-prehook-impl:: + (cd fonts && $(MAKE) install BUILDROOT=$(DEB_DESTDIR)) + +binary-post-install/cups:: + (cd $(DEB_DESTDIR)/../cups/usr/share/doc/cups && ln -sf ../../cups/doc-root online-docs) + + # Ensure that we don't ship anything in /var/run + rm -rf $(DEB_DESTDIR)/../cups/var/run + + # PPD directories + rmdir $(DEB_DESTDIR)/../cups/usr/share/cups/model + mkdir -p "$(DEB_DESTDIR)/../cups/usr/share/ppd/cups-included/" + + dh_usrlocal + + # Install AppArmor, ufw profile, and Apport hook on Ubuntu + if [ "`lsb_release -is 2>/dev/null`" = "Ubuntu" ]; then \ + install -D -m 644 debian/local/apparmor-profile debian/$(cdbs_curpkg)/etc/apparmor.d/usr.sbin.cupsd; \ + install -D -m 644 debian/local/cups.ufw.profile debian/$(cdbs_curpkg)/etc/ufw/applications.d/cups; \ + install -D -m 644 debian/local/apport-hook.py debian/$(cdbs_curpkg)/usr/share/apport/package-hooks/source_cups.py; \ + fi + # Make the usb backend run as root, since /dev/bus/usb/* are + # root:root in udev < 147, and cups does not use the usblp kernel + # module any more; udev 147 makes most of those printers accessible to + # lp, but apparently not all of them + chmod go-x debian/$(cdbs_curpkg)/usr/lib/cups/backend-available/usb; \ + + # Install documentation of the PDF CUPS filters + install -m 644 debian/local/filters/pdf-filters/README $(DEB_DESTDIR)/../cups/usr/share/doc/cups/README.pdf-filters + install -m 644 debian/local/filters/pdf-filters/filter/test.sh $(DEB_DESTDIR)/../cups/usr/share/doc/cups/examples/texttopdf-text.sh + install -m 644 debian/local/filters/pdf-filters/conf/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd $(DEB_DESTDIR)/../cups/usr/share/doc/cups/examples/ + # Simple Ghostscript-based PostScript-to-PDF filter + install -m 0755 debian/filters/pstopdf $(DEB_DESTDIR)/../cups/usr/lib/cups/filter + + # Increase the cost of pstops to prefer the PDF filter chain for + # PostScript printers. + sed -i -r -e '/\spstops$$/ { s/66/100/ }' \ + debian/tmp/usr/share/cups/mime/mime.convs + + # Make the serial backend run as root, since /dev/ttyS* are + # root:dialout and thus not accessible as user lp + chmod go-x debian/$(cdbs_curpkg)/usr/lib/cups/backend-available/serial + +binary-post-install/libcupsimage2-dev:: + rm -r debian/libcupsimage2-dev/usr/share/doc/libcupsimage2-dev + ln -s libcupsimage2 debian/libcupsimage2-dev/usr/share/doc/libcupsimage2-dev +binary-post-install/cups-bsd:: + rm -r debian/cups-bsd/usr/share/doc/cups-bsd + ln -s libcups2 debian/cups-bsd/usr/share/doc/cups-bsd +binary-post-install/libcups2-dev:: + rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/examples/scripting/php/*.o + rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/examples/scripting/php/*.so +binary-post-install/cups-client:: + rm -r debian/cups-client/usr/share/doc/cups-client + ln -s libcups2 debian/cups-client/usr/share/doc/cups-client --- cups-1.4.3.orig/debian/cups.templates +++ cups-1.4.3/debian/cups.templates @@ -0,0 +1,31 @@ +# These templates have been reviewed by debian-l10n-english +# Please do not modify them without asking for a review + +Template: cupsys/raw-print +Type: boolean +Default: true +_Description: Do you want CUPS to print unknown jobs as raw jobs? + The Internet Printing Protocol (IPP) enforces a MIME type for all + print jobs. Since not all sources of print jobs can attach an + appropriate type, many jobs get submitted as the MIME type + application/octet-stream and could be rejected if CUPS cannot guess + the job's format. + . + CUPS can handle all such jobs as "raw" jobs, which causes them to be + sent directly to the printer without processing. + . + It is recommended to choose this option if the server will be + accepting print jobs from Windows computers or Samba servers. + +Template: cupsys/backend +Type: multiselect +__Choices: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd +Default: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd +_Description: Printer communication backends: + CUPS uses backend programs to communicate with the printer device or port. + . + Unfortunately, some backend programs are likely to cause some trouble. + For example, some PPC kernels crash with the parallel backend. + . + Please choose the backend program to be used by CUPS. The default choice + should fit the most common environments. --- cups-1.4.3.orig/debian/po/nl.po +++ cups-1.4.3/debian/po/nl.po @@ -0,0 +1,258 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cups 1.1.20candidate6\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-30 17:47+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: Debian Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "" +"Wilt u de server die zorgt voor compatibiliteit met de BSD-lpd instellen?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Het pakket 'cups-bsd' bevat een server die BSD-stijl afdrukopdrachten " +"accepteert en naar CUPS doorstuurt. Deze server dient enkel ingesteld te " +"worden als er andere computers zijn die afdrukopdrachten over het netwerk " +"sturen via \"BSD\"- of \"LPR\"-diensten, EN deze computers niet kunnen " +"worden ingesteld om het IPP-protocol te gebruiken (CUPS gebruikt dit " +"protocol zelf ook)." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Wilt u dat CUPS onbekende opdrachten onbewerkt naar de printer stuurt?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Het 'Internet Printing Protocol' (IPP) vereist dat alle printtaken een MIME-" +"type hebben. Niet alle printtaken komen van een bron die in staat is om een " +"geschikt MIME-type aan de printtaak te hangen, in zo'n geval worden ze " +"aangeboden met het type application/octet-stream. Als CUPS niet in staat is " +"om het correcte formaat van de taak te raden worden deze printtaak-aanvragen " +"afgewezen." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS kan deze printtaken als 'raw'-taken afhandelen, wat inhoudt dat ze " +"zonder verdere bewerking direct naar de printer gestuurd worden." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Deze optie is aan te raden wanneer deze server printtaken dient te " +"aanvaarden van Windows-computers of Samba-servers." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "serieel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Backends voor printercommunicatie:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS gebruikt backend-programma's voor de communicatie met de printer en de " +"printerpoort." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Helaas kunnen sommige backend-programma's problemen veroorzaken. (Bv. " +"sommige PPC-kernels kunnen vastlopen bij gebruik van het 'parallel'-backend.)" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Welk backend-programma wilt u CUPS laten gebruiken?. De standaardwaarde zou " +"voor de meeste omgevingen moeten voldoen." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Als u printopdrachten van Windows-computers wilt accepteren, dan kunt u " +#~ "deze optie het beste aanzetten. Windows geeft namelijk alle " +#~ "afdrukopdrachten die zijn verwerkt door een lokaal stuurprogramma het " +#~ "MIME-type application/octet-stream. Ook Samba verstuurt afdrukopdrachten " +#~ "op deze manier." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Poort en/of domeinnaam waarnaar CUPS moet luisteren:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Gelieve de poort of domeinnaam te specificeren waarnaar de CUPS-" +#~ "achtergronddienst moet luisteren. Volgende formaten zijn toegestaan:" + +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Poortnummer (631);\n" +#~ " - Domeinnaam (debian.example.com);\n" +#~ " - Domeinnaam:Poort (debian.example.com:631)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "" +#~ "U kunt om het even welk hiervan combineren door deze met een spatie te " +#~ "scheiden." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "Standaardpoort 631 is gereserveerd voor het Internet Printing Protocol " +#~ "(IPP). Om veiligheidsredenen is \"localhost:631\" aangewezen om in een " +#~ "afzonderlijke omgeving te installeren." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "" +#~ "Uitzenden en/of luisteren naar CUPS-printerinformatie op het netwerk?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "De CUPS-achtergronddienst kan voor clients op het netwerk automatisch, " +#~ "printerinformatie uitzenden en printers detecteren." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Indien u deze optie kiest, zal de CUPS-achtergronddienst periodiek UDP-" +#~ "uitzendingen verzenden om printers te detecteren." + +#~ msgid "Incorrect value entered" +#~ msgstr "Ongeldige waarde ingevoerd" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "" +#~ "Er is een fout voorgekomen tijdens het inlezen van het poortnummer of de " +#~ "domeinnaam" + +#~ msgid "Please correct your input." +#~ msgstr "U dient uw ingevoerde gegevens te verbeteren." + +#~ msgid "Select the backends you want." +#~ msgstr "Selecteer de backends die u wilt." --- cups-1.4.3.orig/debian/po/nb.po +++ cups-1.4.3/debian/po/nb.po @@ -0,0 +1,167 @@ +# translation of nb.po_[sQSfZa].po to Norwegian Bokmål +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Bjørn Steensrud , 2007. +msgid "" +msgstr "" +"Project-Id-Version: nb.po_[sQSfZa]\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-27 19:04+0200\n" +"Last-Translator: Bjørn Steensrud \n" +"Language-Team: Norwegian Bokmål \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Vil du sette opp en tjener kompatibel med BSD lpd?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS-pakka inneholder en tjener som kan ta imot utskriftsjobber som er i BSD-" +"stil og sende dem over til CUPS. Du bør bare sette den opp dersom du har " +"andre datamaskiner som sender utskrifter over nettverket via «BSD» eller " +"«LPR»-tjenester, og disse maskinene ikke kan endres til å bruke IPP - " +"Internet Printing Protocol - som CUPS bruker." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Vil du at CUPS skal skrive ut ukjente jobber som rå utskrift?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Alle utskriftsjobber i IPP får en MIME-type. Siden ikke alle kilder som " +"sender utskriftsjobber kan legge på en passende type, så blir mange jobber " +"levert som MIME-typen application/octet-stream og kan bli avvist hvis CUPS " +"ikke kan gjette seg til den rette typen." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS kan behandle alle slike jobber som «rå» utskrift, noe som gjør at de " +"sendes direkte til skriveren uten behandling." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Hvis tjeneren kommer til å behandle utskriftsjobber fra Windows-maskiner " +"eller Samba-tjenere anbefales det at dette slås på." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallell" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seriell" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "sokkel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Kommunikasjonsmotorer for skriver:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS bruker bakgrunns-«motorer» til å kommunisere med skriverenheten eller " +"porten." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Dessverre lager noen motorer vanskeligheter. Noen PPD-kjerner, for eksempel, " +"krasjer med parallell-motoren." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Velg motor-program som CUPS skal bruke. Standardvalget passer antakelig i de " +"vanligste miljøene." --- cups-1.4.3.orig/debian/po/tr.po +++ cups-1.4.3/debian/po/tr.po @@ -0,0 +1,187 @@ +# Turkish translation of cups. +# This file is distributed under the same license as the cups package. +# Gürkan Aslan , 2004. +# Mert Dirik , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: cups\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2008-07-05 16:48+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "BSD lpd uyumlu sunucuyu ayarlamak ister misiniz?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS paketi BSD türü baskı görevlerini kabul edebilen ve onları CUPS'a " +"gönderen bir sunucu içerir. Bu sunucu yalnızca diğer bilgisayarlar \"BSD\" " +"veya \"LPR\" servisleri ile ağ üzerinden görevler gönderiyor ve bu " +"bilgisayarların CUPS'ın kullandığı IPP protokolünü kullanmalarını sağlamak " +"mümkün olmuyorsa kurulmalıdır." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"CUPS'ın bilinmeyen görevleri ham (raw) görev olarak yazdırmasını istiyor " +"musunuz?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Internet Yazdırma Protokolü (IPP), tüm yazdırma görevlerine bir MIME türü " +"atamayı zorunlu tutar. Her yazdırma görevine uygun bir MIME türü " +"atanamayabileceğinden, bir çok görev application/octet-stream MIME tipiyle " +"gönderilir. CUPS bir görevin biçimini tahmin edemezse bu görev iptal edilir." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS bu tür görevlere \"ham\" görevler olarak muamele edebilir. Böylece bu " +"tür görevler herhangi bir işleme tâbî tutulmadan, doğrudan yazıcıya " +"gönderilecektir." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Eğer sunucu Windows kullanan bilgisayarlardan ya da Samba sunucularından " +"gelen yazdırma görevlerini kabul edecekse bu seçeneği seçmeniz önerilir." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seri" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "soket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Yazıcı bağlantı arka uçları:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS, yazıcı aygıtı veya portu ile iletişim kurmak için arka uç programları " +"kullanır." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Maalesef bazı arka uç programları sorun çıkarmaya meyillidir. (Örneğin, bazı " +"PPC çekirdekleri paralel arka uçla kullanıldığında çökebilir.)" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Lütfen CUPS tarafından kullanılacak arka uç programını seçin. Öntanımlı " +"seçim çoğu ortam için uygundur." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Eğer Windows bilgisayarlardan gelen yazıcı görevlerini kabul etmek " +#~ "istiyorsanız, muhtemelen bu seçeneği tercih edeceksiniz. Zira Windows " +#~ "yerel sürücüdeki tüm IPP yazıcı görevlerine application/octet-stream MIME " +#~ "tipini atar. Samba da görevleri bu şekilde gönderir." + +#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb" +#~ msgstr "ipp, lpd, paralel, scsi, seri, soket, usb" + +#~ msgid "Select the backends you want." +#~ msgstr "İstediğiniz arkayüzü seçin." --- cups-1.4.3.orig/debian/po/ml.po +++ cups-1.4.3/debian/po/ml.po @@ -0,0 +1,170 @@ +# Malayalam translation of cups debconf template. +# Copyright (C) 2007 THE cups' COPYRIGHT HOLDER +# This file is distributed under the same license as the cups package. +# Praveen|പ്രവീണ്‍ A|എ , 2007. +# +# +msgid "" +msgstr "" +"Project-Id-Version: cups 20070331\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-31 07:18+0530\n" +"Last-Translator: Praveen|പ്രവീണ്‍ A|എ \n" +"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "BSD lpd പൊരുത്ത സേവകന്‍ സജ്ജീകരിയ്ക്കാന്‍ നിങ്ങളാഗ്രഹിയ്ക്കുന്നുണ്ടോ?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"BSD-സ്റ്റൈലിലുള്ള അച്ചടി ജോലികള്‍ സ്വീകരിയ്ക്കാനും CUPS ന് സമര്‍പ്പിയ്ക്കാനും കഴിവുള്ള ഒരു സേവകന്‍ " +"CUPS പാക്കേജ് ഉള്‍ക്കൊള്ളുന്നുണ്ട്. മറ്റ് കമ്പ്യൂട്ടറുകള്‍ \"BSD\" അല്ലെങ്കില്‍ \"LPR\" സേവനങ്ങള്‍ വഴി " +"നെറ്റ്‌വര്‍ക്കിലൂടെ ജോലികള്‍ സമര്‍പ്പിയ്ക്കാനുള്ള സാധ്യതയുണ്ട് എന്ന് മാത്രമല്ല ഈ കമ്പ്യൂട്ടറുകള്‍ CUPS " +"ഉപയോഗിയ്ക്കുന്ന IPP പെരുമാറ്റച്ചട്ടം ഉപയോഗിയ്ക്കാനായി പരിവര്‍ത്തനം ചെയ്യാന്‍ സാധ്യവുമല്ല എന്ന " +"അവസരത്തില്‍ മാത്രമേ ഇത് സജ്ജീകരിയ്ക്കേണ്ടതുള്ളൂ." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"മനസിലാവാത്ത ജോലികള്‍ അസംസ്കൃത ജോലികളായി CUPS അച്ചടിയ്ക്കണമെന്ന് നിങ്ങളാഗ്രഹിയ്ക്കുന്നുണ്ടോ?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"ഇന്റര്‍നെറ്റ് അച്ചടി പെരുമാറ്റച്ചട്ടം (IPP) എല്ലാ അച്ചടി ജോലികള്‍ക്കും ഒരു MIME തരം " +"നിര്‍ബന്ധമാക്കുന്നു. അച്ചടി ജോലികളുടെ എല്ലാ സ്രോതസ്സുകള്‍ക്കും അത്തരമൊരു അനുയോജ്യമായ തരത്തിലുള്ളത് " +"കൂട്ടിവയ്ക്കാന്‍ പറ്റാത്തതിനാല്‍ പല ജോലികളും application/octet-stream എന്ന തരത്തിലാണ് " +"സമര്‍പ്പിയ്ക്കപ്പെടുന്നത് എന്നതിനാല്‍ CUPS ന് ജോലിയുടെ ഫോര്‍മാറ്റ് ഊഹിയ്ക്കാന്‍ സാധിച്ചില്ലെങ്കില്‍ " +"തള്ളിക്കളയപ്പെട്ടേയ്ക്കാം." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"അത്തരത്തിലുള്ള ജോലികള്‍ CUPS ന് \"അസംസ്കൃത\" ജോലികള്‍ എന്ന രീതിയില്‍ കൈകാര്യം ചെയ്യാം, അത് " +"പരിശോധിയ്ക്കാതെ തന്നെ അച്ചടി യന്ത്രത്തിലേയ്ക്ക് നേരിട്ട് അയയ്ക്കാന്‍ കാരണമാകുന്നു." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"വിന്‍ഡോസ് കമ്പ്യൂട്ടറുകളില്‍ നിന്നോ സാംബ സേവകരില്‍ നിന്നോ അച്ചടി ജോലികള്‍ സ്വീകരിയ്ക്കുന്നതാണെങ്കില്‍ " +"ഇത് തിരഞ്ഞെടുക്കാന്‍ ശുപാര്‍ശ ചെയ്തിരിയ്ക്കുന്നു." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "serial" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "അച്ചടി യന്ത്ര ആശയവിനിമയ ബാക്കെന്‍ഡുകള്‍:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"അച്ചടി ഉപകരണവുമായോ അല്ലെങ്കില്‍ പോര്‍ട്ടുമായോ ആശയവിനിമയം ചെയ്യാന്‍ ബാക്കെന്‍ഡ് പ്രോഗ്രാമുകളാണ് " +"CUPS ഉപയോഗിയ്ക്കുന്നത്." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"നിര്‍ഭാഗ്യവശാല്‍ ചില ബാക്കെന്‍ഡ് പ്രോഗ്രാമുകള്‍ ചില പ്രശ്നങ്ങളുണ്ടാക്കാന്‍ സാധ്യതയുണ്ട്. ഉദാഹരണത്തിന്, " +"ചില PPC കെര്‍ണലുകള്‍ parallel ബാക്കെന്‍ഡുമായി ക്രാഷ് ചെയ്യും." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"ദയവായി CUPS ഉപയോഗിയ്ക്കുന്ന ബാക്കെന്‍ഡ് പ്രോഗ്രാം തിരഞ്ഞെടുക്കുക. ഡിഫാള്‍ട്ടായി തിരഞ്ഞെടുത്ത വില " +"സാധാരണയായുള്ള അധിക പരിസ്ഥിതികളിലും ചേരും." --- cups-1.4.3.orig/debian/po/pt_BR.po +++ cups-1.4.3/debian/po/pt_BR.po @@ -0,0 +1,255 @@ +# Brazilian Portuguese translation of cups +# This file is distributed under the same license as the aiccu package. +# André Luis Lopes (andrelop) , 2005-2006. +# Felipe Augusto van de Wiel (faw) , 2006-2007. +msgid "" +msgstr "" +"Project-Id-Version: cups\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-12-16 15:36+0900\n" +"Last-Translator: Felipe Augusto van de Wiel (faw) \n" +"Language-Team: l10n portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"pt_BR utf-8\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Você quer configurar o servidor de compatibilidade BSD lpd?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"O pacote CUPS contém um servidor que pode aceitar trabalhos de impressão no " +"estilo BSD e enviá-los ao CUPS. Isto deverá ser configurado somente se você " +"possui outros computadores enviando trabalhos de impressão pela rede via " +"serviços \"BSD\" ou \"LPR\" e estes computadores não puderem ser convertidos " +"para usar o protocolo IPP que o CUPS utiliza." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"Você deseja que o CUPS imprima trabalhos desconhecidos como trabalhos \"raw" +"\"?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"O Internet Printing Protocol (IPP - Protocolo de Impressão da Internet) " +"força um tipo MIME para todos os trabalhos de impressão. Como nem todas as " +"fontes de trabalhos de impressão podem anexar um tipo apropriado, muitos " +"trabalhos são enviados como o tipo MIME application/octet-stream e podem " +"ser rejeitados se o CUPS não adivinhar o formato do trabalho." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"O CUPS pode manipular todos estes trabalhos como trabalhos \"raw\", o que " +"faz com que eles sejam enviados diretamente para a impressora sem " +"processamento." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"É recomendado escolher esta opção se o servidor vai aceitar trabalhos de " +"impressão de computadores Windows ou servidores Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralelo" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "serial" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "\"Backends\" de comunicação com impressoras:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"O CUPS utiliza um programa \"backend\" para comunicação com o dispositivo ou " +"porta de impressão." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Infelizmente, alguns programas \"backend\" causam alguns problemas. Por " +"exemplo, alguns núcleos (\"kernels\") PPC travam com o \"backend parallel" +"\" (paralelo)." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Por favor, selecione o programa \"backend\" a ser usado pelo CUPS. A escolha " +"padrão deve se encaixar na maiorias dos ambientes." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Caso você esteja planejando aceitar trabalhos de impressão de " +#~ "computadores Windows, você provavelmente irá precisar dessa opção " +#~ "habilitada, uma vez que o Windows atribui a todos os trabalhos de " +#~ "impressão IPP processados por um driver local o tipo MIME application/" +#~ "octet-stream. O Samba também envia seus trabalhos de impressão desta " +#~ "maneira." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Porta e/ou nome de host onde o CUPS irá ouvir :" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Por favor, especifique em qual porta ou nome de host o daemon CUPS irá " +#~ "ouvir. Os formatos a seguir são suportados :" + +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Número de porta (631);\n" +#~ " - Nome de host (debian.exemplo.com);\n" +#~ " - Host:Porta (debian.exemplo.com:631);\n" +#~ " - Socket de domínio em arquivo (/var/run/cups/cups.sock)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "" +#~ "Você pode combinar quaisquer um desses formatos especificando os mesmos " +#~ "em uma lista separada por espaços." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "A porta padrão 631 é reservada para o Protocolo de Impressão Internet " +#~ "(IPP). \"localhost:631\" é o recomendado para configuração de um ambiente " +#~ "de trabalho fora de uma rede por razões de segurança." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "" +#~ "Enviar broadcast e/ou ouvir por informações de impressoras CUPS na rede ?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "O daemon CUPS pode enviar informações sobre impressoras via broadcasts " +#~ "para clientes na rede e também detectar impressoras na rede " +#~ "automaticamente." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Caso você habilite esta opção, o daemon CUPS irá periodicamente enviar " +#~ "broadcasts UDP para detectar impressoras." + +#~ msgid "Incorrect value entered" +#~ msgstr "Valor incorreto informado" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "" +#~ "um erro ocorreu durante a leitura do número de porta ou do nome de host." + +#~ msgid "Please correct your input." +#~ msgstr "Por favor, corrija o que foi informado." + +#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb" +#~ msgstr "ipp, lpd, parallel, scsi, serial, socket, usb" + +#~ msgid "Select the backends you want." +#~ msgstr "Selecione o backend desejado." --- cups-1.4.3.orig/debian/po/es.po +++ cups-1.4.3/debian/po/es.po @@ -0,0 +1,196 @@ +# cups debconf translation to spanish +# Copyright (C) 2003, 2004, 2006, 2007 Software in the Public Interest +# This file is distributed under the same license as the cups package. +# +# Changes: +# - Initial translation +# Carlos Valdivia Yage , 2003, 2004, 2006 +# - Translation update +# Javier Fernandez-Sanguino , 2007 +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cups 1.2.2-1\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-06-21 18:51+0200\n" +"Last-Translator: Carlos Valdivia Yage \n" +"Language-Team: Debian L10n Spanish Team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Desea configurar el servidor de compatibilidad lpd de BSD?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Este paquete incluye un servidor que acepta trabajos de impresin al estilo " +"BSD y se los enva a CUPS. Configrelo nicamente en el caso de que haya " +"otras mquinas que enven trabajos de impresin mediante la red, usando los " +"servicios \"BSD\" o \"LPR\" y no se puede hacer que estos utilice el " +"protocolo IPP que utiliza CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Quiere que CUPS imprima en bruto los trabajos desconocidos?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"En IPP todos los trabajos de impresin tienen un tipo MIME. Puesto que no " +"todas las fuentes de trabajos de impresin asignan correctamente algn tipo " +"MIME, muchos llegan con el tipo application/octet-stream y podran " +"rechazarse si CUPS no puede adivinar el formato del trabajo." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"Es posible hacer que CUPS trate todos estos trabajos como trabajos en " +"crudo, con lo que se mandan directamente a la impresora sin procesar." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Se recomienda que escoga esta opcin si el servidor va a aceptar trabajos de " +"impresin de ordenadores con Windows o servidores Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralelo" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "serie" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Motores de comunicacin con la impresora:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS utiliza diversos motores para comunicarse con el puerto o dispositivo " +"de la impresora." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Desafortunadamente, ciertos motores pueden causar problemas. Por ejemplo, " +"con el motor del puerto paralelo se producen algunas cadas del ncleo en la " +"arquitectura PPC." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Por favor, elija el motor que utilizar CUPS. La opcin predeterminada " +"debera ser apta para los entornos ms comunes." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Si va a recibir trabajos de impresin desde sistemas Windows es muy " +#~ "probable que desee activar esta opcin, ya que Windows da a los trabajos " +#~ "de impresin IPP que procesa localmente el tipo application/octet-stream. " +#~ "Samba tambin enva los trabajos de impresin de esta manera." --- cups-1.4.3.orig/debian/po/sk.po +++ cups-1.4.3/debian/po/sk.po @@ -0,0 +1,131 @@ +# Slovak translation of cups +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the cups package. +# Ivan Masár , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: \n" +"Last-Translator: Ivan Masár \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Chcete nastaviť server pre kompatibilitu s BSD lpd?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "The CUPS package contains a server that can accept BSD-style print jobs and submit them to CUPS. It should only be set up if other computers are likely to submit jobs over the network via the \"BSD\" or \"LPR\" services, and these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "Balík CUPS obsahuje server, ktorý dokáže prijímať tlačové úlohy v štýle BSD a poslať ich systému CUPS. Mali by ste ho nastaviť iba v prípade, že iné počítače budú pravdepodobne posielať úlohy sieťou pomocou služieb „BSD” alebo „LPR” a nemožno ich nastaviť, aby používali protokol IPP, ktorý používa CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Chcete, aby CUPS obsluhoval neznáme úlohy ako nespracované (raw)?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "The Internet Printing Protocol (IPP) enforces a MIME type for all print jobs. Since not all sources of print jobs can attach an appropriate type, many jobs get submitted as the MIME type application/octet-stream and could be rejected if CUPS cannot guess the job's format." +msgstr "Internet Printing Protocol (IPP) vyžaduje MIME typ pre všetky tlačové úlohy. Keďže nie všetky zdroje tlačových úloh dokážu pripojiť správny typ, mnohé úlohy bývajú odoslané s MIME typom application/octet-stream a je možné, že budú zamietnuté ak CUPS nedokáže uhádnuť formát úlohy." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent directly to the printer without processing." +msgstr "CUPS dokáže s takými úlohami pracovať v „nespracovanom” (raw) formáte, čo spôsobí ich odoslanie priamo na tlačiareň bez spracovania." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "It is recommended to choose this option if the server will be accepting print jobs from Windows computers or Samba servers." +msgstr "Odporúča sa túto voľbu zapnúť ak bude server prijímať tlačové úlohy od počítačov s Windows alebo od Samba serverov." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralelný" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "sériový" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Backendy pre komunikáciu s tlačiarňou:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "CUPS uses backend programs to communicate with the printer device or port." +msgstr "CUPS používa na komunikáciu so zariadením alebo portom tlačiarne pomocné backend programy." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Unfortunately, some backend programs are likely to cause some trouble. For example, some PPC kernels crash with the parallel backend." +msgstr "Bohužiaľ niektoré pomocné programy pravdepodobne spôsobia isté problémy. Napríklad niektoré jadrá PPC havarujú pri použití programu pre paralelný port." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Please choose the backend program to be used by CUPS. The default choice should fit the most common environments." +msgstr "Prosím, vyberte, ktorý pomocný program má CUPS používať. Štandardná voľba by mala vyhovovať väčšine bežných prostredí." + --- cups-1.4.3.orig/debian/po/ru.po +++ cups-1.4.3/debian/po/ru.po @@ -0,0 +1,253 @@ +# translation of cups-ru.po to Russian +# translation of cups_1.1.23-12_ru.po to Russian +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# Yuri Kozlov , 2005. +# +# Translator: Yuri Kozlov " +msgid "" +msgstr "" +"Project-Id-Version: cups_1.2.7-4_ru.po\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-04-05 11:27+0300\n" +"Last-Translator: Sergey Alyoshin \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Хотите установить сервер совместимости с BSD lpd?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Этот пакет CUPS содержит сервер, который может принимать задания печати в " +"стиле BSD и посылать их в CUPS. Его рекомендуется устанавливать только в том " +"случае, если в сети есть другие компьютеры, которые отправляют задания по " +"сети с помощью \"BSD\" или \"LPR\" сервисов, и эти компьютеры не могут " +"работать с протоколом IPP, который используется в CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"Хотите чтобы CUPS печатал неизвестные задания как необработанные задания?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Все задания печати с помощью интернет протокола печати (IPP) имеют тип MIME. " +"Так как не все источники заданий печати могут назначать соответствующий тип, " +"многие задания посылаются с MIME типом приложение/поток-октетов и могут быть " +"отклонены, если CUPS не определит формат заданий." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS может обслуживать все такие задания как \"необработанные\", что ведет к " +"их посылке напрямую к устройству печати без обработки." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Рекомендуется выбрать этот параметр если сервер будет получать задания " +"печати от компьютеров с Windows или от серверов Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "serial" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Интерфейсные программы для связи с принтером:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS использует интерфейсные программы для связи с устройством печати или " +"портом." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"К сожалению, некоторые интерфейсные программы могут вызывать проблемы. " +"Например, некоторые ядра PPC рушатся при использовании интерфейса parallel." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Выберите интерфейсную программу, которая будет использоваться CUPS. Выбор по " +"умолчанию должен работать с большинством оборудования." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Если вы получаете задания печати с компьютеров с Windows, то, вероятно, " +#~ "лучше установить этот параметр, так как Windows присваивает всем заданиям " +#~ "печати IPP, обработанным локальным драйверов MIME тип application/octet-" +#~ "stream. Samba также отправляет свои задания печати в таком виде." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "" +#~ "Порт или/и имя машины через который будет осуществляться подключение к " +#~ "CUPS:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Укажите порт или имя машины на котором будет работать демон CUPS. " +#~ "Допустимы следующие форматы:" + +#, fuzzy +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Номер порта (631);\n" +#~ " - Имя машины (debian.example.com);\n" +#~ " - Машина:Порт (debian.example.com:631)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "Можно использовать несколько любых типов, разделяя их пробелом." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "Порт по умолчанию 631 зарезервирован для протокола печати в Интернет " +#~ "(Internet Printing Protocol, IPP). В целях безопасности для автономных " +#~ "систем рекомендуется использовать настройку \"localhost:631\"." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "Анонсировать и/или слушать CUPS информацию о принтере в сети?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "Демон CUPS может анонсировать информацию о принтере для сетевых клиентов, " +#~ "и обнаруживать другие принтеры в сети автоматически." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "При выборе этого параметра демон CUPS будет периодически посылать " +#~ "широковещательные UDP пакеты для обнаружения принтеров." + +#~ msgid "Incorrect value entered" +#~ msgstr "Введено недопустимое значение" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "при разборе номера порта или имени машины произошла ошибка." + +#~ msgid "Please correct your input." +#~ msgstr "Пожалуйста исправьте вводимые данные." --- cups-1.4.3.orig/debian/po/fr.po +++ cups-1.4.3/debian/po/fr.po @@ -0,0 +1,170 @@ +# Translation of cups debconf templates to French +# Copyright (C) 2004-2007 Christian Perrier +# This file is distributed under the same license as the cups package. +# +# +# Christian Perrier , 2004, 2005, 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-14 11:54+0530\n" +"PO-Revision-Date: 2007-12-14 11:57+0530\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: Plural-Forms: nplurals=2; plural=n>1;\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Faut-il installer le serveur compatible avec le démon lpd de BSD ?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Le paquet de CUPS fournit un serveur capable d'accepter des demandes " +"d'impression au style BSD et de les donner à CUPS. Ne le configurez que si " +"des postes du réseau ne sont capable de communiquer avec le serveur qu'avec " +"les services « BSD » ou « LPR » et ne gèrent pas le protocole IPP utilisé par " +"CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "CUPS doit-il imprimer les demandes sans type MIME sous forme brute ?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Selon le protocole IPP (« Internet Printing Protocol »), chaque demande " +"d'impression doit comporter un type MIME. Comme certaines sources de " +"demandes d'impression ne peuvent pas affecter un type MIME adapté, de " +"nombreuses demandes sont soumises avec le type MIME application/octet-" +"stream. Elles peuvent alors être rejetées si CUPS ne peut en déterminer le " +"format." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS peut traiter toutes ces demandes sans type reconnu comme des demandes " +"au format brut et les envoyer sans aucun traitement à l'imprimante." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Il est recommandé de choisir cette option si le serveur est amené à traiter " +"des demandes d'impression d'ordinateurs Windows ou de serveurs Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "IPP" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallèle" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "SCSI" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "série" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "USB" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "SNMP" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Mode de communication avec les imprimantes :" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS utilise différentes méthodes de communication pour ses échanges avec " +"les imprimantes ou les ports d'impression." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Malheureusement, certaines de ces méthodes sont connues pour provoquer des " +"difficultés comme le gel de certains noyaux PowerPC avec la communication " +"parallèle." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "Le choix par défaut est adapté à la majorité des environnements." --- cups-1.4.3.orig/debian/po/da.po +++ cups-1.4.3/debian/po/da.po @@ -0,0 +1,246 @@ +# translation of cups_1.1.20final+cvs20040317-3_da.po to Danish +# translation of da.po to Danish +# translation of Debian cups debconf to Danish +# +# Claus Hindsgaul , 2004. +# Claus Hindsgaul , 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: da\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-27 20:59+0200\n" +"Last-Translator: Claus Hindsgaul \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "nsker du at stte BSD lpd-kompatibilitetsserveren op?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS-pakken indeholder en server, der kan modtage print-jobs p BSD-form og " +"sende dem videre til CUPS. Den br kun sttes op, hvis det er muligt, at " +"andre computere sender jobs over netvrket via servicerne \"BSD\" eller \"LPR" +"\", og disse computere ikke kan overg til at benytte den IPP-protokol, som " +"CUPS benytter." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "nsker du at CUPS skal udskrive ukendte jobs som r jobs?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Internet Printing Protocol IPP krver, at der angives MIME-type for alle " +"printjobs. Da ikke alle printjob-kilder kan medsende den relevante type, vil " +"mange jobs blive sendt med MIME-typen \"application/octet-stream\", og kunne " +"blive afvist, sfremt CUPS ikke kan gtte jobbets format." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS kan hndtere sdanne jobs som \"r\" jobs, hvilket betyder, at de " +"sendes direkte til printeren uden yderligere behandling." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Det anbefales at vlge denne indstilling, hvis serveren kommer til at " +"modtage printjobs fra Windows-computere eller Samba-servere." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seriel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "sokkel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Printer-kommunikationsveje:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS bruger bagvedliggende programmer til at kommunikere med printerenheden " +"eller -porten." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Desvrre giver nogle af disse bagvedliggende programmer ofte visse problemer " +"(f.eks. bryder kernen sammen p nogle PPC-maskiner med parallel-programmet)." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Vlg det bagvedliggende program, CUPS skal bruge. Det forvalgte burde vre " +"passende under de mest almindelige forhold." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Hvis du vil acceptere printjobs fra Windows-computere, br du acceptere " +#~ "denne funktion, da Windows giver alle IPP-printjobs, som hndteres af en " +#~ "lokal driver MIME-typen \"application/octet-stream\". Samba sender sine " +#~ "jobs p samme mde." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Port og/eller vrtsnavn, CUPS skal lytte p:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Angiv port eller vrtsnavn, CUPS-dmonen skal lytte p. Flgende formater " +#~ "er gyldige:" + +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Portnummer (631);\n" +#~ " - vrtsnavn (debian.eksempel.dk);\n" +#~ " - Vrt:Port (debian.eksempel.dk:631);\n" +#~ " - Fildomnesokkel (/var/run/cups/cups.sock)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "Du kan kombinere disse i en liste adskilt med mellemrum." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "Standardporten 631 er reserveret til Internet-PrinterProtokollen (IPP). " +#~ "\"localhost:631\" anbefales af sikkerhedsgrunde for at stte et " +#~ "selvstndigt milj op." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "Rundsend og/eller lyt efter CUPS-printeroplysninger p netvrket?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "CUPS-dmonen kan rundsende printeroplysninger til klienter p netvrket " +#~ "og detektere printere p netvrket automatisk." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Hvis du vlger denne indstilling, vil CUPS-dmonen periodisk sende UDP-" +#~ "rundsendinger for at detektere printere." + +#~ msgid "Incorrect value entered" +#~ msgstr "Ugyldig vrdi indtastet" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "der opstod en fejl under tolkningaf portnummer eller vrtsnavn." + +#~ msgid "Please correct your input." +#~ msgstr "Ret venligst din indtastning." + +#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb" +#~ msgstr "ipp, lpd, parallel, scsi, seriel, sokkel, usb" + +#~ msgid "Select the backends you want." +#~ msgstr "Vlg det bagvedliggende program, du nsker." --- cups-1.4.3.orig/debian/po/it.po +++ cups-1.4.3/debian/po/it.po @@ -0,0 +1,167 @@ +# Italian (it) translation of debconf templates for cups +# Copyright (C) 2006 Software in the Public Interest +# This file is distributed under the same license as the cups package. +# Luca Monducci , 2006, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: cups 1.2.7 italian debconf templates\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-27 20:09+0200\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Si vuole configurare il server di compatibilit con lpd di BSD?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Il pacchetto CUPS contiene un server che pu accettare job di stampa in " +"formato BSD per poi girarli a CUPS. Questo server dovrebbe essere attivato " +"solo se in rete ci sono altri computer che potrebbero inviare job tramite i " +"servizi \"BSD\" o \"LPR\" e che non possono essere configurati per usare il " +"protocollo IPP, cio quello usato da CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Si vuole che CUPS stampi i job sconosciuti come job \"raw\"?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Il protocollo IPP (Internet Printing Protocol) assegna un tipo MIME a tutti " +"i job di stampa. Dato che non tutte le sorgenti dichiarano il tipo corretto, " +"molti dei job inviati hanno tipo application/octect-stream e potrebbero " +"essere rifiutati se CUPS non riesce a indovinarne il giusto formato del job." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS pu trattare tutti questi job come job \"raw\", ci comporta l'invio " +"diretto alla stampante, senza ulteriori elaborazioni." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Si raccomanda di attivare questa opzione se il server deve accettare job di " +"stampa da computer con Windows oppure da server Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallela" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seriale" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Backend di comunicazione con la stampante:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS usa dei programmi di backend per comunicare con il device o la porta " +"della stampante." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Sfortunatamente alcuni programmi di backend porebbero causare dei problemi. " +"Per esempio alcuni kernel per PPC si bloccano con il backend per la porta " +"parallela." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Scegliere quale programma di backend deve usare CUPS. La scelta predefinita " +"dovrebbe essere adatta per la maggioranza dei casi." --- cups-1.4.3.orig/debian/po/pt.po +++ cups-1.4.3/debian/po/pt.po @@ -0,0 +1,181 @@ +# Portuguese translation for cups's debconf messages +# Copyright (C) 2007 Carlos Lisboa +# This file is distributed under the same license as the cups package. +# Carlos Lisboa , 2007. +# Miguel Figueiredo , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: cups\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-04-08 23:35+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0n\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Deseja configurar o servidor de compatibilidade lpd BSD?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"O pacote cups contém um servidor que pode aceitar trabalhos de impressão " +"do estilo BSD e submetê-los ao CUPS. Deve ser apenas configurado se possui " +"outros computadores que submetam trabalhos na rede através de serviços \"BSD" +"\" ou \"LPR\", e que esses computadores não possam ser convertidos para usar " +"o protocolo IPP que o CUPS usa." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"Deseja que o CUPS imprima trabalhos desconhecidos como trabalhos 'raw'?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"O Internet Printing Protocol (IPP) adopta um tipo MIME para todos os " +"trabalhos de impressão. Como nem todas as fontes de trabalhos de impressão " +"podem anexar o tipo apropriado, muitos trabalhos são submetidos com do tipo " +"MIME application/octet-stream e podem ser rejeitados se o CUPS não puder " +"adivinhar o formato do trabalho." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"O CUPS pode lidar com tais trabalhos como trabalhos \"raw\", o que faz com " +"que sejam enviados directamente para a impressora sem que sejam processados." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"É recomendado escolher esta opção se o servidor irá aceitar trabalhos de " +"impressão a partir de computodores com Windows ou de servidores Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralela" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "série" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "'Backends' de comunicação com a impressora" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"O CUPS usa programas de 'backend' para comunicar com a porta ou dispositivo " +"da impressora." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Infelizmente, alguns programas de 'backend' podem causar alguns problemas. " +"Por exemplo, alguns kernels PPC bloqueiam' com o 'backend' paralelo." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Escolha qual o 'backend' a ser usado pelo CUPS. A escolha por omissão deve " +"servir a maioria dos ambientes mais comuns." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Se for aceitar trabalhos de impressão de computadores Windows, " +#~ "provavelmente quererá esta opção configurada, já que o Windows anexa a " +#~ "todos os trabalhos de impressão processados por uma impressora local o " +#~ "tipo MIME 'application/octet-stream'. Os trabalhos de impressão do samba " +#~ "também são submetidos desta forma." --- cups-1.4.3.orig/debian/po/cs.po +++ cups-1.4.3/debian/po/cs.po @@ -0,0 +1,244 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cups\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-12-16 15:37+0900\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Chcete spustit server kompatibilní s BSD lpd?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Tento CUPS balík obsahuje server, který umí přijímat tiskové úlohy ve stylu " +"BSD a přeposílat je systému CUPS. Měli byste jej povolit pouze v případě, že " +"máte na síti počítače, které posílají úlohy přes služby \"BSD\" nebo \"LPR\" " +"a nedají se přemluvit, aby používaly protokol IPP." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Chcete, aby CUPS tisknul neznámé úlohy jako typ \"raw\"?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Všechny tiskové úlohy IPP (Internet Printing Protocol) mají přiřazen typ " +"MIME, podle kterého CUPS pozná, v jakém formátu je úloha zaslána. Protože ne " +"všechny zdroje tiskových úloh umí nastavit správný typ, je mnoho úloh " +"zasíláno s MIME typem application/octet-stream a CUPS pak musí hádat, o jaký " +"formát dat se jedná. Pokud CUPS formát neuhodne, implicitně úlohu odmítne." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"Zde můžete nastavit, aby CUPS považoval všechny nerozpoznané úlohy jako " +"úlohy typu \"raw\". Takové úlohy se nijak nezpracovávají a jsou odesílány " +"rovnou na tiskárnu." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Jestliže bude server akceptovat tiskové úlohy z Windows počítačů nebo ze " +"Samba serverů, je doporučeno tuto možnost povolit." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralelní" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "sériový" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Ovladače pro komunikaci s tiskárnou:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "CUPS používá ovladače pro komunikaci s tiskárnou nebo jejím portem." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Bohužel, některé ovladače nejsou zcela stabilní. Například některá PPC jádra " +"v kombinaci s paralelním ovladačem spadnou." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Vyberte ovladač, který má CUPS použít. Implicitní volba se hodí do většiny " +"běžných prostředí." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Pokud budete přijímat tisky z windowsových počítačů, pravděpodobně budete " +#~ "chtít tuto volbu zapnout, protože Windows nastavují všem tiskům přes IPP " +#~ "(zpracovaných lokálním ovladačem) MIME typ application/octet-stream. " +#~ "Stejně pracuje i Samba." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Port a/nebo jméno počítače, na kterém má CUPS naslouchat:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Zadejte prosím port nebo jméno počítače, na kterém má daemon CUPS " +#~ "naslouchat příchozím spojením. Povoleny jsou následující formáty:" + +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Číslo portu (631);\n" +#~ " - Jméno počítače (debian.priklad.cz);\n" +#~ " - Počítač:Port (debian.priklad.cz:631). - Socket (/var/run/" +#~ "cups/cups.sock)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "Můžete jich zadat libovolný počet, stačí je oddělit mezerami." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "Výchozí port 631 je rezervovaný právě pro Internet Printing Protocol " +#~ "(IPP). Pro samostatný počítač se z bezpečnostních důvodů doporučuje " +#~ "nastavení \"localhost:631\"." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "Vysílat a/nebo poslouchat na síti informace o CUPS tiskárnách?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "Daemon CUPS může do sítě vysílat své informace o tiskárnách a také umí na " +#~ "síti zjišťovat tiskárny nové." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Povolíte-li tuto volbu, daemon CUPS bude periodicky vysílat celoplošné " +#~ "UDP dotazy, kterými bude zjišťovat nové tiskárny." + +#~ msgid "Incorrect value entered" +#~ msgstr "Zadána chybná hodnota" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "Při zpracovávání čísla portu nebo názvu počítače se vyskytla chyba." + +#~ msgid "Please correct your input." +#~ msgstr "Opravte prosím svou odpověď." --- cups-1.4.3.orig/debian/po/ro.po +++ cups-1.4.3/debian/po/ro.po @@ -0,0 +1,174 @@ +# translation of ro.po to Romanian +# Romanian translation of cupsys. +# Copyright (C) 2006 THE cupsys'S COPYRIGHT HOLDER +# This file is distributed under the same license as the cupsys package. +# +# Stan Ioan-Eugen , 2006. +# Eddy Petrișor , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ro\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2008-06-30 03:23+0300\n" +"Last-Translator: Eddy Petrișor \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Vreți să instalați serverul de compatibilitate BSD lpd?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Acest pachet conține un server care poate să accepte și sarcini de " +"imprimare în stil BSD pe care să le transmită la CUPS. Ar trebui să fie " +"instalat doar dacă există calculatoare în rețea care trimit sarcini prin " +"serviciile „BSD” sau „LPR”,iar aceste calculatoare nu pot fi modificate " +"să folosească protocolul IPP folosit de CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"Doriți ca sarcinile necunoscute să fie imprimate de CUPS folosind formatul " +"brut?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "Protocolul de tipărire prin Internet (IPP) impune ca sarcinile de imprimare să aibă un tip MIME. Deoarece nu toate sursele de sarcini de imprimare pot atașa un tip potrivit, multe sarcini ajung să fie trimise cu tipul MIME application/octet-stream și ar putea refuzate în cazul în care CUPS nu ar reuși să ghicească formatul." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "CUPS poate trata toate sarcinile de acest fel ca sarcini cu format „brut”, ceea ce va face să fie trimise direct la imprimantă, fără procesare." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "Se recomandă alegerea acestei opțiuni, dacă serverul va accepta sarcini de imprimare de la calculatoare Windows sau de la servere Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "portul paralel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "portul serial" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Module de comunicare cu imprimanta:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "CUPS uses backend programs to communicate with the printer device or port." +msgstr "CUPS folosește diverse module/aplicații-suport pentru comunicarea cu imprimanta sau cu portul de imprimantă." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Din păcate, unele aplicații-suport pot cauza probleme. De exemplu, unele nuclee " +"pentru PPC se defectează atunci când este folosit modulul paralel." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Alegeți modulul pe care să-l folosească CUPS. Valoarea implicit selectată ar " +"trebui să fie potrivită pentru majoritatea mediilor obișnuite." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Dacă veți accepta lucrări de imprimare de la calculatoare cu Windows, " +#~ "veți doriprobabil să selectați această opțiune, deoarece Windows " +#~ "stabilește tuturor lucrărilor de imprimare IPP procesate de driverul " +#~ "local tipul MIME aplicație/sir-de-octeți. Și Samba trimite lucrările de " +#~ "imprimare în acest mod." + --- cups-1.4.3.orig/debian/po/gl.po +++ cups-1.4.3/debian/po/gl.po @@ -0,0 +1,243 @@ +# Galician translation of cups' debconf templates. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the cups package. +# Jacobo Tarrio , 2006, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: cups\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-12-16 15:35+0900\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "" +"causan problemas (por exemplo, algúns núcleos para PPC fallan co adaptador " +"paralelo).<" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"O paquete CUPS contén un servidor que pode aceptar traballos de impresión " +"estilo BSD e envialos a CUPS. Só se debería activar se ten outros " +"ordenadores que poidan enviar traballos pola rede mediante os servizos \"BSD" +"\" ou \"LPR\", e se eses ordenadores non se poden configurar para que " +"empreguen o protocolo IPP que emprega CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"¿Quere que CUPS imprima os traballos descoñecidos coma traballos en cru?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"O protocolo de impresión por Internet (IPP) obriga a que tódolos traballos " +"de impresión teñan un tipo MIME. Como non todas as fontes de traballos de " +"impresión poden indicar un tipo axeitado, moitos traballos envíanse co tipo " +"MIME application/octet-stream, e poden quedar rexeitados se CUPS non pode " +"determinar o formato do traballo." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS pode tratar todos eses traballos coma traballos \"en cru\", o que fai " +"que se envíen directamente á impresora sen os procesar." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Recoméndase que escolla esta opción se o servidor ha aceptar traballos de " +"impresión de ordenadores Windows ou servidores Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paralelo" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "serie" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Sistemas de comunicación coa impresora:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS emprega programas \"motor\" para se comunicar co dispositivo ou porto " +"da impresora." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Por desgracia, algúns destes programas \"motor\" poden causar problemas. Por " +"exemplo, algúns núcleos para PPC fallan co motor de porto paralelo." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Escolla o programa que debe empregar CUPS. A opción por defecto debería " +"axustarse aos ambientes máis habituais." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Se vai aceptar traballos de impresión de ordenadores con Windows, " +#~ "probablemente sexa mellor activar esta opción, xa que Windows envía os " +#~ "traballos de impresión IPP procesados cun controlador local co tipo MIME " +#~ "application/octet-stream. Samba tamén envía os seus traballos de " +#~ "impresión do mesmo xeito." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Porto e/ou nome de servidor no que CUPS ha escoitar:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Especifique o porto ou nome de servidor no que ha escoitar o servizo de " +#~ "CUPS. Admítense os seguintes formatos:" + +#, fuzzy +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Número de porto (631);\n" +#~ " - Nome de servidor (debian.exemplo.com);\n" +#~ " - Servidor:Porto (debian.exemplo.com:631)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "" +#~ "Pode combinalos facendo unha lista de elementos separados por comas." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "O porto por defecto, 631, está reservado para o Protocolo de Impresión de " +#~ "Internet (IPP). Recoméndase que empregue \"localhost:631\" para crear un " +#~ "sistema aillado por motivos de seguridade." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "¿Emitir e/ou escoitar información de impresoras de CUPS na rede?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "O servizo CUPS pode emitir información de impresoras para os clientes da " +#~ "rede, e pode detectar automaticamente as impresoras da rede." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Se escolle esta opción, o servizo CUPS ha enviar paquetes \"broadcast\" " +#~ "UDP para detectar as impresoras." + +#~ msgid "Incorrect value entered" +#~ msgstr "Introduciuse un valor incorrecto" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "houbo un erro ao analizar o número de porto ou o nome do servidor." + +#~ msgid "Please correct your input." +#~ msgstr "Corrixa o que introduciu." --- cups-1.4.3.orig/debian/po/ca.po +++ cups-1.4.3/debian/po/ca.po @@ -0,0 +1,181 @@ +# +# Catalan translation for cups package. +# Copyright (C) 2007 Debian CUPS Maintainers. +# This file is distributed under the same license as the cups package. +# +# Jordà Polo , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: 1.2.7-4\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-27 11:01+0200\n" +"Last-Translator: Jordà Polo \n" +"Language-Team: Català \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Voleu configurar el servidor compatible amb l'lpd de BSD?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Aquest paquet inclou un servidor que pot acceptar tasques d'impressió de " +"tipus BSD, i enviar-les a CUPS. Només s'hauria d'utilitzar si teniu altres " +"ordinadors que enviïn tasques mitjançant els serveis «BSD» o «LPR», i no " +"podeu convertir-los al protocol IPP que utilitza CUPS." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"Voleu que CUPS imprimeixi les tasques desconegudes com tasques en brut?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"El protocol d'impressió d'Internet (IPP, «Internet Printing Protocol») força " +"l'existència d'un tipus MIME en totes les tasques d'impressió. Com no sempre " +"s'indica un tipus adequat, moltes d'aquestes tasques s'envien amb el MIME " +"«application/octet-stream» i poden ser rebutjades si CUPS no és capaç de " +"trobar quin és el seu format." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS pot tractar totes aquestes tasques com tasques en brut, que fa que " +"s'enviïn directament a la impressora sense cap mena de processament." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"És recomanable que trieu aquesta opció si el servidor ha d'acceptar tasques " +"d'impressió d'ordinadors Windows o servidors Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paral·lel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "sèrie" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "sòcol" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Mecanisme de comunicació amb la impressora:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS utilitza programes externs per comunicar-se amb el dispositiu o port " +"d'impressora." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Malauradament, alguns d'aquests programes poden ser problemàtics. (Per " +"exemple, algun nucli PPC falla si s'utilitza el port paral·lel.)" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Si us plau, trieu el programa que CUPS hauria d'utilitzar per comunicar-se " +"amb la impressora. L'opció predeterminada és vàlida en la majoria d'entorns." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Si heu d'acceptar tasques d'ordinadors amb Windows, probablement us " +#~ "interessi activar aquesta opció, ja que Windows assigna el tipus MIME " +#~ "«application/octet-stream» a totes les tasques d'impressió IPP que són " +#~ "processades per un controlador local. Samba també envia les impressions " +#~ "d'aquesta manera." --- cups-1.4.3.orig/debian/po/POTFILES.in +++ cups-1.4.3/debian/po/POTFILES.in @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] cups-bsd.templates +[type: gettext/rfc822deb] cups.templates --- cups-1.4.3.orig/debian/po/eu.po +++ cups-1.4.3/debian/po/eu.po @@ -0,0 +1,166 @@ +# translation of cups-eu.po to librezale +# Piarres Beobide , 2005, 2007. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +msgid "" +msgstr "" +"Project-Id-Version: cups-eu\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-27 15:56+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: librezale \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "BSD lpd bateragarritasun zerbitzaria konfiguratu nahi al duzu?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS paketeak BSD-moduko inprimatze lanak onartu eta CUPS-era bidaltzen " +"dituen zerbitzari bat du. Berau \"BSD\" edo \"LPR\" zerbitzuen bidez sare " +"bidez lanak bidaltzen dituzten eta CUPS-ek erabiltzen duen IPP protokoloa " +"erabili ezin duten ordenagailuak badituzu bakarrik konfiguratu behar da." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "CUPS-ek lan ezezagunak lan gordinak bezala inprimatzea nahi duzu?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Internet Inprimatze Protokoloak (IPP) MIME mota bat indartzen du inprimatze " +"lan guztientzat. Inprimatze lan jatorri guztiek ezin dutenez mota zuzena " +"ezarri, lan asko application/octet-stream MIME mota bezala bidaltzen dira " +"eta ukatu egin daitezke CUPS ez bada lan formatu bezeroa ezagutzeko gauza." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"Posible da CUPS-ek lan hauek guztiak lan \"gordinak\" bezala kudea ditzan, " +"honela lan hauek prozesatu gabe bidaliko dira inprimagailura." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Gomendagarria da aukera hau hautatzea zerbitzariak windows duten ordenagailu " +"edo Samba zerbitzarietatik lanak jasoko baditu." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lds" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "paraleloa" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seriea" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Inprimagailu komunikazio motorea:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS-ek inprimagailu gailu edo atakarekin komunikazioa lortzeko interfaze " +"programakerabiltzen ditu." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Zoritxarrez, zenbait interaze programek arazoak zor ditzakete. (Adibidez " +"zenbait PPC kernel haustura motore paraleloaz)" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Mesedez hautatu CUPS-ek erabiliko duen komunikazio motorea. Aukera " +"lehenetsiak ingurune arruntenetan funtzionatu beharko luke." --- cups-1.4.3.orig/debian/po/fi.po +++ cups-1.4.3/debian/po/fi.po @@ -0,0 +1,170 @@ +# translation of cups_1.3.2-1_templates.po to Finnish +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Esko Arajärvi , 2007. +msgid "" +msgstr "" +"Project-Id-Version: cups_1.3.2-1_templates\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-10-15 13:13+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Haluatko pystyttää ”BSD lpd”-yhteensopivuuspalvelimen?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS-paketti sisältää palvelimen, joka voi vastaanottaa BSD-tyylisiä " +"tulostustöitä ja lähettää ne CUPSille. Palvelinta tulisi käyttää vain, jos " +"on todennäköistä, että muut tietokoneet lähettävät töitä verkon yli käyttäen " +"BSD- tai LPR-palveluita, eikä näitä tietokoneita voida asettaa käyttämään " +"CUPSin IPP-protokollaa." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Tuleeko CUPSin tulostaa tuntemattomat työt raakatöinä?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Internet Printing Protocol (IPP) vaatii, että tulostustöille on määritelty " +"MIME-tyyppi. Koska kaikki tulostustöitä lähettävät tahot eivät pysty " +"asettamaan sopivaa tyyppiä, monet työt tulevat lähetetyiksi MIME-tyypillä " +"application/octet-stream ja saattavat tulla hylätyiksi, jos CUPS ei pysty " +"arvaamaan niiden tyyppiä." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS pystyy käsittelemään kaikki tällaiset työt ”raakatöinä”. Tällöin ne " +"lähetetään suoraan tulostimelle ilman käsittelyä." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"On suositeltavaa käyttää tätä optiota, jos palvelin ottaa vastaa töitä " +"Windows-tietokoneilta tai Samba-palvelimilta." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "rinnakkainen" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "sarjallinen" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "pistoke" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Tulostusviestinnän taustaliitännät:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS käyttää taustaliitäntäohjelmia viestiessään tulostinlaitteelle tai " +"tulostusporttiin." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Ikävä kyllä jotkin taustaliitäntäohjelmat aiheuttavat usein ongelmia. " +"Esimerkiksi jotkin PPC-ytimet kaatuvat käytettäessä " +"rinnakkaistaustaliitäntää." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Valitse taustaliitäntäohjelma, jota CUPSin tulisi käyttää. Oletusvalinnan " +"pitäisi toimia yleisimmissä ympäristöissä." --- cups-1.4.3.orig/debian/po/templates.pot +++ cups-1.4.3/debian/po/templates.pot @@ -0,0 +1,148 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" --- cups-1.4.3.orig/debian/po/vi.po +++ cups-1.4.3/debian/po/vi.po @@ -0,0 +1,247 @@ +# Vietnamese Translation for CupSys. +# Copyright © 2007 Free Software Foundation, Inc. +# Clytie Siddall , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: cups_1.2.11-2\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-05-31 15:31+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.6.3b1\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Bạn có muốn thiết lập trình phục vụ tương thích với lpd BSD không?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Gói CUPS chứa một trình phục vụ có khả năng chấp nhận việc in kiểu BSD, cũng " +"đệ trình nó vào CUPS. Chỉ nên đặt gói này nếu máy khác sẽ đệ trình việc in " +"qua mạng bằng dịch vụ « BSD » hay « LPR », và máy khác này không thể được " +"chuyển đổi để sử dụng giao thức IPP mà CUPS dùng." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Bạn có muốn CUPS in việc in lạ như là việc thô không?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Giao thức In Mạng (Internet Printing Protocol: IPP) ép buộc kiểu MIME cho " +"mọi việc in. Vì không phải tất cả các nguồn việc in có khả năng đính kèm " +"kiểu thích hợp, nhiều việc được đệ trình như kiểu MIME « application/octet-" +"stream » và có thể bị từ chối nếu CUPS không thể đoán được định dạng của " +"việc in đó." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS có khả năng quản lý các việc như vậy như là việc « thô », mà gây ra " +"chúng được gửi trực tiếp cho máy in, không xử lý gì." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Khuyên bạn bật tùy chọn này nếu trình phục vụ sẽ chấp nhận việc in từ máy " +"Windows hay trình phục vụ Samba." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "song song" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "nối tiếp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "ổ cắm" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Hậu phương liên lạc với máy in:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"Phần mềm CUPS dùng một số chương trình hậu phương để liên lạc với thiết bị/" +"cổng máy in." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Rất tiếc là một số chương trình hậu phương có thể gây ra lỗi. Chẳng hạn, một " +"số hạt nhân PPC sẽ sụp đổ khi chạy cùng với hậu phương song song." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Hãy chọn chương trình hậu phương CUPS cần dùng. Sự chọn mặc định nên thích " +"hợp với phần lớn môi trường thường dùng." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Nếu bạn sẽ cần phải nhận việc in từ máy tính chạy hệ điều hành Windows " +#~ "thì rất có thể là bạn muốn lập tùy chọn này, vì phần mềm Windows gán mọi " +#~ "việc in IPP được xử lý bởi trình điều khiển địa phương, kiểu MIME « " +#~ "application/octet-stream ». Phần mềm Samba cũng đệ trình các việc in bằng " +#~ "cách đó." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Cổng và/hay tên máy nơi CUPS se lắng nghe:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Hãy gõ cổng hay tên máy trên mà trình nền CUPS sẽ lắng nghe. Cho phép " +#~ "những khuôn dạng theo đây:" + +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " • sổ cổng (v.d. 631)\n" +#~ " • tên máy (v.d. ví_dụ.vnoss.org)\n" +#~ " • máy:cổng (v.d. ví_dụ.vnoss.org:631) • ổ cắm miền tập tin (v.d. /var/" +#~ "run/cups/cups.sock)" + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "" +#~ "Bạn có thể kết hợp vài khuôn dạng phân cách bởi khoảng trắng trong danh " +#~ "sách." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "Cổng mặc định 631 dành cho Giao thức In Mạng (Internet Printing Protocol: " +#~ "IPP). Khuyên bạn dùng « localhost:631 » để thiết lập môi trường độc lập " +#~ "vì lý do bảo mật. " + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "Phát thanh và/hay lắng nghe thông tin máy in CUPS trên mạng không?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "Trình nền CUPS có thể phát thanh thông tin về máy in cho trình khách trên " +#~ "mạng nghe, và tự động phát hiện máy in nào trên mạng." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Nếu bạn lập tùy chọn này, trình nền CUPS sẽ gởi định kỳ việc phát thanh " +#~ "UDP để phát hiện máy in." + +#~ msgid "Incorrect value entered" +#~ msgstr "Gõ sai giá trị" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "gặp lỗi khi phân tách số cổng hay tên máy." + +#~ msgid "Please correct your input." +#~ msgstr "Hãy sửa dữ liệu gõ." + +#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb" +#~ msgstr "ipp, lpd, song song, scsi, nối tiếp, ổ cắm, usb" + +#~ msgid "Select the backends you want." +#~ msgstr "Hãy chọn hậu phương nào bạn muốn." --- cups-1.4.3.orig/debian/po/ja.po +++ cups-1.4.3/debian/po/ja.po @@ -0,0 +1,174 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cups 1.2\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-12-16 15:35+0900\n" +"Last-Translator: Kenshi Muto \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "BSD lpd 互換サーバをセットアップしますか?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS パッケージは BSD スタイルの印刷ジョブを受け付け、CUPS にそれを送るサーバ" +"を含んでいます。\"BSD\" または \"LPR\" サービス経由でネットワーク越しにジョブ" +"を送るほかのコンピュータがあり、かつそれらのコンピュータは CUPS の使っている " +"IPP プロトコルを使うよう変更できない、という場合にのみセットアップすべきで" +"す。" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "未知のジョブを生データ (raw) ジョブとして CUPS に印刷させますか?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Internet Printing Protocol (IPP) でのすべての印刷ジョブは MIME 形式を持ちま" +"す。印刷ジョブのすべてのソースに適切な形式が付いているとは限らず、多くのジョ" +"ブは MIME 形式 application/octet-stream として送られ,CUPS がそのジョブの" +"フォーマットを推測できなかったときには拒否されます。" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"そのようなジョブを、すべて生データ (\"raw\") ジョブとして加工なしに直接プリン" +"タに送るように CUPS を設定できます。" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"サーバが Windows コンピュータあるいは Samba サーバからの印刷ジョブを受け付け" +"る場合は、この選択肢で「はい」と答えることをお勧めします。" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "IPP" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "LPD" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "パラレル" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "SCSI" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "シリアル" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "ソケット" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "USB" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "SNMP" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "プリンタ通信バックエンド:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS はプリンタデバイスまたはポートと会話するのにバックエンドプログラムを使い" +"ます。" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"困ったことに、いくつかのバックエンドプログラムは種々の問題を引き起こします。" +"たとえば、ある種の PPC カーネルは parallel バックエンドでクラッシュします。" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"CUPS で利用したいバックエンドプログラムを選択してください。デフォルトの選択は" +"たいていの一般的な環境に合っています。" --- cups-1.4.3.orig/debian/po/de.po +++ cups-1.4.3/debian/po/de.po @@ -0,0 +1,178 @@ +# translation of po-debconf template to German +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Jens Nachtigall , 2004, 2005. +# Matthias Julius , 2007. +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-31 11:14-0400\n" +"Last-Translator: Matthias Julius \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Möchten Sie den Kompatibilitäts-Server für BSD lpd einrichten?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"Dieses Paket enthält einen Server, der BSD-artige Druckaufträge " +"entgegennimmt und diese an CUPS weiterleitet. Sie sollten diesen Server nur " +"einsetzen, wenn andere Rechner über Ihren Rechner Druckaufträge via »bsd« " +"oder »lpr« absetzen und diese Rechner nicht auf das von CUPS verwendete IPP-" +"Protokoll umgestellt werden können." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "" +"Möchten Sie, dass CUPS unbekannte Druckaufträge unbearbeitet (raw) druckt?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Das Internet Printing Protokoll (IPP) erfordert einen MIME-Typ für alle " +"Druckaufträge. Da nicht jeder Erzeuger von Druckaufträgen den geeigneten Typ " +"einfügen kann, werden viele Aufträge mit dem MIME-Typ »application/octet-" +"stream« abgesendet. Diese Druckaufträge können abgewiesen werden, falls CUPS " +"dessen Format nicht ermitteln kann." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS kann all diese Aufträge als »rohe« (engl.: »raw«) Aufträge behandeln. " +"Das bewirkt, dass sie ohne Bearbeitung direkt an den Drucker gesendet werden." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Es wird empfohlen, diese Option zu wählen, falls der Server Druckaufträge " +"von Windows-Rechnern oder Samba-Servern akzeptieren wird." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "IPP" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallel" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "SCSI" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seriell" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "Socket" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "USB" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "SNMP" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Backends für die Kommunikation mit dem Drucker:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS verwendet Backend-Programme zur Kommunikation mit dem Drucker oder Port." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Leider verursachen manche Backend-Programme Probleme. Zum Beispiel stürzen " +"einige PPC-Kernel mit dem Parallel-Backend ab." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Bitte wählen Sie das Backend-Programm zur Verwendung mit CUPS. Die " +"Voreinstellung sollte den meisten Umgebungen gerecht werden." --- cups-1.4.3.orig/debian/po/sv.po +++ cups-1.4.3/debian/po/sv.po @@ -0,0 +1,281 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cups 1.1.23-13\n" +"Report-Msgid-Bugs-To: Source: cups@packages.debian.org\n" +"POT-Creation-Date: 2007-12-16 15:35+0900\n" +"PO-Revision-Date: 2007-03-27 08:57+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "Do you want to set up the BSD lpd compatibility server?" +msgstr "Vill du konfigurera den BSD-kompatibla lpd-servern?" + +#. Type: boolean +#. Description +#: ../cups-bsd.templates:2001 +msgid "" +"The CUPS package contains a server that can accept BSD-style print jobs and " +"submit them to CUPS. It should only be set up if other computers are likely " +"to submit jobs over the network via the \"BSD\" or \"LPR\" services, and " +"these computers cannot be converted to use the IPP protocol that CUPS uses." +msgstr "" +"CUPS-paketet innehller en server som kan acceptera utskriftsjobb av BSD-" +"stil och skicka dem till CUPS. Den br endast konfigureras om du har andra " +"datorer som kommer att skicka jobb ver ntverket via \"BSD\" eller \"LPR\"-" +"tjnster och dessa datorer inte kan konverteras till att anvnda IPP-" +"protokollet som CUPS anvnder." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "Do you want CUPS to print unknown jobs as raw jobs?" +msgstr "Vill du att CUPS ska skriva ut oknda jobb som rjobb?" + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"The Internet Printing Protocol (IPP) enforces a MIME type for all print " +"jobs. Since not all sources of print jobs can attach an appropriate type, " +"many jobs get submitted as the MIME type application/octet-stream and could " +"be rejected if CUPS cannot guess the job's format." +msgstr "" +"Internet Printing Protocol (IPP) anvnder en MIME-typ fr alla sorters " +"utskriftsjobb. Eftersom inte alla kllor fr utskriftsjobb kan skicka med en " +"lmplig typ blir mnga jobb skickade som MIME-typen \"application/octet-" +"stream\" och kan bli nekade om CUPS inte kan gissa jobbtypen." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"CUPS can handle all such jobs as \"raw\" jobs, which causes them to be sent " +"directly to the printer without processing." +msgstr "" +"CUPS kan hantera alla sdan jobb som \"raw\"-jobb vilket orsakar att de " +"skickas direkt till skrivaren utan att frst behandlas." + +#. Type: boolean +#. Description +#: ../cups.templates:2001 +msgid "" +"It is recommended to choose this option if the server will be accepting " +"print jobs from Windows computers or Samba servers." +msgstr "" +"Det r rekommenderat att vlja det hr alternativet om servern ska acceptera " +"utskriftsjobb frn Windows-datorer eller Samba-servrar." + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "ipp" +msgstr "ipp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "lpd" +msgstr "lpd" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "parallel" +msgstr "parallell" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "scsi" +msgstr "scsi" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "serial" +msgstr "seriell" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "socket" +msgstr "uttag" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "usb" +msgstr "usb" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "snmp" +msgstr "snmp" + +#. Type: multiselect +#. Choices +#: ../cups.templates:3001 +msgid "dnssd" +msgstr "dnssd" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "Printer communication backends:" +msgstr "Bakndar fr skrivarkommunikation:" + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"CUPS uses backend programs to communicate with the printer device or port." +msgstr "" +"CUPS anvnder bakndesprogram fr att kommunicera med skrivarenheten eller " +"porten." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Unfortunately, some backend programs are likely to cause some trouble. For " +"example, some PPC kernels crash with the parallel backend." +msgstr "" +"Tyvrr kan vissa bakndesprogram orsaka en del problem. Till exempel kan " +"vissa PPC-krnor krascha nr den parallella baknden anvnds." + +#. Type: multiselect +#. Description +#: ../cups.templates:3002 +msgid "" +"Please choose the backend program to be used by CUPS. The default choice " +"should fit the most common environments." +msgstr "" +"Vlj det bakndesprogram som ska anvndas av CUPS. Standardvalet br passa " +"de flesta vanliga miljer." + +#~ msgid "" +#~ "If you will be accepting print jobs from Windows computers, you probably " +#~ "want this option set, as Windows gives all IPP print jobs processed by a " +#~ "local driver the MIME type application/octet-stream. Samba also submits " +#~ "its print jobs this way." +#~ msgstr "" +#~ "Om du vill att utskriftsjobb ska accepteras frn Windows-datorer br du " +#~ "antagligen vlja denna funktion eftersom Windows stter alla IPP-" +#~ "utskriftsjobb som hanteras av en lokal drivare till MIME-typen " +#~ "\"application/octet-stream\". Samba skickar ocks sina utskriftsjobb p " +#~ "detta stt." + +#~ msgid "Port or/and host name where CUPS will listen to:" +#~ msgstr "Port och/eller vrdnamn som CUPS lyssnar p:" + +#~ msgid "" +#~ "Please specify the port or the host name CUPS daemon will listen to. The " +#~ "following formats are allowed:" +#~ msgstr "" +#~ "Vnligen ange porten eller vrdnamnet som CUPS-demonen ska lyssna p. " +#~ "Fljande format r tilltna:" + +#, fuzzy +#~ msgid "" +#~ " - Port number (631);\n" +#~ " - Host name (debian.example.com);\n" +#~ " - Host:Port (debian.example.com:631);\n" +#~ " - File domain socket (/var/run/cups/cups.sock)." +#~ msgstr "" +#~ " - Portnummer (631);\n" +#~ " - Vrdnamn (debian.exempel.se);\n" +#~ " - Vrd:Port (debian.exempel.se:631)." + +#~ msgid "" +#~ "You can combine any of these by delimiting in a space-separated list." +#~ msgstr "Du kan kombinera flera av dessa genom att avgrnsa med mellanslag." + +#~ msgid "" +#~ "The default port 631 is reserved for the Internet Printing Protocol " +#~ "(IPP). \"localhost:631\" is recommended to setup a standalone environment " +#~ "for security reasons." +#~ msgstr "" +#~ "Standardport 631 r reserverad fr Internet Printing Protocol (IPP). " +#~ "\"localhost:631\" r rekommenderad fr att stlla in en fristende milj " +#~ "av skerhetsskl." + +#~ msgid "Broadcast and/or listen for CUPS printer information on the network?" +#~ msgstr "" +#~ "Vill du snda ut och/eller lyssna efter skrivarinformation fr CUPS p " +#~ "ntverket?" + +#~ msgid "" +#~ "CUPS daemon can broadcast printer information for clients on the network, " +#~ "and detect printers on the network automatically." +#~ msgstr "" +#~ "CUPS-demonen kan snda ut skrivarinformation fr klienter p ntverket " +#~ "och automatiskt identifiera skrivare p ntverket." + +#~ msgid "" +#~ "If you choose this option, the CUPS daemon will periodically send UDP " +#~ "broadcasts to detect printers." +#~ msgstr "" +#~ "Om du valde detta alternativ kommer CUPS-demonen att med jmna mellanrum " +#~ "snda UDP-broadcast fr att identifiera skrivare." + +#~ msgid "Incorrect value entered" +#~ msgstr "Felaktigt vrde angivet" + +#~ msgid "an error occurred while parsing the port number or the host name." +#~ msgstr "ett fel intrffade vid tolkning av portnumret eller vrdnamnet." + +#~ msgid "Please correct your input." +#~ msgstr "Vnligen rtt till det." + +#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb" +#~ msgstr "ipp, lpd, parallell, scsi, seriell, socket, usb" + +#~ msgid "Select the backends you want." +#~ msgstr "Vlj det baksystem du vill anvnda." + +#~ msgid "Specify the port or/and host name that wants to be listened." +#~ msgstr "Ange port och/eller vrdnamn som ska lyssnas p." + +#~ msgid "- Port number (631)" +#~ msgstr "- Portnummer (631)" + +#~ msgid "- Host name (debian.example.com)" +#~ msgstr "- Vrdnamn (debian.exempel.se)" + +#~ msgid "- Host:Port (debian.example.com:631)" +#~ msgstr "- Vrd:Port (debian.exempel.se:631)" + +#~ msgid "It is possible to combine by delimiting two or more values in space." +#~ msgstr "" +#~ "Det r mjligt att kombinera genom att avgrnsa tv eller fler vrden med " +#~ "mellanslag." + +#~ msgid "" +#~ "When this option is accepted, CUPS daemon will broadcast and detect by " +#~ "using UDP periodically." +#~ msgstr "" +#~ "Nr denna funktion accepteras kommer CUPS-demonen att snda ut och " +#~ "identifiera genom att anvnda UDP med jmna mellanrum." + +#~ msgid "The wrong value is found in the input." +#~ msgstr "Fel vrde matades in." --- cups-1.4.3.orig/debian/local/cups.ufw.profile +++ cups-1.4.3/debian/local/cups.ufw.profile @@ -0,0 +1,5 @@ +[CUPS] +title=Common UNIX Printing System server +description=CUPS is a printing system with support for IPP, samba, lpd, and other protocols. +ports=631 + --- cups-1.4.3.orig/debian/local/apparmor-profile +++ cups-1.4.3/debian/local/apparmor-profile @@ -0,0 +1,161 @@ +# vim:syntax=apparmor +# Last Modified: Thu Aug 2 12:54:46 2007 +# Author: Martin Pitt + +#include + +/usr/sbin/cupsd { + #include + #include + #include + #include + #include + #include + #include + #include + + capability chown, + capability fowner, + capability fsetid, + capability kill, + capability net_bind_service, + capability setgid, + capability setuid, + + # nasty, but we limit file access pretty tightly, and cups chowns a + # lot of files to 'lp' which it cannot read/write afterwards any + # more + capability dac_override, + + # the bluetooth backend needs this + network bluetooth, + + # the dnssd backend uses those + network x25 seqpacket, + network ax25 dgram, + network netrom seqpacket, + network rose dgram, + network ipx dgram, + network appletalk dgram, + network econet dgram, + network ash dgram, + + /bin/bash ixr, + /bin/dash ixr, + /bin/hostname ixr, + /dev/lp* rw, + deny /dev/tty rw, # silence noise + /dev/ttyS* rw, + /dev/usb/lp* rw, + /dev/bus/usb/ r, + /dev/bus/usb/** rw, + /dev/parport* rw, + /etc/cups/ rw, + /etc/cups/** rw, + /etc/foomatic/* r, + /etc/gai.conf r, + /etc/papersize r, + /etc/pnm2ppa.conf r, + /etc/printcap rwl, + /etc/ssl/** r, + @{PROC}/net/ r, + @{PROC}/net/* r, + @{PROC}/sys/dev/parport/** r, + @{PROC}/*/net/ r, + @{PROC}/*/net/** r, + @{PROC}/sys/crypto/** r, + /sys/** r, + /usr/bin/* ixr, + /usr/sbin/* ixr, + /bin/* ixr, + /sbin/* ixr, + /usr/lib/** rm, + + # backends which come with CUPS can be confined + /usr/lib/cups/backend/bluetooth ixr, + /usr/lib/cups/backend/dnssd ixr, + /usr/lib/cups/backend/http ixr, + /usr/lib/cups/backend/ipp ixr, + /usr/lib/cups/backend/lpd ixr, + /usr/lib/cups/backend/parallel ixr, + /usr/lib/cups/backend/scsi ixr, + /usr/lib/cups/backend/serial ixr, + /usr/lib/cups/backend/snmp ixr, + /usr/lib/cups/backend/socket ixr, + /usr/lib/cups/backend/usb ixr, + # we treat cups-pdf specially, since it needs to write into /home + # and thus needs extra paranoia + /usr/lib/cups/backend/cups-pdf Px, + # third party backends get no restrictions as they often need high + # privileges and this is beyond our control + /usr/lib/cups/backend/* Ux, + + /usr/lib/cups/cgi-bin/* ixr, + /usr/lib/cups/daemon/* ixr, + /usr/lib/cups/monitor/* ixr, + /usr/lib/cups/notifier/* ixr, + # filters and drivers (PPD generators) are always run as non-root, + # and there are a lot of third-party drivers which we cannot predict + /usr/lib/cups/filter/* Uxr, + /usr/lib/cups/driver/* Uxr, + /usr/local/share/** r, + /usr/share/** r, + /var/cache/cups/ rw, + /var/cache/cups/** rwk, + /var/log/cups/ rw, + /var/log/cups/* rw, + /var/run/avahi-daemon/socket rw, + /var/run/cups/ rw, + /var/run/cups/** rw, + /var/spool/cups/ rw, + /var/spool/cups/** rw, + + # third-party printer drivers; no known structure here + /opt/** rix, + + # FIXME: no policy ATM for hplip and Brother drivers + /usr/bin/hpijs Ux, + /usr/Brother/** Ux, + + # Kerberos authentication + /etc/krb5.conf r, + deny /etc/krb5.conf w, + /etc/krb5.keytab rk, + /etc/cups/krb5.keytab rwk, + /tmp/krb5cc* k, + + # likewise authentication + /etc/likewise r, + /etc/likewise/* r, +} + +# separate profile since this needs to write into /home +/usr/lib/cups/backend/cups-pdf { + #include + #include + #include + #include + + capability chown, + capability fowner, + capability fsetid, + capability setgid, + capability setuid, + + # unfortunate, but required for when $HOME is 700 + capability dac_override, + + /bin/dash ixr, + /bin/bash ixr, + /bin/cp ixr, + /etc/papersize r, + /etc/cups/cups-pdf.conf r, + @{HOME}/PDF/ rw, + @{HOME}/PDF/* rw, + /usr/bin/gs ixr, + /usr/lib/cups/backend/cups-pdf mr, + /usr/lib/ghostscript/** mr, + /usr/share/** r, + /var/log/cups/cups-pdf_log w, + /var/spool/cups-pdf/** rw, +} --- cups-1.4.3.orig/debian/local/oopstops.types +++ cups-1.4.3/debian/local/oopstops.types @@ -0,0 +1 @@ +application/openofficeps string(0,%!) + contains(0,1024,"%%Creator: OpenOffice.org 2.") --- cups-1.4.3.orig/debian/local/textonly.ppd +++ cups-1.4.3/debian/local/textonly.ppd @@ -0,0 +1,47 @@ +*PPD-Adobe: "4.3" +*% +*% Text-only printer definition +*% +*FormatVersion: "4.3" +*FileVersion: "1.1" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "TEXTONLY.PPD" +*Manufacturer: "Generic" +*Product: "(Generic)" +*cupsVersion: 1.0 +*cupsManualCopies: True +*cupsModelNumber: 2 +*cupsFilter: "text/plain 0 textonly" +*ModelName: "Generic text-only printer" +*ShortNickName: "Generic text-only printer" +*NickName: "Generic text-only printer" +*PSVersion: "(2017.000) 0" +*LanguageLevel: "2" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 756" +*DefaultPaperDimension: Letter +*PaperDimension Letter/Letter: "612 792" +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/Letter: "<>setpagedevice" +*CloseUI: *PageSize +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/Letter: "<>setpagedevice" +*CloseUI: *PageRegion + +*OpenUI *SendFF: Boolean +*DefaultSendFF: False +*SendFF True/True: "" +*SendFF False/False: "" +*CloseUI: *SendFF --- cups-1.4.3.orig/debian/local/postscript.ppd +++ cups-1.4.3/debian/local/postscript.ppd @@ -0,0 +1,540 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id: postscript.ppd,v 1.1.1.1 2000/08/24 19:23:13 goffioul Exp $" +*% +*% Sample Postscript driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Michael Goffioul +*% +*% Changes to the original file by Volker Behr, Martin-Eric Racine, +*% Nickolay Kondrashov and other contributors: +*% added custom page size - 2006-05-18 +*% replaced page descriptions - 2006-05-18 +*% InputSlot constraints removed - 2006-05-11 +*% maxed out imageable regions - 2006-05-11 +*% added pstitleiconv filter - 2006-05-11 +*% added ledger paper size - 2006-01-29 +*% match Adobe specifications - 2005-12-23 +*% additional paper formats - 2005-02-03 and 2005-02-07 +*% made A4 default paper size - 2005-02-03 +*% Color enabled - 2003-12-02 +*% +*FormatVersion: "4.3" +*FileVersion: "1.1" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "GENPS.PPD" +*Manufacturer: "Generic" +*Product: "(CUPS v1.1)" +*ModelName: "Generic PostScript Printer" +*ShortNickName: "Generic PostScript Printer" +*NickName: "Generic PostScript Printer" +*1284DeviceID: "MFG:Generic;MDL:PostScript Printer;DES:Generic PostScript Printer;CLS:PRINTER;CMD:POSTSCRIPT;" +*% cupsFilter: "application/vnd.cups-postscript 0 pstitleiconv" +*PSVersion: "(2017.000) 0" +*LanguageLevel: "2" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*TTRasterizer: Type42 + +*HWMargins: 0 0 0 0 +*VariablePaperSize: True +*MaxMediaWidth: 100000 +*MaxMediaHeight: 100000 +*NonUIOrderDependency: 100 AnySetup *CustomPageSize +*CustomPageSize True: "pop pop pop +<>setpagedevice" +*End +*ParamCustomPageSize Width: 1 points 36 100000 +*ParamCustomPageSize Height: 2 points 36 100000 +*ParamCustomPageSize Orientation: 3 int 0 3 +*ParamCustomPageSize WidthOffset: 4 points 0 0 +*ParamCustomPageSize HeightOffset: 5 points 0 0 + +*OpenGroup: General/General + +*OpenUI *PageSize/Page Size: PickOne +*OrderDependency: 100 AnySetup *PageSize +*DefaultPageSize: A4 +*PageSize 11x14/11x14: "<>setpagedevice" +*PageSize 11x17/11x17: "<>setpagedevice" +*PageSize 13x19/13x19: "<>setpagedevice" +*PageSize 16x20/16x20: "<>setpagedevice" +*PageSize 16x24/16x24: "<>setpagedevice" +*PageSize 2A/2A: "<>setpagedevice" +*PageSize 4A/4A: "<>setpagedevice" +*PageSize 8x10/8x10: "<>setpagedevice" +*PageSize 8x12/8x12: "<>setpagedevice" +*PageSize A0/A0: "<>setpagedevice" +*PageSize A1/A1: "<>setpagedevice" +*PageSize A2/A2: "<>setpagedevice" +*PageSize A3/A3: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize AnsiA/ANSI A: "<>setpagedevice" +*PageSize AnsiB/ANSI B: "<>setpagedevice" +*PageSize AnsiC/ANSI C: "<>setpagedevice" +*PageSize AnsiD/ANSI D: "<>setpagedevice" +*PageSize AnsiE/ANSI E: "<>setpagedevice" +*PageSize ArchA/Arch A: "<>setpagedevice" +*PageSize ArchB/Arch B: "<>setpagedevice" +*PageSize ArchC/Arch C: "<>setpagedevice" +*PageSize ArchD/Arch D: "<>setpagedevice" +*PageSize ArchE/Arch E: "<>setpagedevice" +*PageSize C0/C0: "<>setpagedevice" +*PageSize C1/C1: "<>setpagedevice" +*PageSize C2/C2: "<>setpagedevice" +*PageSize C3/C3: "<>setpagedevice" +*PageSize C4/C4: "<>setpagedevice" +*PageSize C5/C5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*PageSize Executive/Executive: "<>setpagedevice" +*PageSize ISOB0/B0 (ISO): "<>setpagedevice" +*PageSize ISOB1/B1 (ISO): "<>setpagedevice" +*PageSize ISOB2/B2 (ISO): "<>setpagedevice" +*PageSize ISOB3/B3 (ISO): "<>setpagedevice" +*PageSize ISOB4/B4 (ISO): "<>setpagedevice" +*PageSize ISOB5/B5 (ISO): "<>setpagedevice" +*PageSize JISB0/B0 (JIS): "<>setpagedevice" +*PageSize JISB1/B1 (JIS): "<>setpagedevice" +*PageSize JISB2/B2 (JIS): "<>setpagedevice" +*PageSize JISB3/B3 (JIS): "<>setpagedevice" +*PageSize JISB4/B4 (JIS): "<>setpagedevice" +*PageSize JISB5/B5 (JIS): "<>setpagedevice" +*PageSize Ledger/Ledger: "<>setpagedevice" +*PageSize Legal/US Legal: "<>setpagedevice" +*PageSize Letter/US Letter: "<>setpagedevice" +*PageSize RA0/RA0: "<>setpagedevice" +*PageSize RA1/RA1: "<>setpagedevice" +*PageSize RA2/RA2: "<>setpagedevice" +*PageSize RA3/RA3: "<>setpagedevice" +*PageSize RA4/RA4: "<>setpagedevice" +*PageSize SRA0/SRA0: "<>setpagedevice" +*PageSize SRA1/SRA1: "<>setpagedevice" +*PageSize SRA2/SRA2: "<>setpagedevice" +*PageSize SRA3/SRA3: "<>setpagedevice" +*PageSize SRA4/SRA4: "<>setpagedevice" +*PageSize SuperA/Super A: "<>setpagedevice" +*PageSize SuperB/Super B: "<>setpagedevice" +*PageSize TabloidExtra/Tabloid Extra: "<>setpagedevice" +*PageSize Tabloid/Tabloid: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 100 AnySetup *PageRegion +*DefaultPageRegion: A4 +*PageRegion 11x14/11x14: "<>setpagedevice" +*PageRegion 11x17/11x17: "<>setpagedevice" +*PageRegion 13x19/13x19: "<>setpagedevice" +*PageRegion 16x20/16x20: "<>setpagedevice" +*PageRegion 16x24/16x24: "<>setpagedevice" +*PageRegion 2A/2A: "<>setpagedevice" +*PageRegion 4A/4A: "<>setpagedevice" +*PageRegion 8x10/8x10: "<>setpagedevice" +*PageRegion 8x12/8x12: "<>setpagedevice" +*PageRegion A0/A0: "<>setpagedevice" +*PageRegion A1/A1: "<>setpagedevice" +*PageRegion A2/A2: "<>setpagedevice" +*PageRegion A3/A3: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion AnsiA/ANSI A: "<>setpagedevice" +*PageRegion AnsiB/ANSI B: "<>setpagedevice" +*PageRegion AnsiC/ANSI C: "<>setpagedevice" +*PageRegion AnsiD/ANSI D: "<>setpagedevice" +*PageRegion AnsiE/ANSI E: "<>setpagedevice" +*PageRegion ArchA/Arch A: "<>setpagedevice" +*PageRegion ArchB/Arch B: "<>setpagedevice" +*PageRegion ArchC/Arch C: "<>setpagedevice" +*PageRegion ArchD/Arch D: "<>setpagedevice" +*PageRegion ArchE/Arch E: "<>setpagedevice" +*PageRegion C0/C0: "<>setpagedevice" +*PageRegion C1/C1: "<>setpagedevice" +*PageRegion C2/C2: "<>setpagedevice" +*PageRegion C3/C3: "<>setpagedevice" +*PageRegion C4/C4: "<>setpagedevice" +*PageRegion C5/C5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*PageRegion Executive/Executive: "<>setpagedevice" +*PageRegion ISOB0/B0 (ISO): "<>setpagedevice" +*PageRegion ISOB1/B1 (ISO): "<>setpagedevice" +*PageRegion ISOB2/B2 (ISO): "<>setpagedevice" +*PageRegion ISOB3/B3 (ISO): "<>setpagedevice" +*PageRegion ISOB4/B4 (ISO): "<>setpagedevice" +*PageRegion ISOB5/B5 (ISO): "<>setpagedevice" +*PageRegion JISB0/B0 (JIS): "<>setpagedevice" +*PageRegion JISB1/B1 (JIS): "<>setpagedevice" +*PageRegion JISB2/B2 (JIS): "<>setpagedevice" +*PageRegion JISB3/B3 (JIS): "<>setpagedevice" +*PageRegion JISB4/B4 (JIS): "<>setpagedevice" +*PageRegion JISB5/B5 (JIS): "<>setpagedevice" +*PageRegion Ledger/Ledger: "<>setpagedevice" +*PageRegion Legal/US Legal: "<>setpagedevice" +*PageRegion Letter/US Letter: "<>setpagedevice" +*PageRegion RA0/RA0: "<>setpagedevice" +*PageRegion RA1/RA1: "<>setpagedevice" +*PageRegion RA2/RA2: "<>setpagedevice" +*PageRegion RA3/RA3: "<>setpagedevice" +*PageRegion RA4/RA4: "<>setpagedevice" +*PageRegion SRA0/SRA0: "<>setpagedevice" +*PageRegion SRA1/SRA1: "<>setpagedevice" +*PageRegion SRA2/SRA2: "<>setpagedevice" +*PageRegion SRA3/SRA3: "<>setpagedevice" +*PageRegion SRA4/SRA4: "<>setpagedevice" +*PageRegion SuperA/Super A: "<>setpagedevice" +*PageRegion SuperB/Super B: "<>setpagedevice" +*PageRegion TabloidExtra/Tabloid Extra: "<>setpagedevice" +*PageRegion Tabloid/Tabloid: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: A4 +*ImageableArea 11x14/11x14: "0 0 792 1008" +*ImageableArea 11x17/11x17: "0 0 792 1224" +*ImageableArea 13x19/13x19: "0 0 936 1368" +*ImageableArea 16x20/16x20: "0 0 1152 1440" +*ImageableArea 16x24/16x24: "0 0 1152 1728" +*ImageableArea 2A/2A: "0 0 3370 4768" +*ImageableArea 4A/4A: "0 0 4768 6749" +*ImageableArea 8x10/8x10: "0 0 576 720" +*ImageableArea 8x12/8x12: "0 0 576 864" +*ImageableArea A0/A0: "0 0 2384 3370" +*ImageableArea A1/A1: "0 0 1684 2384" +*ImageableArea A2/A2: "0 0 1191 1684" +*ImageableArea A3/A3: "0 0 842 1191" +*ImageableArea A4/A4: "0 0 595 842" +*ImageableArea A5/A5: "0 0 421 595" +*ImageableArea AnsiA/ANSI A: "0 0 612 792" +*ImageableArea AnsiB/ANSI B: "0 0 792 1224" +*ImageableArea AnsiC/ANSI C: "0 0 1224 1584" +*ImageableArea AnsiD/ANSI D: "0 0 1584 2448" +*ImageableArea AnsiE/ANSI E: "0 0 2448 3168" +*ImageableArea ArchA/Arch A: "0 0 648 864" +*ImageableArea ArchB/Arch B: "0 0 864 1296" +*ImageableArea ArchC/Arch C: "0 0 1296 1728" +*ImageableArea ArchD/Arch D: "0 0 1728 2592" +*ImageableArea ArchE/Arch E: "0 0 2592 3456" +*ImageableArea C0/C0: "0 0 2599 3676" +*ImageableArea C1/C1: "0 0 1836 2599" +*ImageableArea C2/C2: "0 0 1298 1836" +*ImageableArea C3/C3: "0 0 918 1298" +*ImageableArea C4/C4: "0 0 649 918" +*ImageableArea C5/C5: "0 0 459 649" +*ImageableArea Env10/Envelope #10: "0 0 297 684" +*ImageableArea EnvC5/Envelope C5: "0 0 459 649" +*ImageableArea EnvDL/Envelope DL: "0 0 312 624" +*ImageableArea EnvMonarch/Envelope Monarch: "0 0 279 540" +*ImageableArea Executive/Executive: "0 0 522 756" +*ImageableArea ISOB0/B0 (ISO): "0 0 2834 4008" +*ImageableArea ISOB1/B1 (ISO): "0 0 2004 2834" +*ImageableArea ISOB2/B2 (ISO): "0 0 1417 2004" +*ImageableArea ISOB3/B3 (ISO): "0 0 1000 1417" +*ImageableArea ISOB4/B4 (ISO): "0 0 708 1000" +*ImageableArea ISOB5/B5 (ISO): "0 0 498 708" +*ImageableArea JISB0/B0 (JIS): "0 0 2919 4127" +*ImageableArea JISB1/B1 (JIS): "0 0 2063 2919" +*ImageableArea JISB2/B2 (JIS): "0 0 1459 2063" +*ImageableArea JISB3/B3 (JIS): "0 0 1029 1459" +*ImageableArea JISB4/B4 (JIS): "0 0 727 1029" +*ImageableArea JISB5/B5 (JIS): "0 0 518 727" +*ImageableArea Ledger/Ledger: "0 0 1224 792" +*ImageableArea Legal/US Legal: "0 0 612 1008" +*ImageableArea Letter/US Letter: "0 0 612 792" +*ImageableArea RA0/RA0: "0 0 2437 3458" +*ImageableArea RA1/RA1: "0 0 1729 2437" +*ImageableArea RA2/RA2: "0 0 1218 1729" +*ImageableArea RA3/RA3: "0 0 864 1218" +*ImageableArea RA4/RA4: "0 0 609 864" +*ImageableArea SRA0/SRA0: "0 0 2551 3628" +*ImageableArea SRA1/SRA1: "0 0 1814 2551" +*ImageableArea SRA2/SRA2: "0 0 1275 1814" +*ImageableArea SRA3/SRA3: "0 0 907 1275" +*ImageableArea SRA4/SRA4: "0 0 637 907" +*ImageableArea SuperA/Super A: "0 0 644 1008" +*ImageableArea SuperB/Super B: "0 0 936 1368" +*ImageableArea TabloidExtra/Tabloid Extra: "0 0 864 1296" +*ImageableArea Tabloid/Tabloid: "0 0 792 1224" + +*DefaultPaperDimension: A4 +*PaperDimension 11x14/11x14: "792 1008" +*PaperDimension 11x17/11x17: "792 1224" +*PaperDimension 13x19/13x19: "936 1368" +*PaperDimension 16x20/16x20: "1152 1440" +*PaperDimension 16x24/16x24: "1152 1728" +*PaperDimension 2A/2A: "3370 4768" +*PaperDimension 4A/4A: "4768 6749" +*PaperDimension 8x10/8x10: "576 720" +*PaperDimension 8x12/8x12: "576 864" +*PaperDimension A0/A0: "2384 3370" +*PaperDimension A1/A1: "1684 2384" +*PaperDimension A2/A2: "1191 1684" +*PaperDimension A3/A3: "842 1191" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension AnsiA/ANSI A: "612 792" +*PaperDimension AnsiB/ANSI B: "792 1224" +*PaperDimension AnsiC/ANSI C: "1224 1584" +*PaperDimension AnsiD/ANSI D: "1584 2448" +*PaperDimension AnsiE/ANSI E: "2448 3168" +*PaperDimension ArchA/Arch A: "648 864" +*PaperDimension ArchB/Arch B: "864 1296" +*PaperDimension ArchC/Arch C: "1296 1728" +*PaperDimension ArchD/Arch D: "1728 2592" +*PaperDimension ArchE/Arch E: "2592 3456" +*PaperDimension C0/C0: "2599 3676" +*PaperDimension C1/C1: "1836 2599" +*PaperDimension C2/C2: "1298 1836" +*PaperDimension C3/C3: "918 1298" +*PaperDimension C4/C4: "649 918" +*PaperDimension C5/C5: "459 649" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" +*PaperDimension Executive/Executive: "522 756" +*PaperDimension ISOB0/B0 (ISO): "2834 4008" +*PaperDimension ISOB1/B1 (ISO): "2004 2834" +*PaperDimension ISOB2/B2 (ISO): "1417 2004" +*PaperDimension ISOB3/B3 (ISO): "1000 1417" +*PaperDimension ISOB4/B4 (ISO): "708 1000" +*PaperDimension ISOB5/B5 (ISO): "498 708" +*PaperDimension JISB0/B0 (JIS): "2919 4127" +*PaperDimension JISB1/B1 (JIS): "2063 2919" +*PaperDimension JISB2/B2 (JIS): "1459 2063" +*PaperDimension JISB3/B3 (JIS): "1029 1459" +*PaperDimension JISB4/B4 (JIS): "727 1029" +*PaperDimension JISB5/B5 (JIS): "518 727" +*PaperDimension Ledger/Ledger: "1224 792" +*PaperDimension Legal/US Legal: "612 1008" +*PaperDimension Letter/US Letter: "612 792" +*PaperDimension RA0/RA0: "2437 3458" +*PaperDimension RA1/RA1: "1729 2437" +*PaperDimension RA2/RA2: "1218 1729" +*PaperDimension RA3/RA3: "864 1218" +*PaperDimension RA4/RA4: "609 864" +*PaperDimension SRA0/SRA0: "2551 3628" +*PaperDimension SRA1/SRA1: "1814 2551" +*PaperDimension SRA2/SRA2: "1275 1814" +*PaperDimension SRA3/SRA3: "907 1275" +*PaperDimension SRA4/SRA4: "637 907" +*PaperDimension SuperA/Super A: "644 1008" +*PaperDimension SuperB/Super B: "936 1368" +*PaperDimension TabloidExtra/Tabloid Extra: "864 1296" +*PaperDimension Tabloid/Tabloid: "792 1224" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 100 AnySetup *Resolution +*DefaultResolution: 300dpi +*Resolution 150dpi/150 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*Resolution 1200dpi/1200 DPI: "<>setpagedevice" +*Resolution 2400dpi/2400 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*CloseGroup: General + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id: postscript.ppd,v 1.1.1.1 2000/08/24 19:23:13 goffioul Exp $". +*% + + +*PPD-Adobe: "4.3" +*% +*% "$Id: postscript.ppd,v 1.1.1.1 2000/08/24 19:23:13 goffioul Exp $" +*% +*% Sample Postscript driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Michael Goffioul +*% +*FormatVersion: "4.3" +*FileVersion: "1.1" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "POSTSCRI.PPD" +*Manufacturer: "Generic" +*Product: "(CUPS v1.1)" +*ModelName: "Generic PostScript Printer" +*ShortNickName: "Generic PostScript Printer" +*NickName: "Generic PostScript Printer" +*PSVersion: "(2017.000) 0" +*LanguageLevel: "2" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/Letter: "<>setpagedevice" +*PageSize Legal/Legal: "<>setpagedevice" +*PageSize Executive/Executive: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize B5/B5 (JIS): "<>setpagedevice" +*PageSize EnvISOB5/Envelope B5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/Letter: "<>setpagedevice" +*PageRegion Legal/Legal: "<>setpagedevice" +*PageRegion Executive/Executive: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion B5/B5 (JIS): "<>setpagedevice" +*PageRegion EnvISOB5/Envelope B5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 756" +*ImageableArea Legal/US Legal: "18 36 594 972" +*ImageableArea Executive/Executive: "18 36 504 684" +*ImageableArea A4/A4: "18 36 577 806" +*ImageableArea A5/A5: "18 36 403 559" +*ImageableArea B5/JIS B5: "18 36 498 693" +*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 673" +*ImageableArea Env10/Com-10: "18 36 279 648" +*ImageableArea EnvC5/EnvC5: "18 36 441 613" +*ImageableArea EnvDL/EnvDL: "18 36 294 588" +*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504" + +*DefaultPaperDimension: Letter +*PaperDimension Letter/Letter: "612 792" +*PaperDimension Legal/Legal: "612 1008" +*PaperDimension Executive/Executive: "522 756" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension B5/B5 (JIS): "516 729" +*PaperDimension EnvISOB5/Envelope B5: "499 709" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" + +*OpenUI *InputSlot/Media Source: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Default +*InputSlot Default/Default: "" +*InputSlot Tray1/Tray 1: "<>setpagedevice" +*InputSlot Tray2/Tray 2: "<>setpagedevice" +*InputSlot Tray3/Tray 3: "<>setpagedevice" +*InputSlot Manual/Manual Feed: "<>setpagedevice" +*CloseUI: *InputSlot + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 300dpi +*Resolution 150dpi/150 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*Resolution 1200dpi/1200 DPI: "<>setpagedevice" +*Resolution 2400dpi/2400 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *Duplex/Double-Sided Printing: PickOne +*OrderDependency: 20 AnySetup *Duplex +*DefaultDuplex: None +*Duplex None/Off: "<>setpagedevice" +*Duplex DuplexNoTumble/Long Edge (Standard): "<>setpagedevice" +*Duplex DuplexTumble/Short Edge (Flip): "<>setpagedevice" +*CloseUI: *Duplex + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id: postscript.ppd,v 1.1.1.1 2000/08/24 19:23:13 goffioul Exp $". +*% --- cups-1.4.3.orig/debian/local/acroread.conf +++ cups-1.4.3/debian/local/acroread.conf @@ -0,0 +1,43 @@ +# +# Configuration file for acroread as alternate pdftops filter +# +# 2006-09-26/Bl +# initial +# +# This configuration file sets some useful default options for use of +# the Adobe readder (acroread) as an alternate pdftops filter. +# +# Most of these options may be overridden by using the commandline options +# of pdftops prefixed with 'pdf'. Example: to expand the PDF pages to match +# the specified media size, add +# pdf-expand +# to the command line options. +# We use the option names of xpdf's pdftops utility for compatibility reasons; +# for use with acroread they are translated by the pdftops wrapper. For +# details see the script itself. + +# +# Paper size handling +# We default to the media size in the PDF file. If acroread uses +# the media box or the crop box is unknown to me and cannot be modified +# by command line options, but we use the shrink to fit option by default. +# +shrink + +# +# By default, we use level2 output, as most printers only support level2. +# Note that acroread does no longer support level1, thus level1 will be +# silently ignored. +# +level2 + +# +# As we convert to PostScript for printing only, we do not output comments +# or annotations and emit all used fonts once at the beginning of the document. +# +optimizeForSpeed +commentsOff +annotsOff +transQuality 3 + + --- cups-1.4.3.orig/debian/local/cpdftocps.convs +++ cups-1.4.3/debian/local/cpdftocps.convs @@ -0,0 +1 @@ +application/vnd.cups-pdf application/vnd.cups-postscript 22 cpdftocps --- cups-1.4.3.orig/debian/local/text.convs +++ cups-1.4.3/debian/local/text.convs @@ -0,0 +1,6 @@ +application/x-cshell text/plain 100 - +application/x-csource text/plain 100 - +application/x-perl text/plain 100 - +application/x-shell text/plain 100 - +text/html text/plain 100 - +text/css text/plain 100 - --- cups-1.4.3.orig/debian/local/oopstops.convs +++ cups-1.4.3/debian/local/oopstops.convs @@ -0,0 +1 @@ +application/openofficeps application/postscript 33 oopstops --- cups-1.4.3.orig/debian/local/pstopdf.convs +++ cups-1.4.3/debian/local/pstopdf.convs @@ -0,0 +1 @@ +application/postscript application/pdf 22 pstopdf --- cups-1.4.3.orig/debian/local/pdftops.conf +++ cups-1.4.3/debian/local/pdftops.conf @@ -0,0 +1,61 @@ +# +# Configuration file for the alternate pdftops filter +# +# 2004-10-05/Bl +# initial +# +# This configuration file defaults the configuration settings for xpdf's pdftops +# utility for use as a CUPS filter (under the pdftops wrapper). Short of +# unicode handling, those options are listed which are (or seem to me) relevant +# to convert PDFs to PostScript suitable for production printers. +# +# Most of these options may be overridden by osing the commandline options +# pr pdftops prefixed with 'pdf'. Example: to enable OPI handling, add +# pdf-opi +# to the command line options. For the details see the pdftops wrapper. + +# +# Where to search for fonts not embedded in the PDF (currently, Type1 fonts only) +# +fontDir /PostScript/pfa + +# +# Paper size handling +# We default to the media size specified in the PDF file. +# If a crop box is specified, it wil be used, otherwise the media box instead. +# By default, we use this size as imageable area. +# +psPaperSize match +psCrop yes +psExpandSmaller no +psShrinkLarger no +psCenter yes + +# +# As we have (level 2) printers which don't understand CID fonts, we produce level 2 +# output. +# +psLevel level2 + +# +# Font handling. +# We embed all fonts embedded in the PDF in the generated PS (level2 compatible composite +# fonts in case of CID fonts. +# +psEmbedType1Fonts yes +psEmbedTrueTypeFonts yes +psEmbedCIDTrueTypeFonts yes +psEmbedCIDPostScriptFonts yes + +# +# OPI. +# As OPI handling is rather uncommon to printers, disable it by default. But it may be +# enabled by print command attribute. +# +psOPI no + +# +# Use ASCII85 encoding. +# +psASCIIHex no + --- cups-1.4.3.orig/debian/local/apport-hook.py +++ cups-1.4.3/debian/local/apport-hook.py @@ -0,0 +1,11 @@ +'''apport package hook for cups + +(c) 2009 Canonical Ltd. +Author: Brian Murray +''' + +from apport.hookutils import * + +def add_info(report): + attach_hardware(report) + attach_printing(report) --- cups-1.4.3.orig/debian/local/filters/cpdftocps +++ cups-1.4.3/debian/local/filters/cpdftocps @@ -0,0 +1,291 @@ +#!/bin/sh + +#!/bin/sh + +# application/vnd.cups-pdf -> application/vnd.cups-postscript filter + +# Contributed by Johan Kiviniemi, Robert Sander , +# and Till Kamppeter. Licensed under the terms of the CUPS Debian +# packaging. +# The typical filter chain using this filter: +# (something that outputs pdf) +# -> pdftopdf +# -> cpdftocps (runs Poppler's pdftops and then CUPS' pstops) +# -> (postscript printer) + +# The emit-jcl option can be safely passed through to pstops, since pdftops +# strips any JCL output by pdftopdf before processing the PDF. pstops then +# simply does the right thing regarding JCL for pdftops’ output. +# $Id: $ +# + +set -e + +PDF2PS=/usr/bin/pdftops +PDF2PS_OPTIONS="" + +# Check whether pdftops supports the "-origpagesizes" option +HAVE_ORIGPAGESIZES=no +if `$PDF2PS -h 2>&1 | grep -q -- -origpagesizes 2>/dev/null`; then + HAVE_ORIGPAGESIZES=yes +fi + +echo "DEBUG: pdftops argv[$#] = $@" >&2 +echo "DEBUG: PPD: $PPD" >&2 +echo "DEBUG: $PDF2PS supports '-origpagesizes': $HAVE_ORIGPAGESIZES" >&2 + +if [ $# -lt 5 -o $# -gt 6 ]; then + echo "ERROR: $0 job-id user title copies options [file]" >&2 + exit 1 +fi + +# Read from given file. +if [ -n "$6" ]; then + exec <"$6" +fi + +# Apply PPD settings. + +pslevel=2 +if test -e "$PPD"; then + eval "$(sed -nre 's/^\*LanguageLevel:\s*\"?([0-9]+)\"?.*/pslevel="${pslevel:-\1}"/pi' "$PPD")" +fi +echo "DEBUG: PostScript Level: $pslevel" >&2 + +duplex=no +if test -e "$PPD"; then + eval "$(sed -nre 's/^\*Default(sides|Duplex|EFDuplex|EFDuplexing|KD03Duplex|JCLDuplex):\s*(two-sided|Duplex|On|True|Yes|1)\b.*/duplex="yes"/pi' "$PPD")" +fi +eval "$(printf "%s" "$5" | sed -nre 's/.*(^|\s)(sides|Duplex|EFDuplex|EFDuplexing|KD03Duplex|JCLDuplex)=(two-sided|Duplex|On|True|Yes|1)\b.*/duplex="yes"/pi')" +echo "DEBUG: Duplex: $duplex" >&2 + +resolution= +eval "$(printf "%s" "$5" | sed -nre 's/.*(^|\s)Resolution=([0-9.]+(x[0-9.]+)?).*/resolution="${resolution:-\2}"/pi')" +if test -e "$PPD"; then + eval "$(sed -nre 's/^\*DefaultResolution:\s*([0-9.]+(x[0-9.]+)?).*/resolution="${resolution:-\1}"/pi' "$PPD")" +fi +echo "DEBUG: Resolution: $resolution" >&2 + +if test -n "$resolution"; then + # If the resolution is not symmetric, use the higher of the two, + # Ghostscript ps2write device does not work with asymmetric resolutions. + xres= + yres= + eval "$(printf "%s" "$resolution" | sed -nre 's/.*(^|\s)([0-9]+)x([0-9]+).*/xres="\2"; yres="\3"/pi')" + if test -n "$xres" && test -n "$yres"; then + if [ "$xres" -gt "$yres" ]; then + resolution=$xres + else + resolution=$yres + fi + fi +fi + +width= +height= +bl_x= +bl_y= +tr_x= +tr_y= +margin_l= +margin_b= +margin_r= +margin_t= +pagesize= +unit= +customw= +customh= +eval "$(printf "%s" "$5" | sed -nre 's/.*(^|\s)(media|PageSize)=(\S+).*/pagesize="${pagesize:-\3}"/pi')" +if test -e "$PPD"; then + eval "$(sed -nre 's/^\*DefaultPageSize:\s*(\S+).*/pagesize="${pagesize:-\1}"/pi' "$PPD")" +fi +echo "DEBUG: Page size: $pagesize" >&2 + +eval "$(printf "%s" "$pagesize" | sed -nre 's/^Custom\.([0-9\.]+)x([0-9\.]+)(\S*)$/customw="\1"; customh="\2"; unit="\3"/pi')" + +if test -n "$customw" && test -n "$customh"; then + echo "DEBUG: Custom page size: $customw x $customh $unit" >&2 + + if test "$unit" = "in"; then + width="$(printf "scale=0; (%s)*(72.0)/(1.00)\n" "$customw" | bc)" + height="$(printf "scale=0; (%s)*(72.0)/(1.00)\n" "$customh" | bc)" + elif test "$unit" = "cm"; then + width="$(printf "scale=0; (%s)*(72.0)/(2.54)\n" "$customw" | bc)" + height="$(printf "scale=0; (%s)*(72.0)/(2.54)\n" "$customh" | bc)" + elif test "$unit" = "mm"; then + width="$(printf "scale=0; (%s)*(72.0)/(25.4)\n" "$customw" | bc)" + height="$(printf "scale=0; (%s)*(72.0)/(25.4)\n" "$customh" | bc)" + else + width="$(printf "scale=0; (%s)/(1.00)\n" "$customw" | bc)" + height="$(printf "scale=0; (%s)/(1.00)\n" "$customh" | bc)" + fi + + if test -e "$PPD"; then + eval "$(sed -nre 's|^\*HWMargins:\s*(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s*|bl_x="\1"; bl_y="\2"; tr_x="\3"; tr_y="\4"|p' "$PPD")" + + if test -n "$tr_x"; then + tr_x="$(printf "scale=8; (%s)-(%s)\n" "$width" "$tr_x" | bc)" + fi + if test -n "$tr_y"; then + tr_y="$(printf "scale=8; (%s)-(%s)\n" "$height" "$tr_y" | bc)" + fi + fi +elif test -n "$pagesize" && test -e "$PPD"; then + eval "$(sed -nre 's|^\*PaperDimension\s+'"$pagesize"'(/[^:]+\|):\s*"(\S+)\s+(\S+)".*|width="\2"; height="\3"|p' "$PPD")" + + eval "$(sed -nre 's|^\*ImageableArea\s+'"$pagesize"'(/[^:]+\|):\s*"(\S+)\s+(\S+)\s+(\S+)\s+(\S+)".*|bl_x="\2"; bl_y="\3"; tr_x="\4"; tr_y="\5"|p' "$PPD")" +fi + +test -n "$bl_x" || bl_x=0 +test -n "$bl_y" || bl_y=0 +test -n "$tr_x" || tr_x=$width +test -n "$tr_y" || tr_y=$height + +echo "DEBUG: Width: $width, height: $height, absolute margins: $bl_x, $bl_y, $tr_x, $tr_y" >&2 + +if test -n "$width" && test -n "$height" && \ + test -n "$bl_x" && test -n "$bl_y" && \ + test -n "$tr_x" && test -n "$tr_y"; then + margin_l="$bl_x" + margin_b="$bl_y" + margin_r="$(printf "scale=8; (%s)-(%s)\n" "$width" "$tr_x" | bc)" + margin_t="$(printf "scale=8; (%s)-(%s)\n" "$height" "$tr_y" | bc)" +fi +echo "DEBUG: Relative margins: $margin_l, $margin_b, $margin_r, $margin_t" >&2 + +if test -n "$margin_l" && test -n "$margin_b" && \ + test -n "$margin_r" && test -n "$margin_t"; then + inject_ps="<>setpagedevice" +fi + +# Poppler's pdftops needs the page dimensions as integer values +width=`echo $width | sed -e 's/[\.a-z].*$//i'` +height=`echo $height | sed -e 's/[\.a-z].*$//i'` + +fitplot= +eval "$(printf "%s" "$5" | sed -nre 's/.*(^|\s)(fitplot|fit-to-page)($|\s).*/fitplot=1/pi')" + +ppd_opts= +if test -n "$pslevel"; then + # Poppler's PostScript Level 3 output does not work on some printers + if [ "$pslevel" -ne "3" ]; then + pslevel=2 + fi + ppd_opts="${ppd_opts:+$ppd_opts }-level$pslevel" +# if [ "$pslevel" -ne "3" ]; then +# ppd_opts="${ppd_opts:+$ppd_opts }-noembtt" +# fi +fi +#if test -n "$resolution"; then +# ppd_opts="${ppd_opts:+$ppd_opts }-r$resolution" +#fi +if test -n "$fitplot" || [ "$HAVE_ORIGPAGESIZES" = "no" ]; then + if test -n "$width"; then + ppd_opts="${ppd_opts:+$ppd_opts }-paperw $width" + fi + if test -n "$height"; then + ppd_opts="${ppd_opts:+$ppd_opts }-paperh $height" + fi +fi +if test -z "$fitplot" && [ "$HAVE_ORIGPAGESIZES" = "yes" ]; then + ppd_opts="${ppd_opts:+$ppd_opts }-origpagesizes" +fi +if test -n "$fitplot"; then + ppd_opts="${ppd_opts:+$ppd_opts }-expand" +fi +if [ "$duplex" = "yes" ]; then + ppd_opts="${ppd_opts:+$ppd_opts }-duplex" +fi +echo "DEBUG: PPD options: $ppd_opts" >&2 + +# We do not supply the margins to the ps2pdf process, as this breaks +# full-bleed printing and also disturbs the printing if PPDs have too +# conservative margin definitions. +inject_ps= + +# We read the data into a temporary files +tempfiles= +trap 'rm -f $tempfiles' 0 1 2 13 15 + +# Injection +echo "DEBUG: PostScript to be injected: $inject_ps" >&2 +infile= +if test -n "$inject_ps"; then + echo "DEBUG: Injecting PostScript: $inject_ps" >&2 + + orig_infile="$infile" + + infile=$(mktemp -t pdftops.XXXXXX) + tempfiles="$tempfiles $infile" + + perl -p -e 'if (! $did) { s:(^%!.*)$:\1\n'"$inject_ps"': && $did++; }' "$orig_infile" > "$infile" +fi + +ifile=$(mktemp -t pdftops.XXXXXX) +tempfiles="$tempfiles $ifile" + +# Allow rendering of PDF files which have non-PDF stuff before and after the +# real PDF part, like for example PJL commands. Remove everything before +# "%PDF-X.Y" and after "%%EOF" +cat $infile | perl -e '$f = join("", <>); $f =~ s/^.*(\%PDF-\d+\.\d+)/$1/s; $f =~ s/(\%\%EOF\r?\n?).*$/$1/s; print $f' > "$ifile" + +# These options are *not* passed through to pstops, since pdftopdf or +# equivalent has already processed them. +MASK=' + brightness + Collate + cupsEvenDuplex + fitplot + gamma + hue + landscape + mirror + multiple-document-handling + natural-scaling + number-up + number-up-layout + orientation-requested + OutputOrder + page-border + page-bottom + page-label + page-left + page-ranges + page-right + page-set + page-top + position + saturation + scaling +' + +# Convert MASK to a regexp. +MASK_RE=$( + set -- $MASK + IFS='|' + printf "%s" "$*" +) + +# Annihilate all forms of the masked options from $5: +# -