~ubuntu-branches/ubuntu/raring/gjs/raring

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-04-17 21:17:45 UTC
  • mfrom: (1.6.9) (1.3.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120417211745-v202yp3u1pweli5i
Tags: 1.32.0-1ubuntu1
* New upstream release.
* debian/control.in: Bump minimum gobject-introspection to 1.31.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
               cdbs,
9
9
               gnome-pkg-tools,
10
10
               autotools-dev,
11
 
               chrpath,
12
11
               pkg-config,
13
12
               libdbus-glib-1-dev,
14
13
               libglib2.0-dev (>= 2.31),
20
19
               dbus-x11,
21
20
               uuid-runtime,
22
21
               libcairo2-dev
23
 
Standards-Version: 3.9.2
 
22
Standards-Version: 3.9.3
24
23
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gjs
25
24
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gjs
26
25
Homepage: http://live.gnome.org/Gjs
27
26
 
28
27
Package: gjs
29
28
Architecture: any
30
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
29
Depends: ${shlibs:Depends},
 
30
         ${misc:Depends}
31
31
Description: Mozilla-based javascript bindings for the GNOME platform
32
32
 Makes it possible for applications to use all of GNOME's platform
33
33
 libraries using the Javascript language. It's mainly based on the
38
38
Package: libgjs0c
39
39
Architecture: any
40
40
Section: libs
41
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
41
Depends: ${shlibs:Depends},
 
42
         ${misc:Depends}
42
43
Conflicts: libgjs0, libgjs0a, libgjs0b
43
44
Replaces: libgjs0, libgjs0a, libgjs0b
44
45
Provides: ${gjs:Provides}
52
53
Package: libgjs-dev
53
54
Architecture: any
54
55
Section: libdevel
55
 
Depends: libgjs0c (= ${binary:Version}),
56
 
         gir1.2-gjs-1.0 (= ${binary:Version}),
57
 
         ${misc:Depends},
 
56
Depends: ${misc:Depends},
 
57
         libgjs0c (= ${binary:Version}),
 
58
         gir1.2-gjsdbus-1.0 (= ${binary:Version}),
58
59
         libgirepository1.0-dev,
59
60
         libmozjs185-dev,
60
61
         libdbus-1-dev
66
67
 This package contains the development files applications need to
67
68
 build against.
68
69
 
69
 
Package: gir1.2-gjs-1.0
 
70
Package: gir1.2-gjsdbus-1.0
70
71
Section: introspection
71
72
Architecture: any
72
73
Depends: ${gir:Depends},
73
74
         ${shlibs:Depends},
74
75
         ${misc:Depends}
75
 
Conflicts: libgjs0c (<< 1.31.10)
76
 
Replaces: libgjs0c (<< 1.31.10)
 
76
Conflicts: gir1.2-gjs-1.0
 
77
Replaces: gir1.2-gjs-1.0
77
78
Description: GObject introspection data for GJS
78
79
 Mozilla-based javascript bindings for the GNOME platform
79
80
 Makes it possible for applications to use all of GNOME's platform