~ubuntu-branches/ubuntu/quantal/ghostscript/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-06-08 11:06:51 UTC
  • mfrom: (14.1.36 sid)
  • Revision ID: package-import@ubuntu.com-20120608110651-hetjpmtjru0xtxj2
Tags: 9.05~dfsg-6ubuntu1
* Merge with Debian; remaining changes:
  - debian/patches/020120329-be64563-pdfwrite-when-a-charstring-is-not-found-for-a-glyph-use-the-notdef-width-instead-of-0.patch:
    The "pdfwrite" output device uses zero and not the width of /.notdef when
    using /.notdef for a glyph not found in an embedded font. This leads to
    wrong spacing in a PostScript file missing a space glyph.
  - debian/ghostscript-cups.postinst: Removed the post-install script which
    was only there to update the PPDs of existing print queues.
  - debian/rules, debian/ghostscript-cups.ppd-updater: Added data file to
    trigger the update of the PPD files of existing print queues by CUPS and
    to tell CUPS which PPD files to use for the update and how to match them
    with the PPDs of the existing queues.
  - debian/ghostscript-doc.install, debian/ghostscript-doc.doc-base: Install
    the Ghostscript documentation into /usr/share/doc/ghostscript-doc instead
    of /usr/share/doc/ghostscript.
  - debian/control, debian/rules, debian/libgs__VER__.install.in,
    debian/libgs-dev.install: Stop using d-shlibmove, it is not compatible
    with liblcms2.
  - debian/libgs__VER__-common.postinst.in,
    debian/libgs__VER__-common.prerm.in: Create a symlink
    /usr/share/ghostscript/current to the /usr/share/ghostscript/<version>
    directory of the newest installed libgs<version>-common package, to have
    version-independent access to the Ghostscript files.
  - debian/rules: Generate ABI version number (variable "abi") correctly,
    cutting off repackaging and pre-release parts.
  - debian/rules: update tarball MD5 value to what we already have uploaded
    in Ubuntu.
  - debian/rules, debian/control: Removed build dependency on liblcms1-dev,
    icc34.h is shipped with Ghostscript now.
  - debian/rules: Install ghostscript-cups.ppd-updater and remove the
    dependency on cups-client from ghostscript-cups.
  - debian/rules: clean up after leftover gstoraster/gstopxl instead of the
    pstoraster/pstopxl old names.
  - debian/rules, debian/ubuntu/apport-hook.py: Apport hook.
  - debian/symbols.common: added DoubleGlyphList@Base.
* debian/rules: remove the ./Resource/CMap/Identity-UTF16-H files from the
  DEB_UPSTREAM_REPACKAGE_EXCLUDES list. Due to an error in the previous
  upload it found its way in the source tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 dh-buildinfo,
10
10
 devscripts,
11
11
 liblcms2-dev,
 
12
 libjasper-dev,
12
13
 libfreetype6-dev,
13
14
 libcups2-dev (>= 1.3.7),
14
15
 libcupsimage2-dev (>= 1.1.20final+rc1-4),
18
19
 libpng-dev,
19
20
 libz-dev,
20
21
 libfontconfig1-dev,
21
 
 libjasper-dev,
22
22
 libtiff-dev,
23
23
 libexpat-dev,
24
24
 libjbig2dec-dev,
32
32
 libsm-dev,
33
33
 pkg-config,
34
34
 d-shlibs (>= 0.45~)
35
 
Standards-Version: 3.9.2
 
35
Standards-Version: 3.9.3
36
36
Uploaders: Jonas Smedegaard <dr@jones.dk>,
37
37
 Michael Gilbert <michael.s.gilbert@gmail.com>
38
38
Homepage: http://www.ghostscript.com/
39
39
Vcs-Git: git://git.debian.org/git/collab-maint/ghostscript.git
40
 
Vcs-Browser: http://git.debian.org/?p=collab-maint/ghostscript.git;a=summary
 
40
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ghostscript.git
41
41
 
42
42
Package: ghostscript
43
43
Architecture: any
61
61
 printed on non-PostScript printers. Supported printers include common
62
62
 dot-matrix, inkjet and laser models.
63
63
 
64
 
Package: gs-common
65
 
Architecture: all
66
 
Priority: extra
67
 
Depends: ghostscript, ${cdbs:Depends},
68
 
 ${misc:Depends}
69
 
Description: Transitional dummy package for ghostscript
70
 
 This is a dummy package provided for a smooth transition from previous
71
 
 separately packages Ghostscript flavors now replaced by ghostscript.
72
 
 .
73
 
 It may safely be removed after installation.
74
 
 
75
64
Package: ghostscript-cups
76
65
Architecture: any
77
66
Depends: ${shlibs:Depends},
139
128
Section: libs
140
129
Architecture: all
141
130
Depends: ${misc:Depends}
142
 
Breaks: ghostscript (<< 9.01~dfsg-1)
143
 
Replaces: ${cdbs:Replaces}, ghostscript (<< 9.01~dfsg-1)
 
131
Recommends: ${cdbs:Recommends}
 
132
Replaces: ${cdbs:Replaces}
144
133
Description: interpreter for the PostScript language and for PDF - common files
145
134
 GPL Ghostscript is used for PostScript/PDF preview and printing.
146
135
 Usually as a back-end to a program such as ghostview, it can display
148
137
 .
149
138
 This package provides common architecture-independent files needed by
150
139
 the GPL Ghostscript library.
 
140
 .
 
141
 By default, GPL Ghostscript uses a font from the fonts-droid package to
 
142
 approximate glyphs in PDFs for which the requested CJK TrueType font
 
143
 is missing.  If the fonts-droid package is not installed, these glyphs
 
144
 will be rendered as bullets.
151
145
 
152
146
Package: libgs-dev
153
147
Section: libdevel