~ubuntu-branches/ubuntu/vivid/libspectre/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Rosewarne
  • Date: 2008-01-06 21:58:55 UTC
  • Revision ID: james.westby@ubuntu.com-20080106215855-lskg3x1no1os9v8l
Tags: 0.2.0.ds-1
* New upstream release.
* Removed ghostscript headers.
  - Patched build system to omit libspectre/ghostscript.

 +++ Changes by Ana Beatriz Guerrero Lopez:

 * Add prune-ghostscript script to remove ghostscript stuff.
 * Slight tweaking of debian/copyright.
 * Add Homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libspectre
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Matthew Rosewarne <mrosewarne@inoutbox.com>
 
5
Uploaders: Debian Krap Maintainers <debian-qt-kde@lists.debian.org> 
 
6
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libcairo2-dev, libgs-dev, patchutils
 
7
Standards-Version: 3.7.3
 
8
Homepage: http://libspectre.freedesktop.org
 
9
 
 
10
Package: libspectre1
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}
 
13
Suggests: libspectre1-dbg (= ${binary:Version})
 
14
Description: Library for rendering Postscript documents
 
15
 libspectre is a small library for rendering Postscript documents. It provides
 
16
 a convenient easy to use API for handling and rendering Postscript documents.
 
17
 
 
18
Package: libspectre1-dbg
 
19
Section: libdevel
 
20
Priority: extra
 
21
Architecture: any
 
22
Depends: ${shlibs:Depends}, ${misc:Depends}, libspectre1 (= ${binary:Version})
 
23
Description: Debugging symbols for libspectre
 
24
 libspectre is a small library for rendering Postscript documents. It provides
 
25
 a convenient easy to use API for handling and rendering Postscript documents.
 
26
 .
 
27
 This package contains the debugging symbols for libspectre.
 
28
 
 
29
Package: libspectre-dev
 
30
Section: libdevel
 
31
Architecture: any
 
32
Depends: ${shlibs:Depends}, ${misc:Depends}, libspectre1 (= ${binary:Version})
 
33
Description: Library for rendering Postscript documents - development files
 
34
 libspectre is a small library for rendering Postscript documents. It provides
 
35
 a convenient easy to use API for handling and rendering Postscript documents.
 
36
 .
 
37
 This is the development package which contains headers and static libraries 
 
38
 for libspectre.