~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-04 22:10:09 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060404221009-4mw2ndnf06bs257d
Tags: 2.14.3-1
* Sync with Debian
* New upstream version
* debian/rules:
  - shlibs update

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Josselin Mouette <joss@debian.org>
5
5
Uploaders: @GNOME_TEAM@
6
 
Build-Depends: cdbs, debhelper (>= 4.1), libxml2-dev (>= 2.6.22), libpopt-dev (>= 1.5), libgtk2.0-dev (>= 2.4.1-3), libpango1.0-dev (>= 1.4.0-3), libgnomeprintui2.2-dev, libpopt-dev, libgsf-1-dev (>= 1.13.2-2), gnome-pkg-tools, libcroco3-dev (>= 0.6.1), gtk-doc-tools, firefox-dev (>= 1.5.dfsg+1.5.0.1-1ubuntu8) [!hurd-i386], libxt-dev, libcairo2-dev (>= 1.0.2)
 
6
Build-Depends: cdbs, debhelper (>= 4.1), libxml2-dev (>= 2.6.22), libpopt-dev (>= 1.5), libart-2.0-dev (>= 2.3.10), libgtk2.0-dev (>= 2.4.1-3), libpango1.0-dev (>= 1.4.0-3), libgnomeprintui2.2-dev, libpopt-dev, libgsf-1-dev (>= 1.13.2-2), gnome-pkg-tools, libcroco3-dev (>= 0.6.1), gtk-doc-tools, libxt-dev, libcairo2-dev (>= 1.0.2)
7
7
Standards-Version: 3.6.2
8
8
 
9
9
Package: librsvg2-dev
10
10
Section: libdevel
11
11
Architecture: any
12
 
Depends: librsvg2-2 (= ${Source-Version}), libgtk2.0-dev (>= 2.4), libart-2.0-dev, libxml2-dev, libc6-dev, libpopt-dev, libgsf-1-dev (>= 1.9.1-6), libcroco3-dev (>= 0.6.1)
13
 
Description: SAX-based renderer library for SVG files. (development files)
 
12
Depends: librsvg2-2 (= ${Source-Version}), libgtk2.0-dev (>= 2.4), libart-2.0-dev, libxml2-dev, libc6-dev, libpopt-dev, libgsf-1-dev (>= 1.9.1-6), libcroco3-dev
 
13
Description: SAX-based renderer library for SVG files (development)
 
14
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 
15
 (SVG) pictures.
 
16
 .
14
17
 This package provides the necessary development libraries and include
15
18
 files to allow you to develop with librsvg.
16
 
 .
17
 
 This package is for use with GNOME2.
18
19
 
19
20
Package: librsvg2-2
20
21
Section: libs
22
23
Depends: ${shlibs:Depends}
23
24
Suggests: librsvg2-bin
24
25
Conflicts: librsvg2-common (<< 2.12)
25
 
Description: SAX-based renderer library for SVG files. (for GNOME2)
26
 
 SAX-based renderer library for SVG files.
 
26
Description: SAX-based renderer library for SVG files (runtime)
 
27
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 
28
 (SVG) pictures.
27
29
 .
28
 
 This package is for use with GNOME2.
 
30
 This package contains the runtime library, necessary to run
 
31
 applications using librsvg.
29
32
 
30
33
Package: librsvg2-common
31
34
Section: libs
32
35
Architecture: any
33
36
Depends: ${shlibs:Depends}, libgtk2.0-bin (>= 2.4.1-3), libgtk2.0-common (>= 2.4.1-3), librsvg2-2 (= ${Source-Version})
34
 
Conflicts: gnome-games (<< 2.12)
35
 
Description: SAX-based renderer library for SVG files. (for GNOME2)
36
 
 SAX-based renderer library for SVG files.
 
37
Conflicts: gnome-games (<< 1:2.12)
 
38
Description: SAX-based renderer library for SVG files (extra runtime)
 
39
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 
40
 (SVG) pictures.
37
41
 .
38
 
 This package includes the gdk-pixbuf loader and a GTK+ engine.
 
42
 This package includes the gdk-pixbuf loader and a GTK+ engine, allowing
 
43
 to load SVG images transparently inside GTK+ applications.
39
44
 
40
45
Package: librsvg2-bin
41
46
Section: graphics
42
47
Architecture: any
43
48
Depends: ${shlibs:Depends}, librsvg2-2 (>= ${Source-Version})
44
49
Conflicts: librsvg2-common (<< 2.7)
45
 
Suggests: mozilla-browser | mozilla-firefox
46
50
Description: command-line and graphical viewers for SVG files
47
 
 librsvg2 is a SAX-based renderer library for SVG vector graphics.
 
51
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 
52
 (SVG) pictures.
48
53
 .
49
54
 This package includes a command-line utility to convert the SVG files
50
55
 to the PNG format and a graphical SVG viewer.
51
 
 .
52
 
 It also provides a plugin suitable for mozilla-based browsers.