~ubuntu-branches/ubuntu/trusty/libv8-3.14/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2014-02-12 10:26:54 UTC
  • Revision ID: package-import@ubuntu.com-20140212102654-mh2oalg31ifhjs0g
Tags: 3.14.5.8-5ubuntu1
* 0099_powerpc_support.patch: Pull in Andrew Low's powerpc port.
* debian/rules: Enable powerpc/ppc64/ppc64el for package builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libv8-3.14
2
2
Priority: optional
3
 
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 
3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
4
XSBC-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4
5
Uploaders: Jérémy Lal <kapouer@melix.org>,
5
6
 Jonas Smedegaard <dr@jones.dk>
6
7
Build-Depends: cdbs,
16
17
 
17
18
Package: libv8-dev
18
19
Section: libdevel
19
 
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
 
20
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel powerpc ppc64 ppc64el
20
21
Depends: libv8-3.14.5 (= ${binary:Version}), ${misc:Depends}
21
22
Conflicts: libv8-legacy-dev, libv8-3.14-dev
22
23
Replaces: libv8-legacy-dev, libv8-3.14-dev
28
29
 
29
30
Package: libv8-3.14-dev
30
31
Section: libdevel
31
 
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
 
32
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel powerpc ppc64 ppc64el
32
33
Depends: libv8-3.14.5 (= ${binary:Version}), ${misc:Depends}
33
34
Provides: libv8-legacy-dev, libv8-dev
34
35
Conflicts: libv8-dev
40
41
 This package provide development headers for V8 3.14 branch.
41
42
 
42
43
Package: libv8-3.14.5
43
 
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
 
44
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel powerpc ppc64 ppc64el
44
45
Depends: ${shlibs:Depends}, ${misc:Depends}
45
46
Description: V8 JavaScript engine - runtime library
46
47
 V8 is a high performance JavaScript engine written in C++.  It is used
51
52
Package: libv8-3.14-dbg
52
53
Priority: extra
53
54
Section: debug
54
 
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
 
55
Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel powerpc ppc64 ppc64el
55
56
Depends: libv8-3.14.5 (= ${binary:Version}), ${misc:Depends}
56
57
Description: V8 JavaScript engine - debugging symbols
57
58
 V8 is a high performance JavaScript engine written in C++.  It is used