~ubuntu-branches/ubuntu/wily/cups/wily

« back to all changes in this revision

Viewing changes to debian/patches/series

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-09-24 22:15:01 UTC
  • mfrom: (99.1.28 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130924221501-115ywce51xe7hhok
* debian/patches/cups-1.6.4-changes.patch: Merged latest fixes from upstream,
  taken from CUPS 1.6.4, as there is no public repository of CUPS any more
  and due to Apple policies the next 1.7.x release, 1.7.0 final, happens
  only with the next release of Mac OS X. Fixes:
   - Removed some duplicate page size definitions for some ISO sizes that were
     causing problems
   - The IPP backend did not add the "last-document" attribute
   - Added a SyncOnClose directive to cups-files.conf to force cupsd to
     call fsync before closing any configuration/state files it writes
     (LP: #1157972, Red Hat bug #984883).
   - Added USB quirk rule for Lexmark E238
   - Closed server connections were still not always detected
   - The libusb-based USB backend now loads its list of quirks from files
     in /usr/share/cups/usb instead of using a hardcoded table, this
     makes spotting and fixing USB problems much easier.
   - The scheduler did not properly register ICC color profiles with
     colord
* debian/patches/usb-backend-more-quirk-rules.patch,
  debian/patches/handle-server-terminating-connection.patch,
  debian/patches/colord-add-profile-fix.patch: Removed, included upstream.
* debian/patches/pidfile.patch,
  debian/patches/rootbackends-worldreadable.patch,
  debian/patches/airprint-support.patch,
  debian/patches/do-not-broadcast-with-hostnames.patch,
  debian/patches/mention-rfc2911-in-ipptoolfile-for-clarity.patch,
  debian/patches/add-ipp-backend-of-cups-1.4.patch,
  debian/patches/confdirperms.patch,
  debian/patches/show-compile-command-lines.patch,
  debian/patches/log-debug-history-nearly-unlimited.patch: Refreshed with
  quilt.
* debian/local/apparmor-profile: Silenced AppArmor noise in syslog
  (LP: #1229766).
* debian/local/cupsd-sync-files-on-close.patch: Activate CUPS daemon
  syncing files when closing, so that config files (like printers.conf)
  do not mysteriously disappear (LP: #1157972, Red Hat bug #984883).
* debian/cups-server-common.install: Install /usr/share/cups/usb/ with the
  USB backend quirk rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# patches accepted and committed upstream:
 
2
cups-1.6.4-changes.patch
2
3
ippfind-fix-port-output.patch
3
4
 
4
5
# patches sent upstream
5
 
usb-backend-more-quirk-rules.patch
6
6
get-ppd-file-for-statically-configured-ipp-shared-queues.patch
7
7
pidfile.patch
8
8
ppd-poll-with-client-conf.patch
9
9
manpage-hyphen-minus.patch
10
10
rootbackends-worldreadable.patch
11
11
cups-dbus-utf8.patch
12
 
handle-server-terminating-connection.patch
13
12
 
14
13
# patches which should go upstream
15
14
airprint-support.patch
23
22
cups-snmp-oids-device-id-hp-ricoh.patch
24
23
configure-default-browse-protocols.patch
25
24
mention-rfc2911-in-ipptoolfile-for-clarity.patch
26
 
colord-add-profile-fix.patch
27
25
# Fix tests, should probably go upstream
28
26
tests-ignore-warnings.patch
29
27
tests-ignore-usb-crash.patch
48
46
log-debug-history-nearly-unlimited.patch
49
47
# Disabled in 1.6.1-1 as it breaks the tests. It addresses #593338
50
48
# pstops-based-workflow-only-for-printing-ps-on-a-ps-printer.patch
 
49
cupsd-sync-files-on-close.patch