summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2017-10-09 11:47:54 +0530
committerPirate Praveen <praveen@debian.org>2017-10-09 11:57:35 +0530
commite6ab2c4c69650c65451c9c88e6c60d61c151f802 (patch)
tree6b6202adac6cd4a3e99454416576ddaf193e1dcb /debian/control
parent3db5c79f87119a5b46ab63cbfa6050700a978117 (diff)
Import Debian changes 1.9.0-1
node-d3-geo (1.9.0-1) UNRELEASED; urgency=low * Initial release (Closes: #nnnn) *
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6ce136e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+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 (>= 9)
+ , dh-buildinfo
+ , nodejs
+Standards-Version: 4.1.0
+Homepage: https://d3js.org/d3-geo/
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-d3-geo.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-d3-geo.git
+
+Package: node-d3-geo
+Architecture: all
+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.
+ .
+ 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.
+ .
+ Node.js is an event-based server-side JavaScript engine.