~ubuntu-branches/ubuntu/trusty/librsvg/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Michael Biebl
  • Date: 2012-03-08 06:44:35 UTC
  • Revision ID: package-import@ubuntu.com-20120308064435-f1wt5een1fm5siaj
Tags: 2.34.2-3
[ Josselin Mouette ]
*  Remove MA: same statements for -dev packages, because they depend 
   on gir packages which are not MA compatible.

[ Michael Biebl ]
* debian/rules: Stop calling dh_gtkmodules. This tool is deprecated and has
  been replaced by triggers.
* Stop building the gtk2 theme engine. It is unused and creates an unwanted
  dependency on libgtk2.0-0 in librsvg2-common.
* Drop obsolete Depends on libgtk2.0-dev from librsvg2-dev.
* Tighten the Depends on libglib2.0-dev and libgdk-pixbuf2.0-dev for
  librsvg2-dev.
* Add Depends on librsvg2-common to librsvg2-dev so packages building
  against librsvg can rely on the gdk-pixbuf loader being available.
* Add Recommonds on librsvg2-common to librsvg2-2 so the gdk-pixbuf loader
  is installed by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
Architecture: any
39
39
Depends: ${misc:Depends},
40
40
         librsvg2-2 (= ${binary:Version}),
 
41
         librsvg2-common (= ${binary:Version}),
41
42
         gir1.2-rsvg-2.0 (= ${binary:Version}),
42
 
         libglib2.0-dev (>= 2.12.0),
43
 
         libgdk-pixbuf2.0-dev (>= 2.21.6),
44
 
         libcairo2-dev (>= 1.2.0),
45
 
         libgtk2.0-dev (>= 2.21.5)
 
43
         libglib2.0-dev (>= 2.24.0),
 
44
         libgdk-pixbuf2.0-dev (>= 2.23.5-2),
 
45
         libcairo2-dev (>= 1.2.0)
46
46
Suggests: librsvg2-doc
47
 
Multi-Arch: same
48
47
Description: SAX-based renderer library for SVG files (development)
49
48
 The rsvg library is an efficient renderer for Scalable Vector Graphics
50
49
 (SVG) pictures.
57
56
Architecture: any
58
57
Depends: ${misc:Depends},
59
58
         ${shlibs:Depends}
 
59
Recommends: librsvg2-common
60
60
Suggests: librsvg2-bin
61
61
Pre-Depends: ${misc:Pre-Depends}
62
62
Multi-Arch: same
79
79
 The rsvg library is an efficient renderer for Scalable Vector Graphics
80
80
 (SVG) pictures.
81
81
 .
82
 
 This package includes the gdk-pixbuf loader and a GTK+ engine, allowing
 
82
 This package includes the gdk-pixbuf loader allowing
83
83
 to load SVG images transparently inside GTK+ applications.
84
84
 
85
85
Package: librsvg2-doc
127
127
Section: introspection
128
128
Architecture: any
129
129
Depends: ${misc:Depends},
 
130
         ${shlibs:Depends},
130
131
         ${gir:Depends}
131
132
Description: gir files for renderer library for SVG files
132
133
 The rsvg library is an efficient renderer for Scalable Vector Graphics