| 1 | Source: libv8 |
|---|
| 2 | Priority: optional |
|---|
| 3 | Maintainer: Antonio Radici <antonio@dyne.org> |
|---|
| 4 | Uploaders: Jérémy Lal <kapouer@melix.org> |
|---|
| 5 | Build-Depends: debhelper (>= 7), pkg-config, scons, cdbs (>= 0.4.73) |
|---|
| 6 | Standards-Version: 3.9.1 |
|---|
| 7 | Section: libs |
|---|
| 8 | Homepage: http://code.google.com/p/v8/ |
|---|
| 9 | DM-Upload-Allowed: yes |
|---|
| 10 | Vcs-Browser: http://git.debian.org/?p=collab-maint/libv8.git |
|---|
| 11 | Vcs-Git: git://git.debian.org/git/collab-maint/libv8.git |
|---|
| 12 | |
|---|
| 13 | Package: libv8-dev |
|---|
| 14 | Section: libdevel |
|---|
| 15 | Architecture: i386 amd64 armel |
|---|
| 16 | Depends: libv8-2.5.9.9 (= ${binary:Version}), ${misc:Depends} |
|---|
| 17 | Description: Development files for the V8 JavaScript Engine |
|---|
| 18 | V8 is Google's open source, high performance JavaScript engine. It is written |
|---|
| 19 | in C++ and is used in Google Chrome, Google's open source browser. |
|---|
| 20 | . |
|---|
| 21 | Install this package if you wish to develop your own programs using the |
|---|
| 22 | V8 JavaScript Engine |
|---|
| 23 | |
|---|
| 24 | Package: libv8-2.5.9.9 |
|---|
| 25 | Architecture: i386 amd64 armel |
|---|
| 26 | Depends: ${shlibs:Depends}, ${misc:Depends} |
|---|
| 27 | Description: V8 JavaScript Engine |
|---|
| 28 | V8 is Google's open source, high performance JavaScript engine. It is written |
|---|
| 29 | in C++ and is used in Google Chrome, Google's open source browser. |
|---|
| 30 | . |
|---|
| 31 | This package includes the dynamic library against which you can link your |
|---|
| 32 | program. |
|---|
| 33 | |
|---|
| 34 | Package: libv8-dbg |
|---|
| 35 | Priority: extra |
|---|
| 36 | Section: debug |
|---|
| 37 | Architecture: i386 amd64 armel |
|---|
| 38 | Depends: libv8-2.5.9.9 (= ${binary:Version}), ${misc:Depends} |
|---|
| 39 | Description: Debugging symbols for the V8 JavaScript Engine |
|---|
| 40 | V8 is Google's open source, high performance JavaScript engine. It is written |
|---|
| 41 | in C++ and is used in Google Chrome, Google's open source browser. |
|---|
| 42 | . |
|---|
| 43 | This package provides the debugging symbols for the library. |
|---|