summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2017-10-09 14:07:54 +0530
committerPirate Praveen <praveen@debian.org>2017-10-09 14:07:54 +0530
commit81d433ce9f0556a0e35ab7cbc66ad85019c82b82 (patch)
treeb186ea2c7b480692efd23e93847e25eb4ae1ef34 /debian
parente6ab2c4c69650c65451c9c88e6c60d61c151f802 (diff)
update description, copyright year, add itp
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control16
-rw-r--r--debian/copyright2
3 files changed, 11 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index ad4ce6d..b20322a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-d3-geo (1.9.0-1) UNRELEASED; urgency=low
+node-d3-geo (1.9.0-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
- *
+ * Initial release (Closes: #878050)
- -- Pirate Praveen <praveen@debian.org> Mon, 09 Oct 2017 11:47:54 +0530
+ -- Pirate Praveen <praveen@debian.org> Mon, 09 Oct 2017 14:05:02 +0530
diff --git a/debian/control b/debian/control
index 6ce136e..d7f5f55 100644
--- a/debian/control
+++ b/debian/control
@@ -18,15 +18,13 @@ Depends:
${misc:Depends}
, nodejs
, node-d3-array (>= 1)
-Description: FIX_ME write the Debian package description
- Write the short and long descriptions for the Debian package as
- explained in the Developer's Reference, §6.2.1 – §6.2.3.
+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
+ projections except gnomonic, and thus accurate projection requires
+ interpolation along each arc.
.
- You can start with the short upstream package description,
- “Shapes and calculators for spherical coordinates.”.
- .
- Be aware that most upstream package descriptions are not written to
- conform with Debian package guidelines. You need to explain the role
- of this package for a Debian audience.
+ D3 uses adaptive sampling inspired by a popular line simplification method to
+ balance accuracy and performance.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 3c1aa8b..55274c6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/d3/d3-geo/issues
Source: https://d3js.org/d3-geo/
Files: *
-Copyright: 2017 Mike Bostock (https://bost.ocks.org/mike)
+Copyright: 2010-2016 Mike Bostock (https://bost.ocks.org/mike)
License: BSD-3-Clause
Files: debian/*