~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Mattia Rizzolo
  • Date: 2014-01-14 15:44:58 UTC
  • mfrom: (2.5.10 sid)
  • Revision ID: package-import@ubuntu.com-20140114154458-3283675h9vtv5ccc
Tags: 0.48.4-3ubuntu1
* Merge from Debian unstable (LP: #1225013).  Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + build against liblcsm2 instead of liblcsm1,
    + demote pstoedit from Recommends to Suggests (because it's on universe),
    + add a ${python:Depends}.
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation,
    + add python2 to dh addon.
* Debian changes:
  - debian/control: make description more user-friendly (LP: #811634)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: inkscape
2
2
Section: graphics
3
3
Priority: optional
4
 
Vcs-git: git://git.debian.org/git/collab-maint/inkscape.git
5
 
Vcs-Browser: http://git.debian.org/?p=git/collab-maint/inkscape.git
6
 
Homepage: http://www.inkscape.org/
7
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
8
5
XSBC-Original-Maintainer: Wolfram Quester <wolfi@sigxcpu.org>
9
6
Uploaders: Matteo F. Vescovi <mfv.debian@gmail.com>
10
 
Build-Depends: autoconf,
11
 
               automake,
12
 
               debhelper (>= 7.0.0),
13
 
               dh-translations,
14
 
               intltool,
15
 
               libart-2.0-dev (>= 2.3.10),
16
 
               libaspell-dev,
17
 
               libboost-dev,
18
 
               libgc-dev (>= 1:6.8),
19
 
               libglib2.0-dev,
20
 
               libgnomevfs2-dev,
21
 
               libgtk2.0-dev (>= 2.10.0),
22
 
               libgtkmm-2.4-dev,
23
 
               libgtkspell-dev,
24
 
               libgsl0-dev,
25
 
               liblcms2-dev,
26
 
               libmagick++-dev,
27
 
               libpango1.0-dev,
28
 
               libpng-dev,
29
 
               libpoppler-private-dev,
30
 
               libpoppler-glib-dev,
31
 
               libpopt-dev,
32
 
               libsigc++-2.0-dev (>= 2.0.16-2),
33
 
               libtool,
34
 
               libwpd-dev (>= 0.9.0),
35
 
               libwpg-dev (>= 0.2.0),
36
 
               libxml-parser-perl,
37
 
               libxml2-dev (>= 2-2.4.24),
38
 
               libxslt1-dev,
39
 
               pkg-config,
40
 
               python-dev,
41
 
               quilt,
42
 
               zlib1g-dev
43
 
Standards-Version: 3.8.1
 
7
Build-Depends:
 
8
 autoconf,
 
9
 automake,
 
10
 autotools-dev,
 
11
 debhelper (>= 9),
 
12
 dh-translations,
 
13
 intltool,
 
14
 libart-2.0-dev (>= 2.3.10),
 
15
 libaspell-dev,
 
16
 libboost-dev,
 
17
 libgc-dev (>= 1:6.8),
 
18
 libglib2.0-dev,
 
19
 libgnomevfs2-dev,
 
20
 libgsl0-dev,
 
21
 libgtk2.0-dev (>= 2.10.0),
 
22
 libgtkmm-2.4-dev,
 
23
 libgtkspell-dev,
 
24
 liblcms2-dev,
 
25
 libmagick++-dev,
 
26
 libpango1.0-dev,
 
27
 libpng-dev,
 
28
 libpoppler-glib-dev,
 
29
 libpoppler-private-dev,
 
30
 libpopt-dev,
 
31
 libsigc++-2.0-dev (>= 2.0.16-2),
 
32
 libtool,
 
33
 libwpd-dev (>= 0.9.0),
 
34
 libwpg-dev (>= 0.2.0),
 
35
 libxml-parser-perl,
 
36
 libxml2-dev (>= 2-2.4.24),
 
37
 libxslt1-dev,
 
38
 pkg-config,
 
39
 python-dev,
 
40
 zlib1g-dev
 
41
Standards-Version: 3.9.5
 
42
Homepage: http://www.inkscape.org/
 
43
Vcs-Git: git://anonscm.debian.org/collab-maint/inkscape.git
 
44
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/inkscape.git
44
45
 
45
46
Package: inkscape
46
47
Architecture: any
47
 
Homepage: http://www.inkscape.org/
48
 
Depends: ${shlibs:Depends}, ${misc:Depends}
49
 
Suggests: dia | dia-gnome,
50
 
          ruby,
51
 
          libsvg-perl,
52
 
          libxml-xql-perl,
53
 
          pstoedit,
54
 
          transfig
55
 
Recommends: aspell,
56
 
            libwmf-bin,
57
 
            imagemagick,
58
 
            python-numpy,
59
 
            python-lxml,
60
 
            python-uniconvertor,
61
 
            libgnomevfs2-extra,
62
 
            perlmagick
 
48
Depends:
 
49
 ${misc:Depends},
 
50
 ${python:Depends},
 
51
 ${shlibs:Depends}
 
52
Recommends:
 
53
 aspell,
 
54
 imagemagick,
 
55
 libgnomevfs2-extra,
 
56
 libwmf-bin,
 
57
 perlmagick,
 
58
 python-lxml,
 
59
 python-numpy,
 
60
 transfig
 
61
Suggests:
 
62
 pstoedit,
 
63
 dia | dia-gnome,
 
64
 libsvg-perl,
 
65
 libxml-xql-perl,
 
66
 python-uniconvertor,
 
67
 ruby
63
68
Description: vector-based drawing program
64
 
 Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
65
 
 format, a standard maintained by the WWW consortium.
66
 
 .
67
 
 Inkscape user interface should be familiar from CorelDraw and similar
68
 
 drawing programs. There are rectangles, ellipses, text items, bitmap
69
 
 images and freehand curves.
70
 
 As an added bonus, both vector and bitmap objects can have alpha
71
 
 transparency and can be arbitrarily transformed.
72
 
 .
73
 
 Inkscape supports multiple opened files and multiple views per file.
74
 
 Graphics can be printed and exported to png bitmaps.
75
 
 .
76
 
 Some of the import and export features are provided using the packages
77
 
 dia, libwmf-bin, pstoedit, skencil, imagemagick, and perlmagick.
78
 
 .
79
 
 Other extensions use ruby, libxml-xql-perl, python-numpy, and python-lxml.
80
 
 You must have these packages to make full use of all extensions and effects.
81
 
 .
82
 
 If you want to use the spellchecker, you have to install aspell and the
83
 
 respective language-pack, e.g. aspell-en or aspell-de.
 
69
 Inkscape is an illustration editor which has everything needed to
 
70
 create professional-quality computer art. You can use it to make
 
71
 diagrams and illustrations, technical drawings, web graphics, clip art,
 
72
 icons and logos. A collection of hands-on tutorials show you how to
 
73
 combine lines, shapes and text of different types and styles to build
 
74
 up a picture.
 
75
 .
 
76
 A selection of powerful vector graphics editing tools comes as
 
77
 standard. There is excellent support for paths, gradients, layers,
 
78
 alpha transparency and text flow control. An extensive library of
 
79
 filters allow you to apply realistic effects and extensions allow you
 
80
 to work with bitmaps, barcodes and printing marks, amongst other things.
 
81
 .
 
82
 Most of the common vector formats are supported, including PDF, Adobe
 
83
 Illustrator and AutoCAD files, and it has unrivalled support for the
 
84
 SVG web graphics standard.