[openlayers3] 01/04: Add node-openlayers package.

Bas Couwenberg sebastic at xs4all.nl
Sun Jan 4 13:14:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers3.

commit 055ba51f74b1d9aecb390cab330244ec9c66c456
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 4 00:02:11 2015 +0100

    Add node-openlayers package.
---
 debian/control                   | 26 ++++++++++++++++++++++++--
 debian/install                   |  1 -
 debian/libjs-openlayers3.install |  2 ++
 debian/node-openlayers.install   |  3 +++
 4 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f839cd6..2430a69 100644
--- a/debian/control
+++ b/debian/control
@@ -31,8 +31,7 @@ Homepage: http://openlayers.org/
 
 Package: libjs-openlayers3
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Recommends: javascript-common
 Description: JavaScript library for displaying map data in web browsers
  OpenLayers is a pure JavaScript library for displaying map data in
@@ -46,4 +45,27 @@ Description: JavaScript library for displaying map data in web browsers
  OpenLayers web mapping library. Version 2 is widely used, but dates from
  the early days of Javascript development, and is increasingly showing its
  age. OL3 has been rewritten from the ground up to use modern design patterns.
+ .
+ This package contains the ol3.js javascript file.
+
+Package: node-openlayers
+Architecture: all
+Depends: ${misc:Depends},
+         nodejs
+Description: Node.js module for displaying map data in web browsers
+ OpenLayers is a pure JavaScript library for displaying map data in
+ most modern web browsers, with no server-side dependencies.
+ .
+ OpenLayers implements a JavaScript API for building rich web-based
+ geographic applications, similar to the Google Maps and MSN Virtual
+ Earth APIs.
+ .
+ This package contains OpenLayers 3 (OL3), a fundamental redesign of the
+ OpenLayers web mapping library. Version 2 is widely used, but dates from
+ the early days of Javascript development, and is increasingly showing its
+ age. OL3 has been rewritten from the ground up to use modern design patterns.
+ .
+ This package contains the openlayers module for Node.js.
+ .
+ Node.js is an event-based server-side JavaScript engine.
 
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 2693cb5..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-build/* /usr/share/openlayers3/
diff --git a/debian/libjs-openlayers3.install b/debian/libjs-openlayers3.install
new file mode 100644
index 0000000..56f22d5
--- /dev/null
+++ b/debian/libjs-openlayers3.install
@@ -0,0 +1,2 @@
+build/* usr/share/openlayers3/
+css/    usr/share/openlayers3/
diff --git a/debian/node-openlayers.install b/debian/node-openlayers.install
new file mode 100644
index 0000000..44d799f
--- /dev/null
+++ b/debian/node-openlayers.install
@@ -0,0 +1,3 @@
+build/*      usr/lib/nodejs/openlayers/
+package.json usr/lib/nodejs/openlayers/
+css/         usr/lib/nodejs/openlayers/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/openlayers3.git



More information about the Pkg-grass-devel mailing list