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
|
Source: gjs
Section: interpreters
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bícha <jbicha@ubuntu.com>,
Marco Trevisan (Treviño) <marco@ubuntu.com>
Build-Depends: at-spi2-core <!nocheck>,
dbus-daemon <!nocheck>,
debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-cairo-1.0-dev,
gir1.2-gio-2.0-dev (>= 2.86.0-7~),
gir1.2-girepository-3.0-dev (>= 2.86.0-7~),
gir1.2-gobject-2.0-dev (>= 2.86.0-7~),
libcairo2-dev,
libffi-dev,
libgirepository-2.0-dev (>= 2.86.0-7~),
libglib2.0-dev (>= 2.86.0-7~),
libgtk-3-dev (>= 3.24.49-3~) <!nocheck>,
libgtk-4-dev,
libmozjs-140-dev,
libreadline-dev,
meson (>= 1.4),
libsysprof-capture-4-dev [linux-any],
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/gnome-team/gjs.git
Vcs-Browser: https://salsa.debian.org/gnome-team/gjs
Homepage: https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md
Package: gjs
Architecture: any
Depends: libgjs0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Mozilla-based javascript bindings for the GNOME platform (cli tool)
Makes it possible for applications to use all of GNOME's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains the interactive console application.
Package: gjs-tests
Architecture: any
Depends: at-spi2-core,
gir1.2-gtk-3.0,
gir1.2-gtk-4.0,
gjs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Mozilla-based javascript bindings for the GNOME platform (tests)
Makes it possible for applications to use all of GNOME's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
Package: libgjs0
Architecture: any
Multi-Arch: same
Section: libs
Depends: gir1.2-gio-2.0,
gir1.2-girepository-3.0 (>= 2.86.0-7~),
gir1.2-glib-2.0,
gir1.2-gobject-2.0,
${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Conflicts: libgjs0g
Replaces: libgjs0g
Description: Mozilla-based javascript bindings for the GNOME platform
Makes it possible for applications to use all of GNOME's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This is the shared library applications link to.
Package: libgjs-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcairo2-dev,
libgirepository-2.0-dev (>= 2.86.0-7~),
libgjs0 (= ${binary:Version}),
libmozjs-140-dev,
${misc:Depends}
Description: Mozilla-based javascript bindings for GNOME - development files
Makes it possible for applications to use all of GNOME's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains the development files applications need to
build against.
|