summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAbhijith Sheheer <abhijithsheheer@gmail.com>2019-10-15 17:49:59 +0000
committerAbhijith Sheheer <abhijithsheheer@gmail.com>2019-10-15 17:49:59 +0000
commitfe604601d8197fb4821c624e5949e4d7a918b4e7 (patch)
tree1d91109bb92313f5d72dfd2910cd644eec1e3081 /debian/control
parent717cae8607fc2f10ae96a1bffc36a7f450e8050f (diff)
Fix package using cme
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 14 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index b455877..a5a86f9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,26 @@
Source: node-d3-geo
-Section: javascript
-Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
-Build-Depends:
- debhelper-compat (= 12)
- , nodejs
- , pkg-js-tools (>=0.9.16~)
- , rollup
- , uglifyjs.terser
- , node-d3-array (>= 1)
+Section: javascript
+Testsuite: autopkgtest-pkg-nodejs
+Priority: optional
+Build-Depends: debhelper-compat (= 12),
+ nodejs,
+ pkg-js-tools (>=0.9.16~),
+ rollup,
+ uglifyjs.terser,
+ node-d3-array
Standards-Version: 4.4.1
-Homepage: https://d3js.org/d3-geo/
-Vcs-Git: https://salsa.debian.org/js-team/node-d3-geo.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-geo
-Testsuite: autopkgtest-pkg-nodejs
+Vcs-Git: https://salsa.debian.org/js-team/node-d3-geo.git
+Homepage: https://d3js.org/d3-geo/
Rules-Requires-Root: no
Package: node-d3-geo
Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
- , node-d3-array (>= 1)
+Depends: ${misc:Depends},
+ nodejs,
+ node-d3-array
Description: Shapes and calculators for spherical coordinates
The edges of a spherical polygon are geodesics (segments of great circles),
not straight lines. Projected to the plane, geodesics are curves in all map