[ubuntu/karmic] cups 1.3.10-3 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Jun 11 11:45:19 BST 2009


cups (1.3.10-3) unstable; urgency=low

  [ Till Kamppeter ]
  * debian/cups.install, debian/rules: Move added *.convs and *.types files to
    /usr/share/cups/mime/ so that they are not considered config files
    by dpkg.
  * debian/local/text.convs: Turn all text input formats to text/plain at
    a high cost, so that the text-only printer (which accepts only text/plain)
    accepts them (LP: #385797).
  * debian/rules: Switch the pdftops filter back to Poppler, as Ghostscript
    has a lot of problems in generating PostScript (LP: #382379).
  * debian/patches/poppler-based-pdftops-fixes.dpatch: Fixes for the pdftops
    filter in Poppler mode: Do not emit PostScript level 3 as it Poppler's
    PostScript level 3 output is not compatible with HP's PostScript printers
    (LP: #277404); Added support for the new "-origpagesizes" option of
    Poppler's pdftops, so that documents with pages of different sizes get
    correctly printed (LP: #310575).
  * debian/filters/pstopdf: Do not call Ghostscript with asymmetric resolutions
    (like 1200x600 dpi), as it leads to problems with images in some cases.
    See http://bugs.ghostscript.com/show_bug.cgi?id=690504.
  * debian/local/filters/pdf-filters/pdftopdf/P2PObject.h,
    debian/local/filters/pdf-filters/pdftopdf/P2POutput.cxx: Fixed infinite
    loop which occured for some PDF files (LP: #382880).
  * debian/filters/pstopdf: Make it also correctly working if PaperDimension
    and ImageableArea entries in the PPD have no translation strings. Thanks
    to Koji Otani to find the bug.
  * debian/local/filters/pdf-filters/pdftoopvp/,
    debian/local/filters/pdf-filters/README,
    debian/local/filters/pdf-filters/addtocups,
    debian/local/filters/pdf-filters/removefromcups,
    debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4:
    Added pdftoopvp CUPS filter as part of the PDF filter add-on.
  * debian/cups.install: Make /etc/fonts/conf.d/99pdftoopvp.conf of pdftoopvp
    be installed as part of the cups package
  * debian/control: Added build dependencies needed by pdftoopvp: liblcms1-dev,
    libfreetype6-dev, libfontconfig1-dev
  * debian/control: Moved dependency on cups-client to Depends:, as
    cups-client is needed by the post-install script for the update of the
    PPDs of existing print queues.
  * debian/cups.postinst: Case-insensitive check for model names when updating
    PPDs of already existing print queues.

  [ Martin Pitt ]
  * Add gnutls-pkgconfig.dpatch: Use "pkg-config gnutls" instead of deprecated
    libgnutls-config. (Closes: #529903)
  * Bump Standards-Version to 3.8.1 (no changes necessary).
  * debian/control: Point Vcs-Browser: to bzr.d.o. loggerhead, and use http://
    URL for Vcs-Bzr.
  * debian/control: Drop ghostscript build dependency again, pdftops filter
    uses poppler again. Also Drop alternative xpdf-utils build dependency,
    since configure now checks for poppler's pdftops capabilities.
  * debian/control, debian/rules: Do a build-time check if pdftops supports
    -origpagesizes, and dynamically set the poppler-utils dependency. This is
    a hack until https://bugs.freedesktop.org/show_bug.cgi?id=19777 makes it
    into Debian.
  * debian/cups.install, debian/local/filters/pdf-filters/addtocups: Disable
    new pdftoopvp filter for now, since sid does not yet have poppler 0.11.
    Lower libpoppler-dev build dependency again.

Date: Thu, 11 Jun 2009 12:19:33 +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.3.10-3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Origin: debian/unstable
Format: 1.8
Date: Thu, 11 Jun 2009 12:19:33 +0200
Source: cups
Binary: libcups2 libcupsimage2 cups cups-client libcups2-dev libcupsimage2-dev cups-bsd cups-common cups-dbg cupsys cupsys-client cupsys-common cupsys-bsd cupsys-dbg libcupsys2 libcupsys2-dev
Architecture: source
Version: 1.3.10-3
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
 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) - libs
 libcups2-dev - Common UNIX Printing System(tm) - development files
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System (transitional package)
 libcupsys2-dev - Common UNIX Printing System (transitional package)
Closes: 529903
Launchpad-Bugs-Fixed: 277404 310575 382379 382880 385797
Changes: 
 cups (1.3.10-3) unstable; urgency=low
 .
   [ Till Kamppeter ]
   * debian/cups.install, debian/rules: Move added *.convs and *.types files to
     /usr/share/cups/mime/ so that they are not considered config files
     by dpkg.
   * debian/local/text.convs: Turn all text input formats to text/plain at
     a high cost, so that the text-only printer (which accepts only text/plain)
     accepts them (LP: #385797).
   * debian/rules: Switch the pdftops filter back to Poppler, as Ghostscript
     has a lot of problems in generating PostScript (LP: #382379).
   * debian/patches/poppler-based-pdftops-fixes.dpatch: Fixes for the pdftops
     filter in Poppler mode: Do not emit PostScript level 3 as it Poppler's
     PostScript level 3 output is not compatible with HP's PostScript printers
     (LP: #277404); Added support for the new "-origpagesizes" option of
     Poppler's pdftops, so that documents with pages of different sizes get
     correctly printed (LP: #310575).
   * debian/filters/pstopdf: Do not call Ghostscript with asymmetric resolutions
     (like 1200x600 dpi), as it leads to problems with images in some cases.
     See http://bugs.ghostscript.com/show_bug.cgi?id=690504.
   * debian/local/filters/pdf-filters/pdftopdf/P2PObject.h,
     debian/local/filters/pdf-filters/pdftopdf/P2POutput.cxx: Fixed infinite
     loop which occured for some PDF files (LP: #382880).
   * debian/filters/pstopdf: Make it also correctly working if PaperDimension
     and ImageableArea entries in the PPD have no translation strings. Thanks
     to Koji Otani to find the bug.
   * debian/local/filters/pdf-filters/pdftoopvp/,
     debian/local/filters/pdf-filters/README,
     debian/local/filters/pdf-filters/addtocups,
     debian/local/filters/pdf-filters/removefromcups,
     debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4:
     Added pdftoopvp CUPS filter as part of the PDF filter add-on.
   * debian/cups.install: Make /etc/fonts/conf.d/99pdftoopvp.conf of pdftoopvp
     be installed as part of the cups package
   * debian/control: Added build dependencies needed by pdftoopvp: liblcms1-dev,
     libfreetype6-dev, libfontconfig1-dev
   * debian/control: Moved dependency on cups-client to Depends:, as
     cups-client is needed by the post-install script for the update of the
     PPDs of existing print queues.
   * debian/cups.postinst: Case-insensitive check for model names when updating
     PPDs of already existing print queues.
 .
   [ Martin Pitt ]
   * Add gnutls-pkgconfig.dpatch: Use "pkg-config gnutls" instead of deprecated
     libgnutls-config. (Closes: #529903)
   * Bump Standards-Version to 3.8.1 (no changes necessary).
   * debian/control: Point Vcs-Browser: to bzr.d.o. loggerhead, and use http://
     URL for Vcs-Bzr.
   * debian/control: Drop ghostscript build dependency again, pdftops filter
     uses poppler again. Also Drop alternative xpdf-utils build dependency,
     since configure now checks for poppler's pdftops capabilities.
   * debian/control, debian/rules: Do a build-time check if pdftops supports
     -origpagesizes, and dynamically set the poppler-utils dependency. This is
     a hack until https://bugs.freedesktop.org/show_bug.cgi?id=19777 makes it
     into Debian.
   * debian/cups.install, debian/local/filters/pdf-filters/addtocups: Disable
     new pdftoopvp filter for now, since sid does not yet have poppler 0.11.
     Lower libpoppler-dev build dependency again.
Checksums-Sha1: 
 ac2a0a6089ee61d9fb7a6d219f762d9d3fbe264f 1983 cups_1.3.10-3.dsc
 36f78d50766fc24a7d7380a68e25a8b53d64a2ed 385381 cups_1.3.10-3.diff.gz
Checksums-Sha256: 
 e7f1387036b85c316c80ef999634d9db10653e599587a6bf60b08e1d3f3029f6 1983 cups_1.3.10-3.dsc
 6890ed0aefcfcb9a4361c20be1b1f50980dca0f9ea6b161d403ce93b12f3eecc 385381 cups_1.3.10-3.diff.gz
Files: 
 4ff072c8d7870fe3f874dd10214689ba 1983 net optional cups_1.3.10-3.dsc
 47071b8e0705cfd7d93d1242d94d3cc3 385381 net optional cups_1.3.10-3.diff.gz

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

iEYEARECAAYFAkow3eMACgkQDecnbV4Fd/IkWwCfate1jFC4azDcyYIUuFZ9Lg5f
XIIAn3IvDorYA3Z9LrZAcBRBxTagHjXd
=+Jw2
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list