~ubuntu-branches/ubuntu/maverick/pyclutter/maverick

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-02-16 07:51:07 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100216075107-gefvabl2dz2vofzl
Tags: 1.0.0-3
* Add docbook-xsl to build depends to avoid downloading some stylesheets
  from the net.
* Standards-Version is 3.8.4, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ross Burton <ross@debian.org>
5
5
Uploaders: @GNOME_TEAM@
6
 
XS-Python-Version: current
 
6
XS-Python-Version: >= 2.5
7
7
Build-Depends: debhelper (>= 5.0.38),
8
 
               cdbs,
9
8
               gnome-pkg-tools,
 
9
               quilt,
10
10
               python-support (>= 0.5.3),
11
 
               python-dev (>= 2.5),
 
11
               python-all-dev (>= 2.5),
12
12
               python-gtk2-dev (>= 2.8),
13
13
               libclutter-1.0-dev (>= 1.0.0),
14
14
               python-cairo-dev (>= 1.0.2),
 
15
               docbook-xsl,
15
16
               xsltproc
16
 
Standards-Version: 3.8.3
 
17
Standards-Version: 3.8.4
17
18
Homepage: http://www.clutter-project.org/
18
19
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter/
19
20
Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/pyclutter/
20
21
 
21
22
Package: python-clutter
22
23
Architecture: any
23
 
Provides: ${python:Provides}
24
24
XB-Python-Version: ${python:Versions}
25
 
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 
25
Depends: ${shlibs:Depends},
 
26
         ${python:Depends},
 
27
         ${misc:Depends},
 
28
         python-cairo (>= 1.0.2),
 
29
         python-gtk2 (>= 2.8)
26
30
Description: Open GL based interactive canvas library - Python bindings
27
31
 Clutter is an Open GL based interactive canvas library, designed for creating
28
32
 fast, mainly 2D single window applications such as media box UIs,
32
36
 
33
37
Package: python-clutter-dev
34
38
Architecture: any
35
 
Depends: python-clutter, ${misc:Depends}
 
39
Depends: python-clutter (= ${binary:Version}), ${misc:Depends}
 
40
Recommends: python-clutter-doc
36
41
Description: Open GL based interactive canvas library - Python bindings development files
37
42
 Clutter is an Open GL based interactive canvas library, designed for creating
38
43
 fast, mainly 2D single window applications such as media box UIs,
55
60
Architecture: any
56
61
Section: debug
57
62
Priority: extra
58
 
XB-Python-Version: ${python:Versions}
59
 
Depends: python-clutter, ${misc:Depends}
 
63
Depends: python-clutter (= ${binary:Version}), ${misc:Depends}
60
64
Description: Open GL based interactive canvas library - Python bindings debugging symbols
61
65
 Clutter is an Open GL based interactive canvas library, designed for creating
62
66
 fast, mainly 2D single window applications such as media box UIs,