~cmiller/ubuntu/saucy/libv8/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chad Miller
  • Date: 2013-04-30 15:34:22 UTC
  • Revision ID: chad.miller@canonical.com-20130430153422-b78st521chevyi4u
  Made new libv8 Replace the old binary package that included full version
  number. Changed Depends on other binary packages.  Update debian/control .

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Section: libdevel
21
21
Architecture: i386 amd64 armel armhf
22
22
Pre-Depends: dpkg (>= 1.15.6)
23
 
Depends: libv8-3.8.9.20 (= ${binary:Version}), ${misc:Depends}
 
23
Depends: libv8 (= ${binary:Version}), ${misc:Depends}
24
24
Description: v8 JavaScript engine - development files
25
25
 V8 is a high performance JavaScript engine written in C++.  It is used
26
26
 in the web browser Chromium.
45
45
Section: debug
46
46
Pre-Depends: dpkg (>= 1.15.6)
47
47
Architecture: i386 amd64 armel armhf
48
 
Depends: libv8-3.8.9.20 (= ${binary:Version}), ${misc:Depends}
 
48
Depends: libv8 (= ${binary:Version}), ${misc:Depends}
49
49
Description: v8 JavaScript engine - debugging symbols
50
50
 V8 is a high performance JavaScript engine written in C++.  It is used
51
51
 in the web browser Chromium.