[ubuntu/karmic] cups 1.4.1-2 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Sep 24 07:25:17 BST 2009


cups (1.4.1-2) unstable; urgency=low

  [ Till Kamppeter ]
  * debian/local/filters/cpdftocps: Double-sided printing did not work on
    PostScript printers when the "sides" command line option for "lp"/"lpr"
    was used (LP: #411392).
  * debian/patches/maintain-default-option-settings.dpatch: For options with
    an underscore (or any other allowed non-alphanumeric character) in their
    names the default settings were not conserved when the PPD got replaced
    ("lpadmin -p ... -m ...", system-config-printer, automatic PPD update
    for existing print queues). Fixes LP: #432902 and CUPS STR #3340.

  [ Martin Pitt ]
  * debian/cups.init.d: Don't actually re-trigger udev events for printer
    coldplugging, since according to Scott James Remnant this slows down boot
    and kills kittens. Instead, just call it with --dry-run and manually call
    udev-configure-printer.
  * debian/cups.init.d: Only run udevadm if udev and the callout are actually
    available. Drop udev dependency to a suggests. This unbreaks cups on
    platforms which do not have udev, such as kfreebsd. (Closes: #546922)
  * debian/cups.init.d: Drop "cupsctl RIPCache" setting. It changes our
    conffile (causing dpkg prompts on upgrade), and overwrites the admin's
    setting without warning.
  * Add dynamic-default-ripcache-size.dpatch: Replace above functionality by
    setting the internal default value of RIPCache to MemTotal/4, if not given
    in the configuration file.
  * debian/rules: Do not let the usb backend run as root in Ubuntu any more,
    since that has a recent enough udev. Still keep it for Debian.
  * debian/cups-ppdc.install: Update path for Martin-Éric's section change of
    drv manpage.

  [ Martin-Éric Racine ]
  * Add manual-section-for-drv.dpatch: Fix incorrect man section 7 -> 1 as
    reported by Lintian.

Date: Wed, 23 Sep 2009 23:58:15 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
Origin: debian/unstable
https://launchpad.net/ubuntu/karmic/+source/cups/1.4.1-2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Origin: debian/unstable
Format: 1.8
Date: Wed, 23 Sep 2009 23:58:15 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common cups-ppdc cups-dbg cupsys cupsys-client cupsys-common cupsys-bsd cupsys-dbg cupsddk
Architecture: source
Version: 1.4.1-2
Distribution: karmic
Urgency: low
Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 cups       - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk    - Common UNIX Printing System (transitional package)
 cupsys     - Common UNIX Printing System (transitional package)
 cupsys-bsd - Common UNIX Printing System (transitional package)
 cupsys-client - Common UNIX Printing System (transitional package)
 cupsys-common - Common UNIX Printing System (transitional package)
 cupsys-dbg - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD library
Closes: 546922
Changes: 
 cups (1.4.1-2) unstable; urgency=low
 .
   [ Till Kamppeter ]
   * debian/local/filters/cpdftocps: Double-sided printing did not work on
     PostScript printers when the "sides" command line option for "lp"/"lpr"
     was used (LP: #411392).
   * debian/patches/maintain-default-option-settings.dpatch: For options with
     an underscore (or any other allowed non-alphanumeric character) in their
     names the default settings were not conserved when the PPD got replaced
     ("lpadmin -p ... -m ...", system-config-printer, automatic PPD update
     for existing print queues). Fixes LP: #432902 and CUPS STR #3340.
 .
   [ Martin Pitt ]
   * debian/cups.init.d: Don't actually re-trigger udev events for printer
     coldplugging, since according to Scott James Remnant this slows down boot
     and kills kittens. Instead, just call it with --dry-run and manually call
     udev-configure-printer.
   * debian/cups.init.d: Only run udevadm if udev and the callout are actually
     available. Drop udev dependency to a suggests. This unbreaks cups on
     platforms which do not have udev, such as kfreebsd. (Closes: #546922)
   * debian/cups.init.d: Drop "cupsctl RIPCache" setting. It changes our
     conffile (causing dpkg prompts on upgrade), and overwrites the admin's
     setting without warning.
   * Add dynamic-default-ripcache-size.dpatch: Replace above functionality by
     setting the internal default value of RIPCache to MemTotal/4, if not given
     in the configuration file.
   * debian/rules: Do not let the usb backend run as root in Ubuntu any more,
     since that has a recent enough udev. Still keep it for Debian.
   * debian/cups-ppdc.install: Update path for Martin-Éric's section change of
     drv manpage.
 .
   [ Martin-Éric Racine ]
   * Add manual-section-for-drv.dpatch: Fix incorrect man section 7 -> 1 as
     reported by Lintian.
Checksums-Sha1: 
 9d11206da22c2026feddb42c21bcd6c84b396555 2152 cups_1.4.1-2.dsc
 798cfb7faad346e511f130a5cd949bc4b8a42895 402701 cups_1.4.1-2.diff.gz
Checksums-Sha256: 
 cb180263a552da1e4e2faa9d0bd09644fe0d9719b59dd6a321114e1558786b93 2152 cups_1.4.1-2.dsc
 d8b5e0a088a23185aad82990c38ad1f7104227dcb1f95dfc8eba3a02e2542e45 402701 cups_1.4.1-2.diff.gz
Files: 
 1faaf240d1738b3a49a4220f5b10d00e 2152 net optional cups_1.4.1-2.dsc
 0bdb4f3d771d89744d1a67ced8855c1f 402701 net optional cups_1.4.1-2.diff.gz
Launchpad-Bugs-Fixed: 411392 432902

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkq6nSoACgkQDecnbV4Fd/KE5gCcDiP2XlUcfv8RlxAN/Pc256zC
TmYAni+pemX4dazY9yjUVDaKbjbrmEH0
=jide
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list