debian/0000775000000000000000000000000012301134526007165 5ustar debian/compat0000664000000000000000000000000211712276177010401 0ustar 9 debian/printer-driver-pnm2ppa.docs0000664000000000000000000000014211712276177014401 0ustar README.security docs/en/CREDITS docs/en/README docs/en/RELEASE-NOTES docs/en/TODO docs/en docs/pl debian/printer-driver-pnm2ppa.doc-base.networking0000664000000000000000000000162211712276177017320 0ustar Document: pnm2ppa-ppa-networking Title: PPA Networking for Non-Windows Hosts or Clients using SAMBA Author: The pnm2ppa project team ppa-rpms@users.sourceforge.net Abstract: This document discusses Networking HP 710C, 720C 820C or 1000C Series (PPA Protocol) HP DeskJet printers with non-Windows Hosts or Clients, using SAMBA. Topics include choosing between transmitting PPA or PostScript across the network, Windows and Linux/Unix Hosts, Windows and Linux/Unix Clients, and emulating a PostScript printer on Windows. (Updated for pnm2ppa-1.04 and later.) Section: Text Format: debiandoc-sgml Files: /usr/share/doc/printer-driver-pnm2ppa/en/sgml/PPA_networking.sgml.gz Format: text Files: /usr/share/doc/printer-driver-pnm2ppa/en/PPA_networking.txt.gz Format: HTML Index: /usr/share/doc/printer-driver-pnm2ppa/en/PPA_networking.html Files: /usr/share/doc/printer-driver-pnm2ppa/en/PPA_networking*.html debian/control0000664000000000000000000000203512301133613010564 0ustar Source: pnm2ppa Section: text Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Printing Team Uploaders: Didier Raboud Build-Depends: debhelper (>= 8.9.0~), autotools-dev Homepage: http://pnm2ppa.sf.net/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pnm2ppa.git Vcs-Git: git://anonscm.debian.org/collab-maint/pnm2ppa.git Standards-Version: 3.9.5 Package: printer-driver-pnm2ppa Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript Suggests: magicfilter | apsfilter Conflicts: pbm2ppa Replaces: pnm2ppa (<< 1.13-3~) Breaks: pnm2ppa (<< 1.13-3~) Description: printer driver for HP-GDI printers Using pnm2ppa it's possible to run HP-GDI printers on Linux. These printers are normally "Windows-only" and use the PPA protocol which is proprietary. pnm2ppa supports color. . pnm2ppa supports the following printers: HP Deskjet 7XX Series, HP Deskjet 820 Series and HP Deskjet 1000 Series. debian/prerm0000664000000000000000000000200311567462230010241 0ustar #! /bin/sh # prerm script for pnm2ppa # # 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|upgrade|deconfigure) # install-info --quiet --remove /usr/info/pnm2ppa.info.gz ;; failed-upgrade) ;; purge) for i in /etc/magicfilter/pbm2ppa* ; do rm -f $i done ;; *) 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 debian/printer-driver-pnm2ppa.manpages0000664000000000000000000000002711712276177015246 0ustar debian/calibrate_ppa.8 debian/printer-driver-pnm2ppa.doc-base.color0000664000000000000000000000113411712276177016245 0ustar Document: pnm2ppa-color Title: Color correction for pnm2ppa Author: The pnm2ppa project team ppa-rpms@users.sourceforge.net Abstract: Information and instructions for color correction of pnm2ppa color printing. http://sourceforge.net/projects/pnm2ppa (Updated for pnm2ppa-1.0 and later.) Section: Text Format: debiandoc-sgml Files: /usr/share/doc/printer-driver-pnm2ppa/en/sgml/COLOR.sgml.gz Format: text Files: /usr/share/doc/printer-driver-pnm2ppa/en/COLOR.txt.gz Format: HTML Index: /usr/share/doc/printer-driver-pnm2ppa/en/COLOR.html Files: /usr/share/doc/printer-driver-pnm2ppa/en/COLOR.html debian/printer-driver-pnm2ppa.doc-base.calibrate0000664000000000000000000000105511712276177017057 0ustar Document: pnm2ppa-calibrate Title: PPA Printer calibration for pnm2ppa Author: The pnm2ppa project team ppa-rpms@users.sourceforge.net Abstract: This manual describes how to calibrate a PPA Printer for use with pnm2ppa. Section: Text Format: debiandoc-sgml Files: /usr/share/doc/printer-driver-pnm2ppa/en/sgml/CALIBRATION.sgml.gz Format: text Files: /usr/share/doc/printer-driver-pnm2ppa/en/CALIBRATION.txt.gz Format: HTML Index: /usr/share/doc/printer-driver-pnm2ppa/en/CALIBRATION.html Files: /usr/share/doc/printer-driver-pnm2ppa/en/CALIBRATION.html debian/patches/0000775000000000000000000000000011712276467010634 5ustar debian/patches/99-examples_shbangs.patch0000664000000000000000000000243611567462230015435 0ustar Description: Make sure examples have shebangs Author: Chad Walstrom Last-Update: 2004-11-12 diff -ruN pnm2ppa-1.12-old/sample_scripts/lprbw pnm2ppa-1.11/sample_scripts/lprbw --- pnm2ppa-1.12-old/sample_scripts/lprbw 2002-10-02 20:32:36.000000000 -0500 +++ pnm2ppa-1.12/sample_scripts/lprbw 2002-11-13 15:21:21.000000000 -0600 @@ -1,3 +1,4 @@ +#!/bin/sh cat $1 | \ gs -sDEVICE=pbmraw -q -sPAPERSIZE=a4 -dNOPAUSE -r600 -sOutputFile=- - | \ pnm2ppa --bw --eco $2 $3 $4 $5 -i - -o /dev/lp0 diff -ruN pnm2ppa-1.12-old/sample_scripts/lprcolor pnm2ppa-1.11/sample_scripts/lprcolor --- pnm2ppa-1.12-old/sample_scripts/lprcolor 2002-10-02 20:32:36.000000000 -0500 +++ pnm2ppa-1.12/sample_scripts/lprcolor 2002-11-13 15:21:25.000000000 -0600 @@ -1,3 +1,4 @@ +#!/bin/sh cat $1 | \ gs -sDEVICE=ppmraw -q -sPAPERSIZE=a4 -dNOPAUSE -r600 -sOutputFile=- - | \ pnm2ppa $2 $3 $4 $5 -i - -o /dev/lp0 diff -ruN pnm2ppa-1.12-old/sample_scripts/lpreco pnm2ppa-1.11/sample_scripts/lpreco --- pnm2ppa-1.12-old/sample_scripts/lpreco 2002-10-02 20:32:36.000000000 -0500 +++ pnm2ppa-1.12/sample_scripts/lpreco 2002-11-13 15:21:27.000000000 -0600 @@ -1,3 +1,4 @@ +#!/bin/sh cat $1 | \ gs -sDEVICE=ppmraw -q -sPAPERSIZE=a4 -dNOPAUSE -r600 -sOutputFile=- - | \ pnm2ppa --eco $2 $3 $4 $5 -i - -o /dev/lp0 debian/patches/series0000664000000000000000000000012211712276467012044 0ustar 10_177295-fix_signedness.patch 99-examples_shbangs.patch 99-pnm2ppa_manpage.patch debian/patches/99-pnm2ppa_manpage.patch0000664000000000000000000001713511567462230015161 0ustar Description: Fix various errors in the pnm2ppa manpage. Amongst those: hyphen-used-as-minus from lintian and the lack of section identifier. Author: Didier Raboud Last-Update: 2011-05-26 --- a/docs/en/pnm2ppa.1 +++ b/docs/en/pnm2ppa.1 @@ -1,8 +1,8 @@ -.TH pnm2ppa "23 Jun 2002" +.TH pnm2ppa 1 "23 Jun 2002" .SH NAME pnm2ppa - convert portable anymap (PNM) images to HP's PPA printer format. .SH SYNOPSIS -pnm2ppa [options] [ -i \fIinfile\fR ] [ -o \fIoutfile\fR ] +pnm2ppa [options] [ \-i \fIinfile\fR ] [ \-o \fIoutfile\fR ] .SH DESCRIPTION Reads portable anymap (PNM) format as input. Binary PNM formats pnmraw = @@ -16,111 +16,111 @@ GhostScript output devices "pbmraw", "pgmraw" or "ppmraw", or by "pnmraw", which will choose one of these formats as appropriate for the document.) \fBpnm2ppa\fP assumes the input resolution is 600dpi (or 300dpi if -the command-line option \fB--dpi300\fP is used): input at higher/lower +the command-line option \fB\-\-dpi300\fP is used): input at higher/lower resolutions will result in a correspondingly larger/smaller printed image, provided it is within the printer's allowed size range. .PP .SH OPTIONS -.\"{{{ -b bottommargin +.\"{{{ \-b bottommargin .IP "\fB\-b \fIbottommargin\fR\fP" -Sets the bottom margin \fIbottommargin\fR in units of 1/600 inches (e.g., \fB -b 150\fP corresponds to 0.25"). +Sets the bottom margin \fIbottommargin\fR in units of 1/600 inches (e.g., \fB \-b 150\fP corresponds to 0.25"). .\"}}} -.\"{{{ -B blackness +.\"{{{ \-B blackness .IP "\fB\-B \fIblackness\fR\fP" Sets the black ink density \fIblackness\fR in drops per pixel (0,1,2,3,4). .\"}}} -.\"{{{ --bi -.IP "\fB\--bi\fP" +.\"{{{ \-\-bi +.IP "\fB\-\-bi\fP" Force bidirectional print sweeps. .\"}}} .\"{{{ --bw -.IP "\fB\--bw\fP" +.IP "\fB\-\-bw\fP" Disables the color cartridge; will print in grey scale using only the black cartridge. .\"}}} -.\"{{{ -d +.\"{{{ \-d .IP "\fB\-d\fP" Displays the current configuration. .\"}}} -.\"{{{ --dpi300 -.IP "\fB\--dpi300\fP" +.\"{{{ \-\-dpi300 +.IP "\fB\-\-dpi300\fP" Treat input resolution as 300dpi instead of 600dpi. .\"}}} -.\"{{{ --eco -.IP "\fB\--eco\fP" +.\"{{{ \-\-eco +.IP "\fB\-\-eco\fP" Econofast mode: lower print quality that is faster and saves ink. .\"}}} -.\"{{{ -f configFile +.\"{{{ \-f configFile .IP "\fB\-f \fIconfigFile\fR\fP" Re-reads configuration from \fIconfigFile\fR (after initially reading it from /etc/pnm2ppa.conf). .\"}}} -.\"{{{ -F GammaFile +.\"{{{ \-F GammaFile .IP "\fB\-F \fIGammaFile\fR\fP" Overrides reading the color-correction table (Gamma curve) from the default file /etc/pnm2ppa.gamma, and uses \fIGammaFile\fR instead. .\"}}} -.\"{{{ --fd -.IP "\fB\--fd\fP" -Enable fast ordered dithering instead of using the slower, but beautiful, Floyd-Steinberg dithering. (Has no effect in --bw mode.) +.\"{{{ \-\-fd +.IP "\fB\-\-fd\fP" +Enable fast ordered dithering instead of using the slower, but beautiful, Floyd-Steinberg dithering. (Has no effect in \-\-bw mode.) .\"}}} -.\"{{{ -g +.\"{{{ \-g .IP "\fB\-g\fP" Prints a page of color intensity samples (for comparison with gamma.ppm data produced by calibrate_ppa). This is part of a \fBcolor-correction\fP procedure; see COLOR.txt for more details. .\"}}} -.\"{{{ -h, --help -.IP "\fB\-h, --help\fP" +.\"{{{ \-h, \-\-help +.IP "\fB\-h, \-\-help\fP" Displays program usage. .\"}}} -.\"{{{ -i infile +.\"{{{ \-i infile .IP "\fB\-i \fIinfile\fR\fP" -Input file \fIinfile\fR is either a path to a PPM file, or '-' to indicate stdin (defaults to stdin). +Input file \fIinfile\fR is either a path to a PPM file, or '\-' to indicate stdin (defaults to stdin). .\"}}} -.\"{{{ -l leftmargin +.\"{{{ \-l leftmargin .IP "\fB\-l \fIleftmargin\fR\fP" -Sets the left margin \fIleftmargin\fR in units of 1/600 inches (e.g., \fB-l 150\fP corresponds to 0.25"). +Sets the left margin \fIleftmargin\fR in units of 1/600 inches (e.g., \fB\-l 150\fP corresponds to 0.25"). .\"}}} -.\"{{{ --noGamma -.IP "\fB\--noGamma\fP" +.\"{{{ \-\-noGamma +.IP "\fB\-\-noGamma\fP" Switches off any color-correction. .\"}}} -.\"{{{ -o outfile | - -.IP "\fB\-o \fIoutfile\fR | - \fP" -Output file \fIoutfile\fR is either a path to a file or device, or '-' to indicate stdout (defaults to stdout). +.\"{{{ \-o outfile | \- +.IP "\fB\-o \fIoutfile\fR | \- \fP" +Output file \fIoutfile\fR is either a path to a file or device, or '\-' to indicate stdout (defaults to stdout). .\"}}} -.\"{{{ -p +.\"{{{ \-p .IP "\fB\-p\fP" Disables the black ink cartridge; i.e., print using only the color ink cartridge, even for printing "black". This might be useful for printing high-quality color images. .\"}}} -.\"{{{ -r rightmargin +.\"{{{ \-r rightmargin .IP "\fB\-r \fIrightmargin\fR\fP" -Sets the right margin \fIrightmargin\fR in units of 1/600 inches (e.g., \fB-r 150\fP corresponds to 0.25"). +Sets the right margin \fIrightmargin\fR in units of 1/600 inches (e.g., \fB\-r 150\fP corresponds to 0.25"). .\"}}} -.\"{{{ -s papersize +.\"{{{ \-s papersize .IP "\fB\-s \fIpapersize\fR\fP" Sets the default paper size (now used only for color-correction output -produced by the \fB-g\fP option). +produced by the \fB\-g\fP option). In normal use, pnm2ppa now instead reads the paper dimensions from pnm input file headers, and checks that it is a valid papersize for the given printer model. @@ -130,40 +130,40 @@ The default is US Letter. .\"}}} -.\"{{{ -t topmargin +.\"{{{ \-t topmargin .IP "\fB\-t \fItopmargin\fR\fP" -Sets the top margin \fItopmargin\fR in units of 1/600 inches (ie \fB-t 150\fP corresponds to 0.25"). +Sets the top margin \fItopmargin\fR in units of 1/600 inches (ie \fB\-t 150\fP corresponds to 0.25"). .\"}}} -.\"{{{ --uni -.IP "\fB\--uni\fP" +.\"{{{ \-\-uni +.IP "\fB\-\-uni\fP" Force unidirectional (left to right) print sweeps. Useful if "shearing" is a problem for high quality color images. .\"}}} -.\"{{{ -v printertype +.\"{{{ \-v printertype .IP "\fB\-v \fIprintertype\fP" Selects the printer model. Possible values of \fIprintertype\fR are: \fB710\fP, \fB712\fP, \fB720\fP, \fB722\fP, \fB820\fP and \fB1000\fP. The default is the HP DeskJet 7X0 Series (710, 712, 720, 722). .\"}}} -.\"{{{ --verbose -.IP "\fB\--verbose\fP" +.\"{{{ \-\-verbose +.IP "\fB\-\-verbose\fP" Displays the program's System Log messages on the standard output, as well. .\"}}} -.\"{{{ --version -.IP "\fB\--version\fP" +.\"{{{ \-\-version +.IP "\fB\-\-version\fP" Displays the program's version information. .\"}}} -.\"{{{ -x xoffset +.\"{{{ \-x xoffset .IP "\fB\-x \fIxoffset\fR\fP" Sets the x-offset \fIxoffset\fR from the left of the page. Units are 1/600 inches. .\"}}} -.\"{{{ -y yoffset +.\"{{{ \-y yoffset .IP "\fB\-y \fIyoffset\fR\fP" Sets the y-offset \fIyoffset\fR from the top of the page. Units are 1/600 inches. .\"}}} @@ -172,7 +172,7 @@ .SH NOTES The default configuration file \fI/etc/pnm2ppa.conf\fR is read in first. Command line arguments then modify the resulting definitions. .PP -The \fB-v\fP option resets all definitions (margins, offsets, etc.) back to +The \fB\-v\fP option resets all definitions (margins, offsets, etc.) back to the inbuilt defaults for that printer and should be used before subsequent \fB-b\fP, \fB-l\fP, \fB-r\fP, \fB-t\fP, \fB-x\fP and \fB-y\fP arguments. .SH "SEE ALSO" @@ -212,5 +212,5 @@ .SH BUGS Faint horizontal lines marking boundaries between print sweeps may be visible. You may get better results when printing images, with the options: - \fB -p --uni \fP (this may no longer apply since recent code improvements). + \fB \-p \-\-uni \fP (this may no longer apply since recent code improvements). debian/patches/10_177295-fix_signedness.patch0000664000000000000000000000056211567462230015735 0ustar Description: Fix signedness of "c" Bugs-Debian: 177295 Author: Chad Walstrom Last-Update: 2003-10-26 --- a/calibrate_ppa.c +++ b/calibrate_ppa.c @@ -81,7 +81,7 @@ FILE *outFile = NULL ; int testPattern = 0; char *out_filepath = NULL; - char c; + int c; static struct option long_opts[] = { {"gamma",0,0,'g'}, {"align",0,0,0}, debian/source.lintian-overrides0000664000000000000000000000013111712276177014056 0ustar # This is needed for "auto-buildflags" package-needs-versioned-debhelper-build-depends 9 debian/rules0000775000000000000000000000270612301133704010247 0ustar #!/usr/bin/make -f derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no") CFLAGS = $(shell dpkg-buildflags --get CFLAGS) CFLAGS += -DLANG_ENG -Wall %: dh $@ --parallel --builddirectory=build/ --with autotools_dev override_dh_auto_install: dh_auto_install --builddirectory=build/ --destdir=debian/printer-driver-pnm2ppa/ # Move the configuration file from /etc to /usr/share mv debian/printer-driver-pnm2ppa/etc/pnm2ppa.conf debian/printer-driver-pnm2ppa/usr/share/pnm2ppa/ override_dh_install: dh_install # Make sure update-magicfilters is executable chmod +x debian/printer-driver-pnm2ppa/usr/share/pnm2ppa/update-magicfilter ifeq ($(derives_from_ubuntu),yes) # Install the apport hook on Ubuntu and derivatives install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/printer-driver-pnm2ppa/usr/share/apport/package-hooks/source_pnm2ppa.py endif override_dh_installdocs: dh_installdocs # Remove useless or redundant files cd debian/printer-driver-pnm2ppa/usr/share/doc/printer-driver-pnm2ppa/;\ rm en/CREDITS;\ rm en/INSTALL.BEOS;\ rm en/INSTALL.CALDERA;\ rm en/INSTALL.MANDRAKE*;\ rm en/INSTALL.REDHAT*;\ rm en/INSTALL.SOLARIS;\ rm en/INSTALL.SUSE;\ rm en/INSTALL;\ rm en/LICENSE;\ rm en/README;\ rm en/RELEASE-NOTES;\ rm en/TODO;\ rm en/pnm2ppa.1;\ rm pl/INSTALACJA;\ rm pl/INSTALACJA.SUSE # Remove empty directories rm -Rf debian/printer-driver-pnm2ppa/usr/share/doc/pnm2ppa debian/printer-driver-pnm2ppa.postinst0000664000000000000000000000254411712276177015344 0ustar #! /bin/sh # postinst script for pnm2ppa # # see: dh_installdeb(1) set -e # Variables CONFFILE="/etc/pnm2ppa.conf" CONFTMPL="/usr/share/pnm2ppa/pnm2ppa.conf" MKMAGIC="/usr/share/pnm2ppa/update-magicfilter" # Debconf, baby -- no tests. It's a dependency for installation. . /usr/share/debconf/confmodule case "${1}" in configure) # Make sure we have a config file in place if [ ! -f ${CONFFILE} ] ; then install -m644 ${CONFTMPL} ${CONFFILE} fi db_get pnm2ppa/use_debconf if [ "${RET}" = "true" ] ; then # If conf file already exists, use that if [ -f ${CONFFILE} ] ; then CONFSRC=${CONFFILE} else CONFSRC=${CONFTMPL} fi # VERY simple sed replacement if [ -f ${CONFSRC} ] ; then db_get pnm2ppa/printer_model TEMPFILE=`tempfile` # Replace everything following "version " w/model sed -e "s,^\(version \).*$,\1 ${RET}," ${CONFSRC} > \ ${TEMPFILE} install -m644 ${TEMPFILE} ${CONFFILE} rm ${TEMPFILE} fi # Simple magicfilter processing... db_get pnm2ppa/create_magicfilter if [ "${RET}" = "true" ] ; then sh $MKMAGIC fi fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst 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 debian/printer-driver-pnm2ppa.examples0000664000000000000000000000004011712276177015264 0ustar lpd/ pdq/ sample_scripts/ test* debian/config0000664000000000000000000000103011567462230010360 0ustar #!/bin/sh # # Config script for pnm2ppa # # Only ask the questions here. Make the changes to the filesystem in the # postinst script. # set -e # Source debconf library. . /usr/share/debconf/confmodule # Let debconf manage the file? db_input medium pnm2ppa/use_debconf || true db_go # Get the value db_get pnm2ppa/use_debconf if [ "$RET" = "true" ] ; then # Ask which printer db_input medium pnm2ppa/printer_model || true db_go # Create magicfilter for printer model? db_input low pnm2ppa/create_magicfilter || true db_go fi debian/ubuntu/0000775000000000000000000000000011567462230010520 5ustar debian/ubuntu/apport-hook.py0000664000000000000000000000032711567462230013337 0ustar '''apport package hook for pnm2ppa (c) 2009 Canonical Ltd. Author: Brian Murray ''' from apport.hookutils import * def add_info(report): attach_hardware(report) attach_printing(report) debian/share/0000775000000000000000000000000011567462230010300 5ustar debian/share/update-magicfilter0000664000000000000000000000223211567462230013770 0ustar #!/bin/sh # Build magicfilters for the pnm2ppa package. # # Copyright Public Domain # Written for Debian by Chad Walstrom set -e ################################ # Function: make the magicfilter make_filter(){ template=$1 shift options=${@} target=`echo "/etc/magicfilter/pnm2ppa${options}-filter"| sed -e 's/--/-/g' -e 's/ //'` # Replace keyword strings in the file sed -e "s,@OPTIONS@,${options}," ${template} > ${target} chmod +x ${target} # Old pbm2ppa legacy filter file linkage ln -fs ${target} `echo ${target} | sed -e 's/pnm2ppa/pbm2ppa/'` } ################################# # Check for template # If you're not root, you shouldn't be running this if [ `id -u` -ne 0 ] ; then echo "You need root permissions to run this script." 1>&2 exit 1 fi TEMPLATE=/usr/share/pnm2ppa/pnm2ppa-magicfilter.in test ! -f $TEMPLATE && exit $? # Make sure directory exists if [ ! -d /etc/magicfilter ] ; then mkdir -p /etc/magicfilter || exit $? fi # Make a filter for each colormode and each quality of print make_filter $TEMPLATE make_filter $TEMPLATE --eco make_filter $TEMPLATE --bw make_filter $TEMPLATE --bw --eco # End of stupid hack debian/share/pnm2ppa-magicfilter.in0000664000000000000000000001232011567462230014467 0ustar #!/usr/sbin/magicfilter # # Magic filter setup file for HP printers 720, 820 and 1000 series. # pnm2ppa supports color and black/white printing. This file was # tested on a HP Deskjet 720C printer, but is supposed to work on # other printers using the HP PPA protocol, too. Supported pagesizes # are a4, letter and legal. The pagesize has to be set in /etc/papersize # and not in the configuration file /etc/pnm2ppa.conf. # # To change the model of the printer, do not edit this file. Instead, change # the "version" setting in /etc/pnm2ppa.conf # Adapted from dj500-filter, cpsonly600-filter and pbm2ppa-filter # by Roland Bauerschmidt , 2000 # PostScript 0 %! fpipe /usr/bin/gs -q -dSAFER -dNOPAUSE -r600 -sDEVICE=ppmraw -sOutputFile=- - -c quit 0 \004%! fpipe /usr/bin/gs -q -dSAFER -dNOPAUSE -r600 -sDEVICE=ppmraw -sOutputFile=- - -c quit # PDF 0 %PDF fpipe /usr/bin/gs -q -dSAFER -dNOPAUSE -r600 -sDEVICE=ppmraw -sOutputFile=- $FILE -c quit # TeX DVI 0 \367\002 fpipe /usr/bin/dvips -D 600 -R -q -f # compress'd data 0 \037\235 pipe /bin/gzip -cdq # packed, gzipped, frozen and SCO LZH data 0 \037\036 pipe /bin/gzip -cdq 0 \037\213 pipe /bin/gzip -cdq 0 \037\236 pipe /bin/gzip -cdq 0 \037\240 pipe /bin/gzip -cdq # troff documents 0 .\?\?\040 fpipe `/usr/bin/grog -Tps $FILE` 0 .\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 '\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 '.\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 \\\" fpipe `/usr/bin/grog -Tps $FILE` # ditroff 0 "x T ps" pipe /usr/bin/grops 0 "x T dvi" pipe /usr/bin/grodvi 0 "x T ascii" pipe /usr/bin/grotty 0 "x T latin1" pipe /usr/bin/grotty 0 "x T lj4" reject Cannot print LaserJet 4 ditroff files. # Portable bit-, grey- and pixmaps 0 P1\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null 0 P2\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null 0 P3\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null 0 P4\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null 0 P5\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null 0 P6\n filter /usr/bin/pnm2ppa @OPTIONS@ $ZOPT -i - -o - # HP Printer Control Language (PCL) -- assume start with reset code 0 \033E\033 reject Cannot print PCL files on this printer. # HP Printer Job Language (PJL) 0 \033%-12345X reject Cannot print PJL files on this printer. 0 "@PJL " reject Cannot print PJL files on this printer. 0 @PJL\t reject Cannot print PJL files on this printer. 0 @PJL\r reject Cannot print PJL files on this printer. 0 @PJL\n reject Cannot print PJL files on this printer. # GIF files 0 GIF87a pipe /usr/bin/giftopnm 2>/dev/null 0 GIF89a pipe /usr/bin/giftopnm 2>/dev/null # JFIF (JPEG) files 0 \377\330\377\340\?\?JFIF\0 pipe /usr/bin/djpeg -pnm # TIFF files (the last two bytes of the "magic" is really a version number; # but the magic is really lame and as far as I have understood the version # number has never changed and never will, so we include it.) 0 MM\0\x2a fpipe /usr/bin/tiff2ps $FILE 0 II\x2a\0 fpipe /usr/bin/tiff2ps $FILE # BMP files (even lousier magic -- Microsoft strikes again!) 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x0c pipe \ /usr/bin/bmptoppm 2>/dev/null 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x40 pipe \ /usr/bin/bmptoppm 2>/dev/null 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x28 pipe \ /usr/bin/bmptoppm 2>/dev/null # Garbage delivered from Windows via Samba # (donated by Andree Leidenfrost ) # 300 \033\052\157 cat # later changed to # (Bug report #22866: magicfilter: Incorrect magic for Win95/Samba print jobs) 0 \000\000\000\000\000 cat # Sun rasterfiles 0 \x59\xa6\x6a\x95 pipe /usr/bin/rasttopnm 2>/dev/null # SGI Imagelib (IRIS RGB) files 0 \x1\xda pipe /usr/bin/sgitopnm 2>/dev/null 0 \xda\x1 pipe /usr/bin/sgitopnm 2>/dev/null # FIG files; reported by Steven P. Hill 0 #FIG pipe /usr/bin/X11/fig2dev -Lps -P -l dummy # # Standard rejects... things we don't want to print # # Various archive formats 257 ustar\0 reject Attempted to print a tar file. 257 "ustar \0" reject Attempted to print a tar file. 0 07070 reject Attempted to print a cpio file. 0 PK\3\4 reject Attempted to print a zip file. 20 \xdc\xa7\xc7\xfd reject Attempted to print a zoo file. # Binaries (Linux): reject with email message 0 \013\1d\0 reject Attempted to print a compiled binary. 0 \100\1d\0 reject Attempted to print a compiled binary. 0 \007\1d\0 reject Attempted to print a compiled binary. 0 \314\0d\0 reject Attempted to print a compiled binary. 0 \177ELF reject Attempted to print an ELF object. 0 \007\001\0 reject Attempted to print an object file. 216 \021\001\0\0 reject Attempted to print a core dump file. 0 ! reject Attempted to print an archive. 0 = reject Attempted to print an archive. # Don't confuse this one with troff! 0 .snd reject Attempted to print Sun/NeXT audio data. # wacko troff magic 0 ''' fpipe `/usr/bin/grog -Tps $FILE` # wild guess: PCL control codes start with 0 \033 reject Cannot print PCL files on this printer. # Default entry -- for normal (text) files. MUST BE LAST. # If you do not have djscript use the other default line or, better, install # it. MM # default pipe /usr/bin/enscript -B -p- debian/printer-driver-pnm2ppa.install0000664000000000000000000000015111712276177015117 0ustar debian/share/pnm2ppa-magicfilter.in usr/share/pnm2ppa debian/share/update-magicfilter usr/share/pnm2ppa debian/calibrate_ppa.80000664000000000000000000000401111567462230012051 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH calibrate_ppa 8 "November 05, 2000" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .\" This file was created by Chad C. Walstrom .\" for the pnm2ppa project. .\" .SH NAME calibrate_ppa \- pnm2ppa calibration tool .SH SYNOPSIS .B calibrate_ppa .RI [options] .SH DESCRIPTION Produces various PixMap (PPM) files used for calibrating pnm2ppa. .TP This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .SH NOTE The size of a full-page PixMap is 100MB!!. These PixMaps should be piped directly to pnm2ppa, except in the case of the \-g option, where the PixMap should be viewed or printed by other means. .SH OPTIONS .TP .B \-g, \-\-gamma produce gamma.ppm (10MB, used in color calibration). .TP .B \-h, \-\-help displays this help text. .TP .B \-o output to file , "\-o \-" means stdout (default) .TP .B \-p create test pattern number .TP .B \-\-align pattern 0: align print heads. (default) .TP .B \-\-test pattern 1: test alignment. .TP .B \-\-clean pattern 2: clean print head. .TP .B \-\-center pattern 3: center paper. .TP .B \-s\fR default papersize (a4, legal, letter = us (default)) .PD .SH AUTHOR This manual page was written by Chad C. Walstrom , for the Debian GNU/Linux system (but may be used by others). .SH SEE ALSO .IR pnm2ppa (1), .IR magicfilter (8), .IR apsfilter (8) debian/changelog0000664000000000000000000003761612301134500011044 0ustar pnm2ppa (1.13+nondbs-0ubuntu4) trusty; urgency=low * Merged all changes from the Debian package 1.13-5: o Drop pnm2ppa transitional package which reached stable o Bump Standards-Version to 3.9.5 without changes needed o Drop empty directories in /usr/share/doc/ (Closes: #686555) -- Till Kamppeter Wed, 19 Feb 2014 15:02:05 +0100 pnm2ppa (1.13+nondbs-0ubuntu3) saucy; urgency=low * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. -- Colin Watson Thu, 10 Oct 2013 13:53:51 +0100 pnm2ppa (1.13+nondbs-0ubuntu2) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Mon, 08 Oct 2012 16:48:29 +0100 pnm2ppa (1.13+nondbs-0ubuntu1) precise; urgency=low * Pseudo-sync with Debian: This package is noow absolutely identical with Debian's 1.13-4 except the upstream version number. The upstream version number got the "+nondbs" to replace the DBS tarball-in-tarball upstream source tarball by the straight tarball of Debian, to get rid of the DBS packaging and make future merges, syncs and upstream updates easier. We cannot wait for a new upstream version here, as upstream updates happen rarely, perhaps there will even never be a new upstream version especially because the class of printers supported by pnm2ppa was discontinued years ago. -- Till Kamppeter Wed, 15 Feb 2012 19:11:05 +0100 pnm2ppa (1.13-4) unstable; urgency=low [ Debconf translation updates ] * Update German (Erik Schanze, Closes: #648070) * Add Italian (Francesca Ciceri, Closes: #656936) -- Didier Raboud Wed, 01 Feb 2012 19:00:18 +0100 pnm2ppa (1.13-3) unstable; urgency=low [ Adriano Rafael Gomes ] * Add Brazilian Portuguese debconf translation. (Closes: #646187) [ Didier Raboud ] * Rename pnm2ppa to printer-driver-pnm2ppa, add transitional package. * Rewrite short description. * Bump debhelper compat to 9 for auto- buildflags. -- Didier Raboud Mon, 24 Oct 2011 22:48:20 +0200 pnm2ppa (1.13-2) unstable; urgency=low * Re-introduce 10_177295-fix_signedness.patch: - Complete removal was wrong as only a part of it has been incorporated upstream. * Install Ubuntu's apport-hook in Ubuntu and derivatives (LP: #338442). * Use dpkg-buildflags to initialize CFLAGS. -- Didier Raboud Thu, 26 May 2011 16:48:19 +0200 pnm2ppa (1.13-1) unstable; urgency=low * New 1.13 upstream release. * Adopt package (Closes: #572679). - Put under Debian Printing Team umbrella - Set myself as Uploader. - Thanks go to Chad Walstrom for his past maintainance and to Christian Perrier and Samuel Thibault for their NMUs. * Update debian/watch (Closes: #450007). * Drop dbs Build-Dependency (Closes: #576050). - Refresh patches in the process - Drop 10_1777295-fix_signedness: incorporated upstream. - Set source format to 3.0 (quilt). - Add a debian/patches/series. - Drop dbs snippets from debian/rules. - Drop .in extensions from debian/pnm2ppa.examples.in and debian/pnm2ppa.install.in, adapt them. * Add a DEP-3 header to all patches. * Rewrite debian/rules using tiny dh7 style. - Bump debhelper compat to 7. - Bump Build-Dependency on debhelper to >= 7.0.50~. - Use pnm2ppa.docs, remove redundant files in debian/rules. - Update pnm2ppa.{install,manpages}. * Correct postinst to remove full paths from commands. - Rename it to pnm2ppa.postinst. * Move the "set -e" invocation of postrm from shebang to body. - Rename it to pnm2ppa.postrm. * Add a valid Homepage. * Fix manpages "hyphen-used-as-minus" problems. * Update debian/copyright to explicitly mention the GPLv2+ nature of pnm2ppa. * Move the "set -e" invocation of update-magicfilter from shebang to body. * Make sure update-magicfilters is executable. * Add Vcs-* fields as packaging is maintained under collab-maint, in git. * Bump Standards-Version to 3.9.2.0 without changes needed. -- Didier Raboud Thu, 26 May 2011 15:31:17 +0200 pnm2ppa (1.12-16.3) unstable; urgency=low * Non-maintainer upload to fix bloated Printer server task. * Replace gs by ghostscript in pnm2ppa Depends (Closes: Bug#539667). -- Samuel Thibault Wed, 27 Oct 2010 19:13:08 +0200 pnm2ppa (1.12-16.2) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues. * Debconf translations: - Russian. Closes: #477373 - Finnish. Closes: #492510 - Galician. Closes: #492619 * Basque. Closes: #493466 * Japanese. Closes: #493534 -- Christian Perrier Thu, 17 Jul 2008 16:10:46 +0200 pnm2ppa (1.12-16.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues. * Debconf translations: - Dutch. Closes: #415514 - Portuguese. Closes: #436562 * Remove mention of pbm2ppa from the package's description. Closes: #400259 * [Lintian] Add copyright information to debian/copyright * [Lintian] Update FSF address in debian/copyright * [Lintian] Change doc-base section from 'text' to 'Text' * [Lintian] Replace underscore in Document: in doc-base documents -- Christian Perrier Tue, 01 Apr 2008 22:48:03 +0200 pnm2ppa (1.12-16) unstable; urgency=low * debian/po/es.po: Spanish translation by Cesar Gomez Martin . Closes: #404787 -- Chad Walstrom Tue, 9 Jan 2007 14:46:57 -0600 pnm2ppa (1.12-15) unstable; urgency=low * debian/control: Updated Standards version. Updated Build-Depends on debhelper to avoid depending upon po-debconf. * debian/templates: Added 710 as a default printer by Colin Watson . Closes: #393427 * debian/po/vi.po: Added Vietnamese template submitted by Clytie Siddall . Closes: #316874 * debian/po/sv.po: Added Swedish template submitted by Daniel Nylander . Closes: #341404 * debian/watch: Updated to version 3 and added sourceforge syntax. -- Chad Walstrom Mon, 16 Oct 2006 17:03:16 -0500 pnm2ppa (1.12-14) unstable; urgency=low * debian/po/cs.po: Added Czech debconf template submitted by Miroslav Kure . -- Chad Walstrom Mon, 23 May 2005 11:22:13 -0500 pnm2ppa (1.12-13) unstable; urgency=low * debian/po/de.po: Added German debconf templated submitted by Erik Schanze . Closes: #280039 * debian/watch: Added to please the "watchers" * debian/share/update-magicfilter: Check for root permissions upon execution. Fixed file permissions to please lintian. * debian/pnm2ppa.install.in: Explicitly installed files in debian/share rather than using a wildcard (don't want to install any CVS or ARCH files) * debian/rules (clean): Removed BASH'ism in clean target. -- Chad Walstrom Fri, 12 Nov 2004 09:58:07 -0600 pnm2ppa (1.12-12) unstable; urgency=low * debian/*.doc-base.*: Missing "Files:" field in two of the three doc-base spec files. Closes: #235520 -- Chad Walstrom Sun, 29 Feb 2004 17:12:21 -0600 pnm2ppa (1.12-11) unstable; urgency=low * debian/po/da.po: Added Danish Debconf translation. Thank you, Claus Hindsgaul . Closes: #234946 * debian/rules: Removed the '-n' option from dh_installdocs so that debhelper can automatically add the install-docs call to the postinst and prerm scripts. -- Chad Walstrom Fri, 27 Feb 2004 18:04:41 -0600 pnm2ppa (1.12-10) unstable; urgency=low * debian/config, debian/postinst: More cleanups of package scripts. This fixes the failure to install if the user chooses NOT to configure the package with debconf. Closes: #229674 -- Chad Walstrom Sun, 25 Jan 2004 21:42:14 -0600 pnm2ppa (1.12-9) unstable; urgency=low * The "What was I thinking?" release. * Cleanup in postinst; use update-magicfilter. Closes: #226341 * French translation cleanup. Thanks to Denis Barbier Closes: #225900 -- Chad Walstrom Tue, 6 Jan 2004 10:13:12 -0600 pnm2ppa (1.12-8) unstable; urgency=low * Japanese translation updated. Closes: #224155 * Fixed small typo in pnm2ppa manpage that caused it to be installed in /usr/share/man/man23 * Miscellaneous cleanup: - Removed extra copies of pnm2ppa.conf - Updated debhelper compat level - Updated control and rules files - Updated templates & po files to reflect correct pathnames of files * Fixed typo in call to dh_fixperms for update-magicfilter. Closes: #225258 -- Chad Walstrom Sun, 28 Dec 2003 11:21:25 -0600 pnm2ppa (1.12-7) unstable; urgency=low * Added Japanese translation to debconf. Thanks to OHURA Makoto . Closes: #218189 * Removed the "note" template and moved the information to README.Debian. Although the "note" template may have be informational, it was not critical to package installation. -- Chad Walstrom Wed, 29 Oct 2003 10:54:33 -0600 pnm2ppa (1.12-6) unstable; urgency=low * Fixed "wrong assumption on char signedness". Closes: #177295 * Cleaned up the messy debconf config script. Moved the filesystem alterations to postinst (i.e. config file manipulation). * Added /etc/pnm2ppa.conf to config file list * Switched to to gettext-based debconf, and added the French translation. Thanks, Michel Grentzinger ! Closes: #209105, #211266 * Added doc-base file to register SGML, HTML, and TXT documents. -- Chad Walstrom Thu, 23 Oct 2003 00:15:03 -0500 pnm2ppa (1.12-5) unstable; urgency=low * Fixed a typo in the templates file. * "Fixed" failure in preconfigure with the execution of update-magicfilter. Closes: #170844. (I'm starting to think that the magicfilter files shouldn't even be in this package, or should be placed in the doc directory under examples. Feedback welcome.) * Edited the copyright file, added some more information about Upstream Authors, Homepage, and Download URL's. -- Chad Walstrom Fri, 6 Dec 2002 10:40:54 -0600 pnm2ppa (1.12-4) unstable; urgency=low * Updated the /usr/share/pnm2ppa/templates/pnm2ppa-filter file with the correct sed replacement string (@OPTIONS@). * Fixed the permissions of the installed /etc/pnm2ppa.conf file. -- Chad Walstrom Sun, 24 Nov 2002 20:23:46 -0600 pnm2ppa (1.12-3) unstable; urgency=high * ACK! Introduced a bug that effectively deleted /bin/tempfile in 1.12-2. * update-magicfilter was not set executable. * config script exited incorrectly, which caused an error when the user chose NOT to use debconf to configure the /etc/pnm2ppa.conf file. -- Chad Walstrom Sun, 24 Nov 2002 00:44:13 -0600 pnm2ppa (1.12-2) unstable; urgency=low * Fix auto-build bug regarding removal of generated control files pnm2ppa.{install,examples}. Closes: #170249 * Added 'rmdir' for /etc/magicfilter if the directory is empty. (Complying to policy to remove all configuration files on a 'purge'.) -- Chad Walstrom Fri, 22 Nov 2002 11:10:28 -0600 pnm2ppa (1.12-1) unstable; urgency=low * New upstream release. Re-fixes the old "hangs at last centimeter" bug. * Fix brain-dead config bug; tests for existance of template or config file before trying to execute sed and mv. Closes: #169728 * Using sed to generate pnm2ppa.{install,examples} from *.in files. Cleans up build process so that editing for new upstream packages requires only a change to TAR_DIR variable in debian/rules. * Added 'purge' directives in pnm2ppa.postrm to remove /etc/pnm2ppa.conf and /etc/magicfilter/p?m2ppa*-filter files. -- Chad Walstrom Thu, 21 Nov 2002 13:20:56 -0600 pnm2ppa (1.11-1) unstable; urgency=low * The "tape-monkey time-killer" release. * New upstream version. Fixes typos and improves performance. Closes: #156825, #150244 * If no /etc/pnm2ppa.conf file exists, one is copied from /usr/share/pnm2ppa/templates. Closes: #151325 * Added debconf support to customize the model number for /etc/pnm2ppa.conf and can generate the magicfilter files. Closes: #120603 * Magicfilter file creation was cleaned up to use sed over a template file in /usr/share/pnm2ppa/templates. Admin can elect to not generate the magicfilters in debconf or run it manually from /usr/share/pnm2ppa/update-magicfilter. * Added more upstream documentation to the /usr/share/doc/pnm2ppa directory. * Rewrote package files to use the Debian Build System (dbs). Added Build-Depends to reflect this change. -- Chad Walstrom Mon, 18 Nov 2002 11:32:51 -0600 pnm2ppa (1.04-4) unstable; urgency=low * Long overdue adopted package. Closes: #88234 * Added a manpage for both pnm2ppa and calibrate_ppa. -- Chad C. Walstrom Sat, 23 Jun 2001 00:26:02 -0500 pnm2ppa (1.04-3) unstable; urgency=low * `Suggests: magicfilter | apsfilter' rather than `Depends: magicfilter'. * The postinst no longer calls magicfilterconfig. If you're using magicfilter or apsfilter, run magicfilterconfig or apsfilterconfig and simply follow the instructions. -- Matej Vela Tue, 17 Apr 2001 18:09:39 +0200 pnm2ppa (1.04-2) unstable; urgency=low * debian/rules: Add `-DLANG_EN' to $(CFLAGS). (God, I'm stupid -- thanks to OHURA Makoto for the patch.) Closes: #93064. -- Matej Vela Fri, 6 Apr 2001 20:33:55 +0200 pnm2ppa (1.04-1) unstable; urgency=low * New upstream version. Closes: #85224. * Package is orphaned; maintainer set to Debian QA Group. * Conforms to Standards version 3.5.2: * Added build dependancies. * Added support for the `debug' build option. * Made lintian-clean. -- Matej Vela Mon, 19 Mar 2001 09:37:13 +0100 pnm2ppa (1.03-1) unstable; urgency=low * New upstream release. * As of Nov 2000, I don't use a PPA printer anymore. I'll continue to maintain this package untill Roland can maintain it again, but I'll be unable to test it myself. -- Ionutz Borcoman Thu, 9 Nov 2000 13:53:51 +0900 pnm2ppa (1.0-1) unstable; urgency=low * New upstream release. * New maintainer. * Completly replaces pbm2ppa. * pnm2ppa will create symlinks for old filters, so your old printcap should work without changes. -- Ionutz Borcoman Fri, 11 Aug 2000 12:19:15 +0900 pnm2ppa (0.99-0.pre3) unstable; urgency=low * New upsteam release * Updated maintainer field to new @debian.org address ;) -- Roland Bauerschmidt Sun, 4 Jun 2000 13:26:45 +0200 pnm2ppa (0.99-0.pre2) unstable; urgency=low * New upstream release * Fixed problem with version numbers -- Roland Bauerschmidt Thu, 13 Apr 2000 21:41:04 +0200 pnm2ppa (0.99pre1-1) unstable; urgency=low * New upstream release -- Roland Bauerschmidt Thu, 6 Apr 2000 20:46:30 +0200 pnm2ppa (0.20000326-1) unstable; urgency=low * New upstream release * The configuration files are in /etc/ppa/. The papersize is being autodetected since this version. * This package is based on the pbm2ppa package. Thanks to Ionutz Borcoman . -- Roland Bauerschmidt Wed, 29 Mar 2000 16:38:26 +0200 pnm2ppa (0.20000120-2) unstable; urgency=low * Fixed Dependencies: gs is included in the Dependencies now. -- Roland Bauerschmidt Wed, 8 Mar 2000 17:26:29 +0100 pnm2ppa (0.20000120-1) unstable; urgency=low * Initial Release. -- Roland Bauerschmidt Wed, 8 Mar 2000 17:25:05 +0100 Local variables: mode: debian-changelog End: debian/watch0000664000000000000000000000007611567462230010232 0ustar version=3 http://sf.net/pnm2ppa/pnm2ppa-(\d*\.[\d]*)\.tar\.gz debian/po/0000775000000000000000000000000011712276246007616 5ustar debian/po/POTFILES.in0000664000000000000000000000004411567462230011367 0ustar [type: gettext/rfc822deb] templates debian/po/vi.po0000664000000000000000000001013111567462230010566 0ustar # Vietnamese translation for pnm2ppa. # Copyright © 2005 Free Software Foundation, Inc. # Clytie Siddall , 2005. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa 1.12-14\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2005-07-04 22:20+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.2.2\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Bạn có muốn trình debconf cấu hình «pnm2ppa» không?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Trình debconf có thể thực hiện một số việc cấu hình đơn giản cho thiết lập " "pnm2ppa mặc định (được hiệu chỉnh trong tập tin cấu hình «/etc/pnm2ppa.conf» " "của bạn)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Bạn có sử dụng máy in HP Deskjet mẫu nào?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Bộ lọc máy in pnm2ppa vân hành một cách khác phụ thuộc vào mẫu HP Deskjet " "nào bạn sử dụng. Hãy chọn mẫu máy in bạn cho tập tin cấu hình mặc định «/etc/" "pnm2ppa.conf»." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "" "Bạn có muốn trình debconf tạo bộ lọc loại magicfilter (bộ lọc «ma thuật») " "không?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter là một bộ lọc máy in tự động có thể mở rộng và tùy chỉnh. Nó " "dùng cơ sở dữ liệu «ma thuật» của chính nó (như «file(1)») để quyết định cách " "in ra một công việc in đựa ra. Trình debconf có thể chạy tập lệnh pnm2ppa " "tùy chỉnh được gọi «update-magicfilter» (cập nhật bộ lọc «ma thuật») để tạo ra " "một tập hợp bộ lọc cho cả hai việc in tô màu và đen trắng đều." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Trong «/usr/share/pnm2ppa/» có thể tìm bộ lọc mẫu là «pnm2ppa-magicfilter.in». " "Tập lệnh «update-magicfilter» có dùng trình «sed» để thay thế «@OPTIONS@» trong " "mẫu và để những bộ lọc kết quả vào «/etc/magicfilter». Hơn nữa, liên kết " "tượng trưng được tạo từ những bộ lọc pnm2ppa đến bộ lọc «pbm2ppa» (trình đã " "bị phản đối đi trước pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Chỉ hãy chạy «magicfilterconfig» để tạo ra «/etc/printcap» mình. Xong rồi!" debian/po/gl.po0000664000000000000000000000721211567462230010560 0ustar # Galician translation of pnm2ppa's debconf templates # This file is distributed under the same license as the pnm2ppa package. # Jacobo Tarrio , 2008. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2008-07-27 19:49+0100\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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "¿Quere que debconf configure pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Pode facer que debconf realice algúns pasos de configuración para a " "configuración de pnm2ppa por defecto (editada no ficheiro /etc/pnm2ppa.conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "¿Que modelo de impresora HP Deskjet emprega?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "O filtro de impresora de pnm2ppa compórtase dun xeito diferente dependendo " "do modelo de HP DeskJet que empregue. Escolla o modelo de impresora para o " "ficheiro de configuración /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "¿Quere que debconf cree filtros de magicfilter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter é un filtro de impresora automático, personalizable e " "extensible. Emprega a súa base de datos de números máxicos (estilo file(1)) " "para decidir como imprimir un determinado documento. Debconf pode executar o " "script personalizado de pnm2ppa chamado \"update-magicfilter\" para xerar un " "xogo de filtros por defecto para imprimir en cor e en branco e negro." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "O patrón do filtro está en /usr/share/pnm2ppa/pnm2ppa-magicfilter.in. update-" "magicfilter emprega sed para substituír \"@OPTIONS@\" no patrón e grava os " "filtros resultantes en /etc/magicfilter. De xeito adicional, créanse " "ligazóns simbólicas desde os filtros de pnm2ppa xerados a filtros de pbm2ppa " "(o antecesor de pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "O único que lle queda por facer é executar magicfilterconfig para xerar o " "ficheiro /etc/printcap." debian/po/da.po0000664000000000000000000001015111567462230010536 0ustar # translation of pnm2ppa_1.12-10-da.po to Danish # translation of pnm2ppa_1.12-10_templates.po to Danish # # 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. # Claus Hindsgaul , 2004. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa_1.12-10-da\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2004-02-26 19:57+0100\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Vil du have debconf til at sætte pnm2ppa op?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Du kan få debconf til at udføre nogle simple opsætningstrin på din " "standardopsætning af pnm2ppa (ved at redigere i filen /etc/pnm2ppa.conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Hvilken model er den HP Deskjet-printer, du bruger?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "pnm2ppa-printerfiltret opfører sig forskelligt afhængigt af hvilken HP " "DeskJet-model, du bruger. Vælg din printermodel til standard-" "opsætningsfilen /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Vil du have at debconf opretter magicfilter-filtre?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter er et automatisk printerfilter, der kan tilrettes og udvides. " "Det benytter sin egen magiske oversigt (a'la file(1)) til at afgøre hvordan " "det skal udskrive et givet udskriftsjob. Debconf kan køre det tilpassede " "pnm2ppa-skript \"update-magicfilter\" for at generere et standard-filsæt til " "udskrivning i farver og sort/hvid." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Skabelonfiltret ligger i /usr/share/pnm2ppa/ som \"pnm2ppa-magicfilter.in\". " "update-magicfilter benytter sed til at erstatte @OPTIONS@ fra skabelonen og " "lægge de resulterende filtre i /etc/magicfilter. Derudover oprettes " "symbolske lænker fra de genererede pnm2ppa-filtre til pbm2ppa-filtre (den nu " "forældede forgænger til pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Det eneste du derefter behøver at gøre, er at køre magicfilterconfig for at " "generere din /etc/printcap." debian/po/sv.po0000664000000000000000000000770411567462230010614 0ustar # # 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: pnm2ppa 1.12-14\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2005-11-30 14:19+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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Vill du att debconf ska konfigurera pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Du kan f debconf att genomfra enkla konfigurationssteg fr dina frvalda " "instllningar av pnm2ppa (redigerade i din fil /etc/pnm2ppa.conf). " #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Vilken modell av HP Deskjet-skrivaren anvnder du?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Filter fr pnm2ppa-skrivare uppfr sig olika beroende p vilken modell av HP " "Deskjet du anvnder. Vlj den modell du anvnder fr den frvalda " "konfigurationen i /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Vill du att debconf ska skapa magicfilter-filter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter r en anpassningsbar, utkningsbar automatiskt skrivarfilter. " "Den anvnder sina egen magic-databas (a la fil(1)) fr att bestmma hur " "utskriften ska utfras. Debconf kan kra det anpassade pnm2ppa-skriptet som " "kallas \"update-magicfilter\" fr att generera en frvald uppsttning filter " "fr utskrifter i frg och svart-vitt." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Mallfiltren finns i /usr/share/pnm2ppa/ som \"pnm2ppa-magicfilter.in\". " "update-magicfilter anvnder \"sed\" fr att erstta @OPTIONS@ frn mallen " "och placera det resulterande filtret i /etc/magicfilter. Ytterligare kommer " "symboliska lnkar skapas frn de genererade pnm2ppa-filtren till pbm2ppa-" "filtren (den frldrade frlagan till pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Det enda som terstr fr dig r att kra magicfilterconfig fr att generera " "din /etc/printcap." debian/po/fr.po0000664000000000000000000001006511567462230010565 0ustar # # 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: pnm2ppa 1.12-5\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2003-09-07 12:38+0200\n" "Last-Translator: Nicolas Bertolissio \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Faut-il utiliser debconf pour configurer pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Debconf peut raliser quelques tapes de configuration simples pour le " "paramtrage par dfaut de pnm2ppa (dans le fichier /etc/pnm2ppa.conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Quel modle d'imprimante HP Deskjet utilisez-vous?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Le filtre d'impression pnm2ppa se comporte diffremment selon le modle " "d'imprimante HP Deskjet. Veuillez choisir le modle d'imprimante pour le " "fichier de configuration par dfaut /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Faut-il utiliser debconf pour configurer pnm2ppa?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter est un filtre d'impression automatique extensible et " "personnalisable. Il utilise sa propre base de donnes magique ( la file(1)) " "pour dterminer comment imprimer un travail donn. Debconf peut utiliser le " "script personnalis de pnm2ppa appel update-magicfilter pour gnrer un " "ensemble de filtres par dfaut pour les impressions en couleurs et en noir " "et blanc." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Le filtre du modle se trouve dans /usr/share/pnm2ppa/ et est nomm pnm2ppa-" "magicfilter.in. update-magicfilter utilise sed pour remplacer les chanes " "@OPTIONS@ du modle et installe le filtre rsultant dans /etc/" "magicfilter. De plus, des liens symboliques sont crs des filtres de " "pnm2ppa gnrs vers ceux de pbm2ppa (le prdcesseur obsolte de pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "La seule chose qu'il vous reste faire est de lancer magicfilterconfig pour " "gnrer /etc/printcap." debian/po/templates.pot0000664000000000000000000000455711567462230012351 0ustar # 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: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" debian/po/fi.po0000664000000000000000000000664611567462230010566 0ustar msgid "" msgstr "" "Project-Id-Version: pnm2ppa\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2008-07-26 20:55+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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Tehdäänkö pnm2ppa:n asetukset debconfin avulla?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Ohjelman pnm2ppa oletusasetukset voidaan tehdä debconfin avulla. Asetukset " "kirjoitetaan tiedostoon /etc/pnm2ppa.conf." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Käytettävän HP Deskjet -tulostimen malli:" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "pnm2ppa-tulostussuodin toimii eri tavoilla eri mallisten HP DeskJet -" "tulostimien kanssa. Valitse asetustiedostoon /etc/pnm2ppa.conf kirjoitettava " "oletus." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Tulisiko debconfin luoda magicfilter-suodattimia?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter on muokattava ja laajennettava automaattinen tulostussuodin. Se " "valitsee oman tietokantansa avulla kuinka annettu työ tulostetaan. Debconf " "voi ajaa pnm2ppa-komentosarjan ”update-magicfilter”, joka luo joukon " "suodattimia väri- ja musta-valko-tulostusta varten." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Hakemistossa /usr/share/pnm2ppa/ on mallisuodatin nimellä ”pnm2ppa-" "magicfilter.in”. update-magicfilter korvaa ”@OPTIONS@”-muuttujat mallista " "sedin avulla ja siirtää tuloksena saadut suodattimet hakemistoon /etc/" "magicfilter. Lisäksi luoduista pnm2ppa-suodattimista tehdään symboliset " "linkit pbm2ppa-suodattimiin (pnm2ppa:n vanhentunut edeltäjä)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Tämän jälkeen on enää ajettava komentosarja magicfilterconfig tiedoston /etc/" "printcap luomiseksi." debian/po/it.po0000664000000000000000000000743511712276246010603 0ustar # Italian translation for pnm2ppa debconf template. # Copyright (C) 2012, the pnm2ppa copyright holder # This file is distributed under the same license as the pnm2ppa package. # Francesca Ciceri , 2012. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2012-01-23 00:48+0100\n" "Last-Translator: Francesca Ciceri \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Si desidera che debconf configuri pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Debconf può attuare alcuni semplici passaggi di configurazione per " "l'impostazione predefinita di pnm2ppa (inserendola " "nel file /etc/pnm2ppa.conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Selezionare il modello di stampante HP Deskjet in uso" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Il filtro per stampante di pnm2ppa si comporta in maniera diversa a " "seconda del modello di stampante HP Deskjet in uso. Scegliere il " "modello di stampante per il file di configurazione predefinito " "/etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Si desidera che debconf crei dei filtri magicfilter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter è un tipo di filtro automatico per la stampante estendibile " "e personalizzabile. Utilizza un proprio database \"magico\" (come fa " "file(1)) per decidere come stampare un certo tipo di documento. Debconf " "può eseguire uno specifico script di pnm2ppa chiamato " "\"update-magicfilter\" per generare un insieme predefinito di filtri per " "la stampa a colori e in bianco e nero." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Il modello generico per i filtri si trova in /usr/share/pnm2ppa/ ed è " "chiamato \"pnm2ppa-magicfilter\". " "update-magicfilter utilizza sed per sostituire, nel modello, @OPTIONS@ " "con i filtri presenti in /etc/magicfilter. Inoltre, verranno creati " "dei link simbolici dai filtri generati da pnm2ppa a quelli di " "pbm2ppa (il predecessore, ormai deprecato, di pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Ora non rimane che eseguire magicfilterconfig " "per generare il proprio /etc/printcap." debian/po/eu.po0000664000000000000000000000757011567462230010576 0ustar # translation of pnm2ppa_templates_eu.po_20080802.po to Euskara # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Iñaki Larrañaga Murgoitio , 2008. # Piarres Beobide , 2008. msgid "" msgstr "" "Project-Id-Version: pnm2ppa_templates_eu.po_20080802\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2008-08-02 21:01+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Pnm2ppa debconf-en bidez konfiguratzea nahi duzu?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Debconf-ek urrats arrunt batzuk jorratuko ditu pnm2ppa lehenetsia " "konfiguratzeko (/etc/pnm2ppa.conf fitxategian editatua)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "HP Deskjet-en zein inprimagailu modelo erabiltzen duzu?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Inprimagailuen pnm2ppa iragazkiak jokaera ezberdina du HP DeskJet " "modeloarenarabera. Aukeratu inprimagailu-modeloa /etc/pnm2ppa.conf " "konfigurazioko fitxategi lehenetsiarentzako." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Debconf-ek magicfilter iragazkiak sortzea nahi duzu?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter pertsonaliza daitekeen inprimagailuen iragazki automatiko " "hedagarria da. Bere datu-base propioa (file(1)) erabiltzen du lan bat nola " "inprimatu behar den erabakitzeko.Debconf-ek \"update-magicfilter\" izeneko " "pnm2ppa script pertsonalizatua exekuta dezakekoloretako edo zuri-beltzeko " "inprimatze lanen iragazki multzo lehenetsia sortzeko." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Iragazkiaren txantiloia /usr/share/pnm2ppa/ direktorioan aurkitu da, " "\"pnm2ppa-magicfilter.in\" gisa. 'update-magicfilter' komandoak 'sed' " "erabiltzen du txantiloitik @OPTIONS@ eskuratu, eta ordezkaketaren emaitzak /" "etc/magicfilter fitxategian jartzeko. Gainera, pnm2ppa iragazkietatik " "pbm2ppa iragazkietara (pnm2ppa-ren aintzindari zaharkitua) esteka " "sinbolikoak sortuko dira." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Amaitzeko, falta zaizun gauza bakarra '/etc/printcap' sortzeko " "magicfilterconfig exetutatzea da." debian/po/es.po0000664000000000000000000001076511567462230010574 0ustar # pnm2ppa po-debconf translation to Spanish # Copyright (C) 2005 Software in the Public Interest # This file is distributed under the same license as the pnm2ppa package. # # Changes: # - Initial translation # César Gómez Martín # # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducción al español, por favor, lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: pnm2ppa\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2006-12-28 10:34+0100\n" "Last-Translator: César Gómez Martín \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "¿Quiere que debconf configure pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Puede dejar que debconf realice unos pasos sencillos para configurar su " "instalación de pnm2ppa por omisión (editando su fichero «/etc/pnm2ppa.conf»)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "¿Qué modelo de impresora HP Deskjet utiliza?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "El filtro de impresión pnm2ppa se comporta de forma distinta dependiendo del " "modelo de HP Deskjet que use. Escoja el modelo de su impresora para el " "fichero de configuración por omisión /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "¿Le gustaría que debconf creara los filtros «magicfilter»?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter es un filtro de impresión automático configurable y extensible. " "Utiliza su propia base de datos mágica (al estilo de file(1)) para decidir " "como debe imprimir un trabajo de impresión. Debconf puede ejecutar el script " "personalizado pnm2ppa llamado «update-magicfilter» para generar un conjunto " "de filtros por defecto para impresión en color y en blanco y negro." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "El filtro plantilla se encuentra en /usr/share/pnm2ppa/ como «pnm2ppa-" "magicfilter.in». update-magicfilter utiliza sed para reemplazar @OPTIONS@ de " "la plantilla y colocar los filtros resultantes en /etc/magicfilter. " "Adicionalmente se crean enlaces simbólicos de los filtros pnm2ppa generados " "a los filtros pbm2ppa (el predecesor obsoleto de pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Sólo tiene que ejecutar magicfilterconfig para generar su fichero/etc/" "printcap." debian/po/cs.po0000664000000000000000000000755511567462230010575 0ustar # # 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: pnm2ppa\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2005-05-22 12:28+0200\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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Chcete pnm2ppa nastavit pomocí debconfu?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Pro základní nastavení pnm2ppa můžete místo editace souboru /etc/pnm2ppa." "conf použít debconf." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Jaký model tiskárny HP DeskJet používáte?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Filtr pnm2ppa se chová různě podle toho, který model tiskárny HP DeskJet " "používáte. Vyberte si model tiskárny, který má být v souboru /etc/pnm2ppa " "výchozí." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Chcete, aby debconf vytvořil filtry pro magicfilter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter je přizpůsobitelný rozšiřitelný filtr pro tiskové úlohy. Používá " "vlastní databázi (a la file(1)), na základě které se rozhoduje, jakým " "způsobem má danou úlohu vytisknout. Debconf může spustit skript \"update-" "magicfilter\", kterým vygeneruje výchozí sadu filtrů pro barevné i černobílé " "výtisky." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Vzorovou šablonu můžete nalézt v /usr/share/pnm2ppa/ pod názvem \"pnm2ppa-" "magicfilter.in\". Skript update-magicfilter nahradí v šabloně řetězec " "@OPTIONS@ a výsledné filtry umístí do /etc/magicfilter. Kromě toho se ještě " "vytvoří symbolické odkazy mezi filtry pnm2ppa a pbm2ppa (předchůdce pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Jediné, co musíte udělat, je ručně spustit magicfilterconfig, což vytvoří /" "etc/printcap." debian/po/pt_BR.po0000664000000000000000000000747611712276177011205 0ustar # Debconf translations for pnm2ppa. # Copyright (C) 2011 THE pnm2ppa'S COPYRIGHT HOLDER # This file is distributed under the same license as the pnm2ppa package. # Adriano Rafael Gomes , 2011. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa 1.13-2\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2011-10-14 21:23-0300\n" "Last-Translator: Adriano Rafael Gomes \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Você gostaria que o debconf configurasse o pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "O debconf pode executar alguns passos simples de configuração para a sua " "configuração padrão do pnm2ppa (editada no seu arquivo /etc/pnm2ppa.conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Que modelo de impressora HP Deskjet você usa?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "O filtro de impressão pnm2ppa se comporta de maneira diferente dependendo de " "qual modelo de impressora HP DeskJet você usa. Escolha o seu modelo de " "impressora para o arquivo de configuração padrão /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Você gostaria que o debconf criasse filtros magicfilter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "O Magicfilter é um filtro de impressão automático extensível, " "personalizável. Ele usa o seu próprio banco de dados \"mágico\" (ao estilo " "file(1)) para decidir como imprimir um dado trabalho de impressão. O debconf " "pode executar o script pnm2ppa personalizado chamado \"update-magicfilter\" " "para gerar um conjunto padrão de filtros para impressão colorida e em preto-" "e-branco." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "O filtro modelo encontra-se em /usr/share/pnm2ppa/ como " "\"pnm2ppa-magicfilter.in\". O update-magicfilter usa o sed para substituir " "@OPTIONS@ do modelo e colocar os filtros resultantes em /etc/magicfilter. " "Adicionalmente, links simbólicos são criados a partir dos filtros pnm2ppa " "gerados para filtros pbm2ppa (o predecessor obsoleto do pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "A única coisa deixada para você fazer é executar o magicfilterconfig para " "gerar seu /etc/printcap." debian/po/de.po0000664000000000000000000000750211712276526010553 0ustar # Translation of pnm2ppa debconf templates to German # Copyright Erik Schanze Erik Schanze , 2004. # This file is distributed under the same license as the pnm2ppa package. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa 1.12-12\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2011-11-08 20:25+0100\n" "Last-Translator: Erik Schanze \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.3.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Soll Debconf für die Einstellungen verwendet werden?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "Sie können Debconf benutzen, um einige einfache Anpassungen an den " "Standardeinstellungen von pnm2ppa (in Ihrer Datei /etc/pnm2ppa.conf) " "vorzunehmen." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Welches Modell eines HP-Deskjet-Druckers benutzen Sie?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Der verwendete Druckerfilter in pnm2ppa hängt vom Typ des HP-Deskjets ab, " "den Sie einsetzen. Wählen Sie Ihr Druckermodell für die systemweite " "Konfigurationsdatei /etc/pnm2ppa.conf aus." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Soll Debconf »magicfilter«-Filter erstellen?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter ist ein anpassbarer, erweiterbarer automatischer Druckerfilter. " "Er nutzt seine eigene magische Datenbank (wie file(1)), um zu entscheiden, " "wie ein übergebener Druckjob ausgedruckt wird. Debconf kann das Skript " "»update-magicfilter« aufrufen, um einige Standardfilter für Farb- und " "Schwarz-Weiß-Druck zu erstellen." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Die Vorlage für den Filter befindet sich im Verzeichnis /usr/share/pnm2ppa/ " "als »pnm2ppa-magicfilter.in«. Das Skript »update-magicfilter« nutzt »sed«, " "um @OPTIONS@ aus der Vorlage zu ersetzen und legt den erstellten Filter im " "Verzeichnis /etc/magicfilter ab. Zusätzlich werden symbolische Links von den " "erstellten pnm2ppa-Filtern zu den pbm2ppa-Filtern (dem veralteten Vorgänger " "von pnm2ppa) angelegt." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Sie müssen nun nur noch das Programm »magicfilterconfig« starten, um die " "Datei /etc/printcap zu erzeugen." debian/po/pt.po0000664000000000000000000000736011567462230010605 0ustar # translation of pnm2ppa to Portuguese # Copyright (C) 2007 Américo Monteiro # This file is distributed under the same license as the pnm2ppa package. # # Américo Monteiro , 2007. msgid "" msgstr "" "Project-Id-Version: pnm2ppa 1.12-16\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2007-08-08 03:57+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Deseja que o debconf configure o pnm2ppa?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "O debconf pode executar alguns passos simples de configuração para a sua " "configuração por omissão do pnm2ppa (editado no seu ficheiro /etc/pnm2ppa." "conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Qual modelo de impressora HP Deskjet você usa?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "O filtro de impressoras pnm2ppa tem diferentes comportamentos dependendo de " "qual modelo HP Deskjet você usa. Escolha o modelo de impressora para o " "ficheiro de configuração de omissão /etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Deseja que o debconf crie filtros magicfilter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter é um filtro de impressoras automático extensível e " "personalizável. Usa a sua própria base de dados magic (file(1)) para decidir " "como imprimir um trabalho de impressão pedido. Debconf pode correr um script " "personalizado chamado \"update-magicfilter\" para gerar uma série de filtros " "por omissão para impressão a cores e preto-e-branco." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "O filtro modelo é encontrado em /usr/share/pnm2ppa/ como \"pnm2ppa-" "magicfilter.in\". O update-magicfilter usa o sed para substituir @OPTIONS@ " "do modelo e colocar os filtros resultantes em /etc/magicfilter. " "Adicionalmente, são criados links simbólicos dos filtros pnm2ppa gerados " "para filtros pbm2ppa (o predecessor em desuso do pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "A única coisa deixada para você fazer é correr o magicfilterconfig para " "criar o seu /etc/printcap." debian/po/nl.po0000664000000000000000000000744011567462230010572 0ustar # 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. # msgid "" msgstr "" "Project-Id-Version: pnm2ppa\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2007-03-09 22:32+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Wilt u pnm2ppa via debconf instellen?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "U kunt debconf enkele eenvoudige configuratie-instellingen voor uw standaard " "pnm2ppa-configuratie laten maken (dit wordt aangepast in uw /etc/pnm2ppa." "conf bestand)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Welk model HP Deskjet printer gebruikt u?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "De pnm2ppa-printer-filters gedragen zich anders afhankelijk van welk model " "HP Deskjet u gebruikt. Welk printermodel moet ingesteld worden als standaard " "in het configuratiebestand /etc/pnm2ppa.conf?" #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Wilt u dat debconf magicfilter-filters aanmaakt?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter is een aanpasbaar, uitbreidbaar automatische printerfilter. Het " "gebruikt zijn eigen magische database (net als file(1)) om te beslissen hoe " "een gegeven opdracht uitgedrukt moet worden. Debconf kan het pnm2ppa-script " "'update-magicfilter' uitvoeren om een standaardset van filters voor kleur en " "zwart-wit printen aan te maken." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "De template-filter is terug te vinden in /usr/share/pnm2ppa/ al 'pnm2ppa-" "magicfilter.in'. Het 'update-magicfilter'-script gebruikt sed om de " "@OPTIONS@ in het templatebestand te vervangen, en plaatst de resulterende " "filters in /etc/magicfilter. Daarnaast worden er ook symbolische koppelingen " "aangemaakt van de pnm2ppa-filters naar de pbm2ppa-filters (dit is de " "verouderde voorganger van pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Het enige wat u zelf nog moet doen is uw '/etc/printcap'-bestand aanmaken " "door het commando 'magicfilterconfig' uit te voeren." debian/po/ja.po0000664000000000000000000001051511567462230010550 0ustar # # 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: pmn2ppa 1.12-7\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2008-08-03 10:21+0200\n" "Last-Translator: Hideki Yamane (Debian-JP) \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 #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "pnm2ppa を設定するために debconf を使いますか?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "(/etc/pnm2ppa.conf ファイルを編集することによって、) 標準の pnm2ppa のセット" "アップのための簡単な設定の手続きを debconf に行わせることもできます。" #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "使用している HP Deskjet プリンタのモデルは何ですか。" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "pnm2ppa プリンタフィルタは、どの HP DeskJet のモデルを使っているかによって、" "異なった振舞をします。標準の設定ファイル /etc/pnm2ppa.conf におけるプリンタの" "モデルを選択して下さい。" #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "magicfilter のフィルタを作るために debconf を使いますか。" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "magicfilter はカスタマイズ可能で、拡張性のある自動プリンタフィルタです。これ" "は、与えられたプリントジョブをどのように印刷するか決定するための (file(1) 流" "の) magic データベースを持っています。debconf は update-magicfilter という " "pnm2ppa のスクリプトを使って、カラーと白黒印刷のための標準のフィルタを生成す" "ることができます。" #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "フィルタのテンプレートは \"pnm2ppa-magicfilter.in\" という名前で /usr/share/" "pnm2ppa/ にあります。update-magicfilter はひな形の @OPTIONS@ を sed を使って" "置き換え、その結果が /etc/magicfilter に置かれます。さらに、生成された " "pnm2ppa のフィルタから、(pnm2ppa の源流である) pbm2ppa のフィルタへのシンボ" "リックリンクが作られます。" #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "後は、/etc/printcap を生成するために magicfilterconfig を実行するだけです。" debian/po/ru.po0000664000000000000000000001106111567462230010601 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2008. msgid "" msgstr "" "Project-Id-Version: pnm2ppa 1.12-16\n" "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n" "POT-Creation-Date: 2008-04-09 09:45+0200\n" "PO-Revision-Date: 2008-04-22 21:25+0400\n" "Last-Translator: Yuri Kozlov \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.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Would you like debconf to configure pnm2ppa?" msgstr "Настраивать pnm2ppa через debconf?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You can have debconf perform some simple configuration steps for your " "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)." msgstr "" "С помощью debconf за несколько простых шагов вы можете изменить настройку " "pnm2ppa по умолчанию (редактируется файл /etc/pnm2ppa.conf)." #. Type: select #. Description #: ../templates:2001 msgid "What model of HP Deskjet printer do you use?" msgstr "Какую модель принтера HP Deskjet вы используете?" #. Type: select #. Description #: ../templates:2001 msgid "" "The pnm2ppa printer filter behaves differently depending upon which HP " "DeskJet model you use. Choose your model of printer for the default " "configuration file /etc/pnm2ppa.conf." msgstr "" "Принтерный фильтр pnm2ppa работает по-разному в зависимости от используемой " "модели HP DeskJet. Укажите модель принтера по умолчанию для файла настройки /" "etc/pnm2ppa.conf." #. Type: boolean #. Description #: ../templates:3001 msgid "Would you like debconf to create magicfilter filters?" msgstr "Создать с помощью debconf фильтры magicfilter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "Magicfilter is a customizable, extensible automatic printer filter. It uses " "its own magic database (a la file(1)) to decide how to print out a given " "print job. Debconf can run the custom pnm2ppa script called \"update-" "magicfilter\" to generate a default set of filters for color and black-and-" "white printing." msgstr "" "Magicfilter -- это настраиваемый, расширяемый автоматический принтерный " "фильтр. Он использует собственную базу данных (как у file(1)) для решения о " "том, как печатать подаваемое задание. Debconf может запустить сценарий " "настройки pnm2ppa (\"update-magicfilter\") для генерации набора фильтров по " "умолчанию для цветной и монохромной печати." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter." "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template " "and place the resulting filters in /etc/magicfilter. Additionally, symbolic " "links are created from the generated pnm2ppa filters to pbm2ppa filters (the " "deprecated predecessor to pnm2ppa)." msgstr "" "Шаблон фильтра можно найти в каталоге /usr/share/pnm2ppa/ по именем " "\"pnm2ppa-magicfilter.in\". update-magicfilter использует sed для замены " "@OPTIONS@ в шаблоне и помещает получившиеся фильтры в файл /etc/magicfilter. " "Также, создаются символические ссылки на pbm2ppa фильтры, указывающие на " "сгенерированные pnm2ppa фильтры (pbm2ppa -- устаревший предшественник " "pnm2ppa)." #. Type: boolean #. Description #: ../templates:3001 msgid "" "The only thing left for you to do is run magicfilterconfig to generate your /" "etc/printcap." msgstr "" "Единственное, что вам осталось сделать, это запустить magicfilterconfig для " "генерации /etc/printcap." debian/TODO0000664000000000000000000000045411567462230007671 0ustar - Add "### BEGIN DEBCONF ###" or some such tag as visual reaffirmation to the sysadmin that debconf edits the config file. (added Sun Dec 21 12:16:29 2003, incomplete, priority high) - Add a manpage for the update-magicfilter script (added Sun Dec 21 12:17:08 2003, incomplete, priority low) debian/source/0000775000000000000000000000000011567462230010476 5ustar debian/source/format0000664000000000000000000000001411567462230011704 0ustar 3.0 (quilt) debian/README.Debian0000664000000000000000000000346111567462230011243 0ustar pnm2ppa for Debian ---------------------- This Debian package is a rewrite of the original pnm2ppa package using the Debian Build System (dbs) and debconf templates. The goal of this conversion was to bring pnm2ppa packages up to date with current Debian standards and to clean up the installation and upgrade process. This package provides the following: o A reasonable default configuration file o Clean generation of magicfilter files o Basic debconf management of the pnm2ppa.conf file Debconf and Configuration ------------------------- Debconf asks whether or not you'ld like it to manage your /etc/pnm2ppa.conf file and whether or not you want magicfilters generated in the /etc/magicfilter directory. If you choose to do this manually, you will need to edit the /etc/pnm2ppa.conf file yourself. You MUST choose a printer model for pnm2ppa to work! Some models behave differently than others, so pnm2ppa will fail if you do not choose a model. Magicfilter ----------- Magicfilter is a useful print filtering tool to help you manage your /etc/printcap with print servers such as lpd or lprng. If you are using cupsys, you will not need magicfilter. There is a template for these filters located in /usr/share/pnm2ppa/templates called pnm2ppa-magicfilter.in. The scriptlet /usr/share/pnm2ppa/update-magicfilter will take this template and generate four filters: color, color economy, black and white, and black and white economy. Additionally, symbolic links are created from the generated pnm2ppa magicfilter files to pbm2ppa filters (the deprecated predecessor to pnm2ppa). This is simply provided for backwards compatibility with an existing /etc/printcap you may be using. This feature may be removed in the future. Once the filters are installed, run magicfilterconfig to generate your /etc/printcap. debian/templates0000664000000000000000000000271111567462230011120 0ustar Template: pnm2ppa/use_debconf Type: boolean Default: true _Description: Would you like debconf to configure pnm2ppa? You can have debconf perform some simple configuration steps for your default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file). Template: pnm2ppa/printer_model Type: select Choices: 710, 712, 720, 722, 820, 1000 Default: 710 _Description: What model of HP Deskjet printer do you use? The pnm2ppa printer filter behaves differently depending upon which HP DeskJet model you use. Choose your model of printer for the default configuration file /etc/pnm2ppa.conf. Template: pnm2ppa/create_magicfilter Type: boolean Default: false _Description: Would you like debconf to create magicfilter filters? Magicfilter is a customizable, extensible automatic printer filter. It uses its own magic database (a la file(1)) to decide how to print out a given print job. Debconf can run the custom pnm2ppa script called "update-magicfilter" to generate a default set of filters for color and black-and-white printing. . The template filter is found in /usr/share/pnm2ppa/ as "pnm2ppa-magicfilter.in". update-magicfilter uses sed to replace @OPTIONS@ from the template and place the resulting filters in /etc/magicfilter. Additionally, symbolic links are created from the generated pnm2ppa filters to pbm2ppa filters (the deprecated predecessor to pnm2ppa). . The only thing left for you to do is run magicfilterconfig to generate your /etc/printcap. debian/printer-driver-pnm2ppa.postrm0000664000000000000000000000106711712276177015004 0ustar #!/bin/sh set -e # Purge actions if [ "$1" = purge ] ; then # Get rid of configuration file if [ -f /etc/pnm2ppa.conf ]; then rm -f /etc/pnm2ppa.conf fi # We're pretty sure that the pnm2ppa magicfilter files were generated # or installed by pnm2ppa packages. if [ -d /etc/magicfilter ] ; then for i in /etc/magicfilter/p?m2ppa*-filter ; do rm -f $i || true done # If there are no files in the magicfilter directory, remove. # rmdir will fail if there are files... Not an error. rmdir /etc/magicfilter 2> /dev/null || true fi fi #DEBHELPER# debian/copyright0000664000000000000000000000232511567462230011133 0ustar This package was originally debianized by Roland Bauerschmidt on Sat, 4 Mar 2000 20:51:28 +0100. Homepage: http://pnm2ppa.sourceforge.net/ Download: http://sourceforge.net/projects/showfiles.php?group_id=1322 Upstream Authors: A complete list of authors and their contributions can be found in /usr/share/doc/pnm2ppa/CREDITS. Copyright © 1998-2000 by the pnm2ppa project This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/printer-driver-pnm2ppa.dirs0000664000000000000000000000010411712276177014410 0ustar usr/share/pnm2ppa usr/share/doc/pnm2ppa/en usr/share/doc/pnm2ppa/pl debian/.todo0000664000000000000000000000072511567462230010150 0ustar Debian pnm2ppa TODO List Add "### BEGIN DEBCONF ###" or some such tag as visual reaffirmation to the sysadmin that debconf edits the config file. Add a manpage for the update-magicfilter script