summaryrefslogtreecommitdiff
path: root/debian/control
blob: 526cef2004984d1953a04fb654f44f9a2bafa7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# This file is autogenerated. DO NOT EDIT!
# 
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.

Source: seed
Section: interpreters
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 8),
               cdbs (>= 0.4.4),
               autotools-dev,
               dh-autoreconf,
               gnome-pkg-tools (>= 0.10),
               intltool (>= 0.35.0),
               libffi-dev (>= 3.0),
               libwebkitgtk-3.0-dev (>= 1.5.2),
               libgirepository1.0-dev (>= 0.10.0),
               gir1.2-glib-2.0,
               gnome-js-common,
               libcairo2-dev,
               libglib2.0-dev,
               libgtk2.0-dev (>= 2.24.0),
               libgtk-3-dev (>= 3.0.0),
               libreadline-dev,
               libsqlite3-dev,
               libdbus-1-dev,
               libdbus-glib-1-dev,
               libxml2-dev,
               libmpfr-dev,
               gtk-doc-tools (>= 1.9)
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/seed
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/seed
Homepage: https://wiki.gnome.org/Seed

Package: seed
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libseed-gtk3-0 (= ${binary:Version})
Description: GObject JavaScript bindings for the webkit engine - Interpreter
 Seed is a library and interpreter, dynamically bridging (through
 GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
 platform. Seed serves as something which enables you to write
 standalone applications in JavaScript, or easily enable your
 application to be extensible in JavaScript.
 .
 This package contains the interpreter itself, for use by the scripts
 using seed as a shebang.

Package: libseed-gtk3-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         gnome-js-common,
         gir1.2-glib-2.0,
         gir1.2-clutter-1.0,
         gir1.2-gstreamer-0.10,
         gir1.2-gtk-3.0
Description: GObject JavaScript bindings for the webkit engine - Runtime
 Seed is a library and interpreter, dynamically bridging (through
 GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
 platform. Seed serves as something which enables you to write
 standalone applications in JavaScript, or easily enable your
 application to be extensible in JavaScript.
 .
 This package contains the runtime library and all modules, needed by
 programs embedding the Seed interpreter.


Package: libseed-gtk3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libseed-gtk3-0 (= ${binary:Version}),
         libwebkitgtk-3.0-dev,
         libgirepository1.0-dev (>= 0.10.0),
         libglib2.0-dev
Recommends: python
Suggests: seed-doc
Conflicts: libseed-dev
Description: GObject JavaScript bindings for the webkit engine - Development
 Seed is a library and interpreter, dynamically bridging (through
 GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
 platform. Seed serves as something which enables you to write
 standalone applications in JavaScript, or easily enable your
 application to be extensible in JavaScript.
 .
 This package contains the static libraries and development headers,
 needed to build programs using the Seed interpreter.

Package: seed-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: GObject JavaScript bindings for the webkit engine - Documentation
 Seed is a library and interpreter, dynamically bridging (through
 GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
 platform. Seed serves as something which enables you to write
 standalone applications in JavaScript, or easily enable your
 application to be extensible in JavaScript.
 .
 This package contains several files and documents for use with Seed:
  * API documentation for libseed
  * Example seed scripts
  * Tutorial
  * Documentation for the built-in modules