[Pkg-osm-commits] [SCM] openlayers branch, master, updated. debian/2.10+ds1-2-8-gef7373c

David Paleino dapal at debian.org
Tue Sep 13 13:59:30 UTC 2011


The following commit has been merged in the master branch:
commit 972265e92b2a3d440ff86ce68fceeace212d96ce
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 13 15:44:42 2011 +0200

    Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..aff02ef
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,18 @@
+OpenLayers for Debian
+---------------------
+
+If you wish to include OpenLayers in your HTML files which are served
+via a webserver you should add the following lines to your <HEAD>
+section:
+
+    <script language="javascript" type="text/javascript"
+        src="/javascript/openlayers/OpenLayers.js"></script>
+        
+If you're generating files which are going to be served via the
+filesystem (such that no HTTP server is used) instead you should
+access OpenLayers via the filesystem path:
+
+    <script language="javascript" type="text/javascript"
+        src="/usr/share/javascript/openlayers/OpenLayers.js"></script>
+
+ -- Marcelo Jorge Vieira <metal at debian.org>  Tue, 02 Aug 2011 11:56:10 -0300
diff --git a/debian/changelog b/debian/changelog
index 716fd68..e3c229b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ openlayers (2.11+ds1-1) UNRELEASED; urgency=low
   * New upstream release
   * Make resources available from a web browser, thanks to Andrew Harvey
     (Closes: #624604)
+  * Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)
 
- -- David Paleino <dapal at debian.org>  Tue, 13 Sep 2011 15:39:44 +0200
+ -- David Paleino <dapal at debian.org>  Tue, 13 Sep 2011 15:42:43 +0200
 
 openlayers (2.10+ds1-2) unstable; urgency=low
 

-- 
JavaScript library for displaying map data in web browsers



More information about the Pkg-osm-commits mailing list