summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Declare fast forward from 2.2.6-4archive/debian/2.2.6-5Didier Raboud2018-02-10
|\ | | | | | | [dgit --quilt=dpm --overwrite]
| * Record cups (2.2.6-4) in archive suite sidDidier Raboud2018-02-09
| |\ | | | | | | | | | | | | | | | | | | Record that 2.2.6-4 dgit suite branch on dgit git server should be treated as descended from 2.2.6-2 dgit client's archive history view
| | * Record cups (2.2.6-2) in archive suite sidDidier Raboud2017-11-03
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Record that 2.2.6-2 Import of source package should be treated as descended from 2.2.6-1 dgit client's archive history view
| | | * Record cups (2.2.6-1) in archive suite sidDidier Raboud2017-11-02
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Record that 2.2.6-1 Import of source package should be treated as descended from 2.2.5-2 dgit client's archive history view
| | | | * Record cups (2.2.5-2) in archive suite sidDidier Raboud2017-10-17
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Record that 2.2.5-2 Import of source package should be treated as descended from 2.0.3-10 dgit client's archive history view
| | | | | * cups (2.0.3-10) unstable; urgency=mediumDidier Raboud2015-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Backport upstream patches: - Fix redirections from CGI scripts (STR: #4538) - Fix the active jobs loop (STR: #4646) # imported from the archive
| | | | * po4a infrastructure and translations for manpages.Didier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: Nicolas François <nicolas.francois@centraliens.net>, Helge Kreutzmann <debian@helgefjell.de> Origin: vendor Bug-Debian: http://bugs.debian.org/478597 Patch-Name: manpage-translations.patch Gbp-Pq: Name manpage-translations.patch
| | | | * Build mantohtml with the build architecture compilerHelmut Grohne2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mantohtml is run during build. Thus it needs to be built with the build architecture compiler (or execution fails). The obvious part is switching to CC_FOR_BUILD. That also depends on it not requiring any other cups components. In particular, removing uses of strlcpy and replacing host architecture- specific includes is thus needed. Bug-Debian: https://bugs.debian.org/837936 Gbp-Pq: Name 0037-Build-mantohtml-with-the-build-architecture-compiler.patch
| | | | * Use dpkg-architecture in cups-config to make it architecture-independantDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also filter -L/usr/lib/(triplet) out of LDFLAGS. Also strip unnecessary libs from --libs. Also launch krb5-config at runtime to avoid getting usr/lib/(triplet) from krb5-config Bug-Debian: https://bugs.debian.org/741519 Bug-Debian: https://bugs.debian.org/727058 Bug-Debian: https://bugs.debian.org/730838 Bug-Debian: https://bugs.debian.org/751157 Last-Update: 2014-06-11 Patch-Name: debianize_cups-config.patch Gbp-Pq: Name debianize_cups-config.patch
| | | | * Drop dangling references from cups-lpd.manBastien ROUCARIÈS2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Debian: http://bugs.debian.org/570157 Last-Update: 2015-10-02 Patch-Name: man-cups-lpd-drop-dangling-references.patch Gbp-Pq: Name man-cups-lpd-drop-dangling-references.patch
| | | | * Set default job error policy to "retry-job", since it is lessMartin Pitt2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | confusing and a better default on most machines. . Amend documentation accordingly. Author: Didier Raboud <odyx@debian.org> Origin: vendor Last-Update: 2016-07-03 Patch-Name: cups-set-default-error-policy-retry-job.patch Gbp-Pq: Name cups-set-default-error-policy-retry-job.patch
| | | | * Set the default for SyncOnClose to YesTim Waugh2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: cupsd-set-default-for-SyncOnClose-to-Yes.patch Gbp-Pq: Name cupsd-set-default-for-SyncOnClose-to-Yes.patch
| | | | * Make log debug history nearly unlimitedTill Kampetter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: log-debug-history-nearly-unlimited.patch Gbp-Pq: Name log-debug-history-nearly-unlimited.patch
| | | | * Show compile command linesTill Kampetter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | Patch-Name: show-compile-command-lines.patch Gbp-Pq: Name show-compile-command-lines.patch
| | | | * Filter printers based on PRINTER_LISTJulien Desfossez at Revolution Linux2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last-Update: 2015-10-02 === modified file 'cups-1.3.9/cups/ipp.c' Patch-Name: printer-filtering.patch Gbp-Pq: Name printer-filtering.patch
| | | | * Do not mess with the permissions of cupsd.conf.Martin Pitt2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: confdirperms.patch Gbp-Pq: Name confdirperms.patch
| | | | * Deactivate CUPS' own log rotating as the system already provides a more ↵Didier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sophisticated log rotating Last-Update: 2015-02-10 Patch-Name: default_log_settings.patch Gbp-Pq: Name default_log_settings.patch
| | | | * Make log files readable to group "adm", if present.Martin Pitt2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Ubuntu: https://launchpad.net/bugs/345953 Last-Update: 2015-02-10 Patch-Name: logfiles_adm_readable.patch Gbp-Pq: Name logfiles_adm_readable.patch
| | | | * CUPS removes the "(recommended)" comments of the NickNames of Foomatic PPDs ↵Till Kampetter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when listing available PPDs. This patch removes this removal action. Last-Update: 2015-02-10 Patch-Name: reactivate_recommended_driver.patch Gbp-Pq: Name reactivate_recommended_driver.patch
| | | | * Do not use host names for broadcasting print queues andTill Kampetter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | managing print queues broadcasted from other servers by default. Many networks do not have valid host names for all machines. Bug-Ubuntu: https://bugs.launchpad.net/bugs/449586 Patch-Name: do-not-broadcast-with-hostnames.patch Gbp-Pq: Name do-not-broadcast-with-hostnames.patch
| | | | * Rename the systemd service file from org.cups.cups.* to cups.*Didier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | Patch-Name: rename-systemd-units.patch Gbp-Pq: Name rename-systemd-units.patch
| | | | * Do not write VCS tags into installed conffilesKenshi Muto2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: http://www.cups.org/str.php?L2369 Origin: vendor Author: Didier Raboud <odyx@debian.org> Last-Update: 2014-01-16 Patch-Name: removecvstag.patch Gbp-Pq: Name removecvstag.patch
| | | | * Disable time stamps in conffiles, to avoid ever-changing files in /etc.Joey Hess2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: http://www.cups.org/str.php?L3067 Bug-Debian: http://bugs.debian.org/549673 Last-Update: 2015-02-10 Patch-Name: no-conffile-timestamp.patch Gbp-Pq: Name no-conffile-timestamp.patch
| | | | * Let the "snmp" backend also use the manufacturer-specificTim Waugh2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIBs of HP and Ricoh to obtain the device IDs of network-connected printers. This way we get more reliable information about make and model and in addition the supported page description languages, which allow to identify whether an optional PostScript add-on is installed or for an unsupported printer which generic PPD is the best choice (requested by Ricoh). Bug: https://www.cups.org/str.php?L3552 Last-Update: 2015-02-10 Patch-Name: cups-snmp-oids-device-id-hp-ricoh.patch Gbp-Pq: Name cups-snmp-oids-device-id-hp-ricoh.patch
| | | | * Patch to support Apple AirPrint (printing from iPhone, iPad, iPod Touch to a ↵Till Kamppeter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CUPS server) Bug-Ubuntu: https://bugs.launchpad.net/bugs/711779 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1054495 Bug-Debian: http://bugs.debian.org/700961 Bug: https://cups.org/str.php?L4341 Last-Update: 2015-02-10 Patch-Name: airprint-support.patch Gbp-Pq: Name airprint-support.patch
| | | | * Some printers have broken device IDs with newlineTill Kamppeter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters inside. These break the cups-deviced printer discovery mechanism and so the printers get ignored. This patch allows newline characters in device IDs Bug-Ubuntu: https://bugs.launchpad.net/bugs/468701 Bug: https://www.cups.org/str.php?L4345 Last-Update: 2015-02-10 Patch-Name: cups-deviced-allow-device-ids-with-newline.patch Gbp-Pq: Name cups-deviced-allow-device-ids-with-newline.patch
| | | | * Make CUPS reading all option settings in PostScript printTill Kamppeter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jobs and add the option settings to the filter command line before starting the filter chain. This fixes the problem that in the PDF printing workflow (where incoming PostScript gets converted to PDF by pstopdf) option settings embedded in the incoming PostScript code do not get obeyed. Especially the options of jobs from Windows clients get ignored. Origin: vendor Bug: https://www.cups.org/str.php?L4344 Last-Update: 2015-02-10 Patch-Name: read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch Gbp-Pq: Name read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
| | | | * Do not link libcups.so and libcupsimage.so againstMartin Pitt2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary libraries. This avoids unnecessary package dependencies for both libcups, as well as for packages using cups-config. Bug: https://www.cups.org/str.php?L4343 Bug-Debian: http://bugs.debian.org/438067 Last-Update: 2015-10-02 Patch-Name: drop_unnecessary_dependencies.patch Gbp-Pq: Name drop_unnecessary_dependencies.patch
| | | | * Move cupsd.conf.default from SERVERROOT to DATADIRDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: vendor Bug: https://cups.org/str.php?L4342 Bug-Debian: http://bugs.debian.org/640124 Last-Update: 2015-02-10 Patch-Name: move-cupsd-conf-default-to-share.patch Gbp-Pq: Name move-cupsd-conf-default-to-share.patch
| | | | * revert commit 830cfed95a5349b008999eebd34f5233bc35829cMichael Sweet2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Update "make test" to include alternate filter." . This fixes the error lines counting in the test, and is unneeded as pdftourf is not shipped in Debian. Origin: upstream Patch-Name: tests-no-pdftourf.patch Gbp-Pq: Name tests-no-pdftourf.patch
| | | | * Force LC_ALL=C environment variable when grepping the output of lpstat.Didier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Permits testing in non-"C" environments. Origin: vendor Last-Update: 2016-07-11 Patch-Name: tests-make-lpstat-call-reproducible.patch Gbp-Pq: Name tests-make-lpstat-call-reproducible.patch
| | | | * Use 127.0.0.1 instead of localhost in the test-suite. This shouldDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the test-suite work in pbuilder. It apparently also fixes an ipp backend problem in the test-suite. Origin: vendor Last-Update: 2016-08-05 Patch-Name: tests-use-ipv4-lo-address.patch Gbp-Pq: Name tests-use-ipv4-lo-address.patch
| | | | * Tests: Force LC_* environment variables when testing (non) l10n'isation.Didier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Permits building in non-"C" environments. Origin: vendor Last-Update: 2015-02-10 Patch-Name: tests-fix-ppdLocalize-on-unclean-env.patch Gbp-Pq: Name tests-fix-ppdLocalize-on-unclean-env.patch
| | | | * Tests: Make sure that all scheduled jobs are finished beforeDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | running a new test. Fixes failures on slow architectures like armel and mipsel. Bug-Debian: http://bugs.debian.org/670878 Last-Update: 2015-02-10 Patch-Name: tests-wait-on-unfinished-jobs-everytime.patch Gbp-Pq: Name tests-wait-on-unfinished-jobs-everytime.patch
| | | | * Tests: Do not run the CUPS_EUC_JP test case on BSD/Hurd either, as glibc's ↵Didier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iconv behavior is different than what the test expects. Bug-Debian: http://bugs.debian.org/662996 Last-Update: 2015-10-02 Patch-Name: test-i18n-nonlinux.patch Gbp-Pq: Name test-i18n-nonlinux.patch
| | | | * Tests: ignore the failure to write uncompressed dataDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the 'Unable to write uncompressed print data: Broken pipe' error that sometimes breaks the errorlines counting on kfreebsd for some reason. Origin: vendor Last-Update: 2016-08-09 Patch-Name: tests-ignore-kfreebsd-unable-to-write-uncompressed-print-data.patch Gbp-Pq: Name tests-ignore-kfreebsd-unable-to-write-uncompressed-print-data.patch
| | | | * Tests: ignore errors triggered on ipv6-deprived hostsDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the 'Address family not supported by protocol' error that breaks the errorlines counting on buildds without a working IPv6 stack. Origin: vendor Last-Update: 2015-02-10 Patch-Name: tests-ignore-ipv6-address-family-not-supported.patch Gbp-Pq: Name tests-ignore-ipv6-address-family-not-supported.patch
| | | | * Tests: ignore loadFile failuresDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the 'loadFile failed: temp file: not a PDF file' error that sometimes breaks the errorlines counting on kfreebsd-amd64 for some reason Origin: vendor Last-Update: 2015-02-10 Patch-Name: tests-ignore-kfreebsd-amd64-not-a-pdf.patch Gbp-Pq: Name tests-ignore-kfreebsd-amd64-not-a-pdf.patch
| | | | * Tests: ignore usb & dnssd backend unexpected exitsDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the following errors: "[cups-deviced] PID * (usb) crashed on signal 11!" and "[cups-deviced] PID * (dnssd) stopped with status 1" They seem to regularly happen on Debian/Ubuntu buildds and break error lines counting. Last-Update: 2015-02-10 Patch-Name: tests-ignore-usb-crash.patch Gbp-Pq: Name tests-ignore-usb-crash.patch
| | | | * Tests: Ignore warnings from colord and AvahiMartin Pitt2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These warnings change the expected number of warnings Last-Update: 2015-08-05 Patch-Name: tests-ignore-warnings.patch Gbp-Pq: Name tests-ignore-warnings.patch
| | | | * Fix jobs with multiple files or multiple formatsTim Waugh2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=972242 Bug: https://www.cups.org/str.php?L4348 Last-Updated: 2015-02-10 Patch-Name: fixes-for-jobs-with-multiple-files-and-multiple-formats.patch Gbp-Pq: Name fixes-for-jobs-with-multiple-files-and-multiple-formats.patch
| | | | * Install root backends world-readable.Martin Pitt2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed: - to comply with Debian Policy - because it is both nonsensical to to not do so - it also breaks system checkers, bug reporting, etc Bug: http://www.cups.org/str.php?L2935 Bug-Debian: http://bugs.debian.org/410171 Last-Update: 2015-02-10 Patch-Name: rootbackends-worldreadable.patch Gbp-Pq: Name rootbackends-worldreadable.patch
| | | | * Fix hyphen-used-as-minus-sign manpage errorsDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically generated using sed -i -s 's/^-/\\-/g;s/ -/ \\-/g;s/"-/"\\-/g' man/*.man* Also fix a missing backslash escape Origin: vendor Bug-Upstream: https://cups.org/str.php?L4299 Last-Update: 2015-02-10 Patch-Name: manpage-hyphen-minus.patch Gbp-Pq: Name manpage-hyphen-minus.patch
| | | | * For PWG Raster, add required IPP attributesTill Kamppeter2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add required by IPP Everywhere for PWG Raster when PWG Raster as input format is supported Bug-Upstream: https://www.cups.org/str.php?L4428 Last-Update: 2015-02-10 Patch-Name: pwg-raster-attributes.patch Gbp-Pq: Name pwg-raster-attributes.patch
| | | | * cups (2.2.5-2) unstable; urgency=mediumDidier Raboud2017-10-17
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Helge Kreutzmann ] * Update German man page translations [dgit import unpatched cups 2.2.5-2]
| | | | | * Import cups_2.2.5-2.debian.tar.xzDidier Raboud2017-10-17
| | | | | | | | | | | | | | | | | | | | [dgit import tarball cups 2.2.5-2 cups_2.2.5-2.debian.tar.xz]
| | | | * Import cups_2.2.5.orig.tar.gzDidier Raboud2017-10-14
| | | | | | | | | | | | | | | | [dgit import orig cups_2.2.5.orig.tar.gz]
| | | * po4a infrastructure and translations for manpages.Didier Raboud2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: Nicolas François <nicolas.francois@centraliens.net>, Helge Kreutzmann <debian@helgefjell.de> Origin: vendor Bug-Debian: http://bugs.debian.org/478597 Patch-Name: manpage-translations.patch Gbp-Pq: Name manpage-translations.patch
| | | * Build mantohtml with the build architecture compilerHelmut Grohne2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mantohtml is run during build. Thus it needs to be built with the build architecture compiler (or execution fails). The obvious part is switching to CC_FOR_BUILD. That also depends on it not requiring any other cups components. In particular, removing uses of strlcpy and replacing host architecture- specific includes is thus needed. Bug-Debian: https://bugs.debian.org/837936 Gbp-Pq: Name 0037-Build-mantohtml-with-the-build-architecture-compiler.patch
| | | * Use dpkg-architecture in cups-config to make it architecture-independantDidier Raboud2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also filter -L/usr/lib/(triplet) out of LDFLAGS. Also strip unnecessary libs from --libs. Also launch krb5-config at runtime to avoid getting usr/lib/(triplet) from krb5-config Bug-Debian: https://bugs.debian.org/741519 Bug-Debian: https://bugs.debian.org/727058 Bug-Debian: https://bugs.debian.org/730838 Bug-Debian: https://bugs.debian.org/751157 Last-Update: 2014-06-11 Patch-Name: debianize_cups-config.patch Gbp-Pq: Name debianize_cups-config.patch