~ubuntu-branches/ubuntu/utopic/json-js/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-12-30 22:31:24 UTC
  • Revision ID: james.westby@ubuntu.com-20101230223124-8qy8voseya8usf47
Tags: 0~20101208-1
Initial release.
Closes: Bug#610259.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: json-js
 
2
Section: web
 
3
Priority: optional
 
4
Maintainer: Jonas Smedegaard <dr@jones.dk>
 
5
Build-Depends: cdbs,
 
6
 debhelper (>= 6),
 
7
 dh-buildinfo,
 
8
 yui-compressor
 
9
Standards-Version: 3.9.1
 
10
Homepage: http://www.json.org/js.html
 
11
Vcs-Git: git://git.debian.org/git/collab-maint/json-js
 
12
Vcs-Browser: http://git.debian.org/?p=collab-maint/json-js.git
 
13
 
 
14
Package: libjs-json
 
15
Architecture: all
 
16
Depends: ${misc:Depends}
 
17
Recommends: javascript-common
 
18
Description: JSON encoders/decoders implemented in JavaScript
 
19
 JSON is a light-weight, language independent, data interchange format.
 
20
 See http://www.JSON.org/
 
21
 .
 
22
 The files in this collection implement JSON encoders/decoders in
 
23
 JavaScript.
 
24
 .
 
25
 JSON became a built-in feature of JavaScript when the ECMAScript
 
26
 Programming Language Standard - Fifth Edition was adopted by the ECMA
 
27
 General Assembly in December 2009. Most of the files in this collection
 
28
 are for applications that are expected to run in obsolete web browsers.