debian/0000755000000000000000000000000011633660033007167 5ustar debian/rules0000755000000000000000000000170711633657741010270 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEBVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2) UPVER=$(shell echo $(DEBVER) | cut -d+ -f1) %: dh $@ override_dh_auto_build: dh_auto_build ( cd build ; \ ./build.py ; \ yui-compressor -o min.js OpenLayers.js ; \ cat license.txt min.js > OpenLayers.min.js ) mkdir gendoc naturaldocs -i lib/ -o HTML gendoc/ -p doc_config/ -s Default OL override_dh_auto_clean: dh_auto_clean -rm -rf gendoc get-orig-source: uscan --force-download \ --download-version $(UPVER) \ --rename \ --destdir . tar xvf openlayers_$(UPVER).orig.tar.gz cd OpenLayers-$(UPVER)/ rm -rf OpenLayers.js for i in BeautifulSoup.py exampleparser.py jsmin.c jsmin.py \ minimize.py shrinksafe.py update_dev_dir.sh; do \ rm -rf tools/$$i ; \ done cd .. tar zcf openlayers_$(UPVER)+ds1.orig.tar.gz OpenLayers-$(UPVER)/ -rm -rf OpenLayers-$(UPVER)/ debian/docs0000644000000000000000000000001311633657741010050 0ustar readme.txt debian/libjs-openlayers-doc.examples0000644000000000000000000000001311633657741014762 0ustar examples/* debian/watch0000644000000000000000000000020011633657741010224 0ustar version=3 opts=uversionmangle=s/-rc/~rc/,dversionmangle=s/\+ds.*// \ http://openlayers.org/download/OpenLayers-(\d+.*)\.tar\.gz debian/control0000644000000000000000000000253211633657741010610 0ustar Source: openlayers Section: web Priority: extra Maintainer: Debian OpenStreetMap Team Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , python Build-Depends-Indep: yui-compressor , naturaldocs Standards-Version: 3.9.2 Homepage: http://openlayers.org/ Vcs-Git: git://git.debian.org/pkg-osm/openlayers.git Vcs-Browser: http://git.debian.org/?p=pkg-osm/openlayers.git Package: libjs-openlayers Architecture: all 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 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. Package: libjs-openlayers-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: documentation for OpenLayers 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 documentation and examples of OpenLayers. debian/changelog0000644000000000000000000000125311633657741011056 0ustar openlayers (2.11+ds1-1) unstable; 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 Tue, 13 Sep 2011 15:51:28 +0200 openlayers (2.10+ds1-2) unstable; urgency=low * Add Recommends on javascript-common * Bump Standards-Version to 3.9.2, no changes needed -- David Paleino Sat, 16 Apr 2011 08:32:32 +0200 openlayers (2.10+ds1-1) unstable; urgency=low * Initial release (Closes: #430359) -- David Paleino Fri, 18 Mar 2011 23:19:26 +0100 debian/copyright0000644000000000000000000000763111633657741011145 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: OpenLayers Source: http://openlayers.org/ Files: * Copyright: © 2005-2010, OpenLayers Contributors License: BSD-3 X-Comments: portions are © 2005, Sam Stephenson , under MIT license, from the Prototype framework 1.4.0. Files: debian/* Copyright: © 2011, David Paleino License: BSD-3 Files: lib/Gears/gears_init.js Copyright: © 2007, Google Inc. License: BSD-3 Files: lib/OpenLayers/Request/XMLHttpRequest.js Copyright: © 2010, Sergey Ilinsky License: Apache-2.0 Files: lib/Rico/* Copyright: © 2005, Sabre Airline Solutions License: Apache-2.0 Files: tools/toposort.py Copyright: © Tim Peters License: BSD-3 License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of OpenLayers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. X-Comment: on Debian systems, you can find the complete text of the Apache License version 2.0 in "/usr/share/common-licenses/Apache-2.0". License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/README.Debian0000644000000000000000000000127111633657741011245 0ustar 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 section: 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: -- Marcelo Jorge Vieira Tue, 02 Aug 2011 11:56:10 -0300 debian/libjs-openlayers.links0000644000000000000000000000020211633657741013521 0ustar /usr/share/openlayers/theme /usr/share/javascript/openlayers/theme /usr/share/openlayers/img /usr/share/javascript/openlayers/img debian/source/0000755000000000000000000000000011633657741010503 5ustar debian/source/format0000644000000000000000000000001411633657741011711 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000005111633657741010204 0ustar build/*.js tools/*.pyc doc_config/Data/* debian/README.source0000644000000000000000000000040211633657741011356 0ustar openlayers for Debian --------------------- The source has been repackaged to remove useless (for Debian) external tools used during the build process, some with licensing problems. -- David Paleino Fri, 18 Mar 2011 22:37:56 +0100 debian/libjs-openlayers-doc.doc-base0000644000000000000000000000047411633657741014634 0ustar Document: openlayers Title: OpenLayers Documentation Author: OpenLayers Contributors Abstract: This manual describes what OpenLayers is and how it can be used. Section: Programming/Javascript Format: HTML Index: /usr/share/doc/libjs-openlayers-doc/html/index.html Files: /usr/share/doc/libjs-openlayers-doc/html/* debian/libjs-openlayers.install0000644000000000000000000000026311633657741014056 0ustar build/OpenLayers.js /usr/share/javascript/openlayers/ build/OpenLayers.min.js /usr/share/javascript/openlayers/ img/ /usr/share/openlayers/ theme/ /usr/share/openlayers/ debian/libjs-openlayers-doc.install0000644000000000000000000000006311633657741014617 0ustar gendoc/* /usr/share/doc/libjs-openlayers-doc/html/ debian/compat0000644000000000000000000000000211633657741010401 0ustar 8