~ubuntu-branches/ubuntu/utopic/node-millstone/utopic

« back to all changes in this revision

Viewing changes to test/image-noext/project.mml

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-10-25 23:32:34 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131025233234-v0iwqix6n787nn19
Tags: 0.6.8-1
* New upstream version
* Canonicalize Vcs fields
* Standards-Version 3.9.4
* Rewrite package long description
* Watch github
* Build-Depends nodejs, or else is uninstallable on some archs.
* Match upstream dependencies. Loosen versions, all packages are
  in testing now.
* Install usr/bin/millstone and a manpage for it
* Copyright:
  + remove debian/* paragraph, with permission
  + add paragraph for naturalearth files used in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "Stylesheet": [
 
3
        "style.mss"
 
4
    ],
 
5
    "Layer": [
 
6
        {
 
7
            "name": "background-image-noext",
 
8
            "Datasource": {
 
9
                "type": "csv",
 
10
                "inline": "x,y\n0,0"
 
11
            }
 
12
        }
 
13
    ]
 
14
}