~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to lib/ps2pdf.cmd

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: ps2pdf.cmd 6300 2005-12-28 19:56:24Z giles $ */
 
1
/* $Id: ps2pdf.cmd 8244 2007-09-18 19:01:34Z giles $ */
2
2
/*
3
3
 * This file is maintained by a user: if you have any questions about it,
4
4
 * please contact Mark Hale (mark.hale@physics.org).
5
5
 */
6
6
 
7
 
/* Convert PostScript to PDF 1.4 (Acrobat 4-and-later compatible). */
 
7
/* Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible). */
8
8
/* The PDF compatibility level may change in the future: */
9
9
/* use ps2pdf12 or ps2pdf13 if you want a specific level. */
10
10