summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-10-16 06:32:25 +0530
committerUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-10-16 06:35:51 +0530
commit6d3f15eea0a91e37488f76513bbe246e6538b077 (patch)
treea17bd9d2623f6bc138f69bdf894c51ec2eff599c /debian/control
parent89c0a9071d7b72b3b3d1ce0953c5638155d2a791 (diff)
Run wrap-and-sort
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index a5a86f9..7fee1af 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: node-d3-geo
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
-Uploaders: Pirate Praveen <praveen@debian.org>
+Uploaders: Pirate Praveen <praveen@debian.org>,
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
+ node-d3-array,
nodejs,
pkg-js-tools (>=0.9.16~),
rollup,
uglifyjs.terser,
- node-d3-array
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-geo
Vcs-Git: https://salsa.debian.org/js-team/node-d3-geo.git
@@ -18,9 +18,9 @@ Rules-Requires-Root: no
Package: node-d3-geo
Architecture: all
-Depends: ${misc:Depends},
+Depends: node-d3-array,
nodejs,
- node-d3-array
+ ${misc:Depends},
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