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
|
# 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: mozjs52
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Tim Lunn <tim@feathertop.org>
Build-Depends: debhelper (>= 10.3),
gnome-pkg-tools,
autoconf,
autoconf2.13,
automake,
libicu-dev,
libreadline-dev,
zlib1g-dev (>= 1:1.2.3),
pkg-config,
pkg-kde-tools,
python-dev,
zip
Rules-Requires-Root: no
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/gnome-team/mozjs52
Vcs-Git: https://salsa.debian.org/gnome-team/mozjs52.git
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
Package: libmozjs-52-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SpiderMonkey JavaScript library
SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
JavaScript. It is intended to be embedded in other applications
that provide host environments for JavaScript.
Package: libmozjs-52-dev
Architecture: any
Section: libdevel
Depends: libmozjs-52-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: SpiderMonkey JavaScript library - development headers
SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
JavaScript. It is intended to be embedded in other applications
that provide host environments for JavaScript.
.
This package contains the header files which are
needed for developing SpiderMonkey embedders.
|