debian/0000755000000000000000000000000011745034707007176 5ustar debian/rules0000755000000000000000000000217011745034650010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifndef UPVER UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1) endif %: dh $@ override_dh_auto_build: uglifyjs -o debian/modestmaps.min.js modestmaps.js override_dh_auto_clean: # nothing override_dh_installexamples: dh_installexamples rm -rf debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/README \ debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/node/.gitignore chmod a-x debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/bubble/excanvas.js get-orig-source: uscan \ --verbose \ --force-download \ --download-version $(UPVER) \ --destdir . tar xvf v$(UPVER) @echo Removing bundled yui-compressor @rm -vrf stamen-modestmaps-*/tools/ @echo Removing problematic examples @rm -vr stamen-modestmaps-*/examples/hurricanes stamen-modestmaps-*/examples/zoompan/zoompan.pdf tar cf modestmaps-js_$(UPVER)+ds1.orig.tar stamen-modestmaps-*/ gzip -9 modestmaps-js_$(UPVER)+ds1.orig.tar rm -rf stamen-modestmaps-*/ v$(UPVER) debian/libjs-modestmaps.docs0000644000000000000000000000001211745034650013313 0ustar README.md debian/watch0000644000000000000000000000020211745034650010216 0ustar version=3 opts=dversionmangle=s/\+ds\d// \ https://github.com/stamen/modestmaps-js/tags \ /stamen/modestmaps-js/tarball/v(\d+.*) debian/control0000644000000000000000000000441411745034650010601 0ustar Source: modestmaps-js Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Debian GIS Project , David Paleino Build-Depends: debhelper (>= 8~) Build-Depends-Indep: node-uglify Standards-Version: 3.9.3 Homepage: http://modestmaps.com/ Vcs-Git: git://git.debian.org/collab-maint/modestmaps-js.git Vcs-Browser: http://git.debian.org/?p=collab-maint/modestmaps-js.git;a=summary Package: libjs-modestmaps Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Suggests: modestmaps-js-doc Description: display and interaction library for tile-based maps - Javascript Modest Maps is a display and interaction library for tile-based maps. . Its intent is to provide a minimal, extensible, customizable, and free display library for designers and developers who want to use interactive maps in their own projects. Modest Maps provides a core set of features in a tight, clean package, with hooks for additional functionality. . This package contains the Javascript library. Package: node-modestmaps Architecture: all Depends: ${misc:Depends} , nodejs Suggests: modestmaps-js-doc Description: display and interaction library for tile-based maps - NodeJS Modest Maps is a display and interaction library for tile-based maps. . Its intent is to provide a minimal, extensible, customizable, and free display library for designers and developers who want to use interactive maps in their own projects. Modest Maps provides a core set of features in a tight, clean package, with hooks for additional functionality. . This package contains the NodeJS module. Package: modestmaps-js-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: display and interaction library for tile-based maps - docs Modest Maps is a display and interaction library for tile-based maps. . Its intent is to provide a minimal, extensible, customizable, and free display library for designers and developers who want to use interactive maps in their own projects. Modest Maps provides a core set of features in a tight, clean package, with hooks for additional functionality. . This package contains examples for the Javascript-based implementations. debian/changelog0000644000000000000000000000142411745034650011046 0ustar modestmaps-js (0.21.0+ds1-2) unstable; urgency=low * Upstream homepage fixed (Closes: #653123) * Simplify long description (Closes: #669877) * Standards-Version bump to 3.9.3, no changes needed * Drop obsolete B-D on libnode-uglify * Updated debian/copyright -- David Paleino Sun, 22 Apr 2012 19:02:26 +0200 modestmaps-js (0.21.0+ds1-1) unstable; urgency=low * New upstream release -- David Paleino Wed, 16 Nov 2011 23:30:05 +0100 modestmaps-js (0.20.0+ds1-2) unstable; urgency=low * Fix licensing information -- David Paleino Fri, 28 Oct 2011 00:14:23 +0200 modestmaps-js (0.20.0+ds1-1) unstable; urgency=low * Initial release -- David Paleino Wed, 26 Oct 2011 16:33:01 +0200 debian/libjs-modestmaps.install0000644000000000000000000000015111745034650014035 0ustar modestmaps.js usr/share/javascript/modestmaps/ debian/modestmaps.min.js usr/share/javascript/modestmaps/ debian/copyright0000644000000000000000000001063311745034650011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/stamen/modestmaps-js Files: * Copyright: © 2011, Stamen Design License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted 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 Stamen Design, Look or Feel, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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. Comment: https://github.com/stamen/modestmaps-js , same licensing terms as modestmaps-py Files: debian/* Copyright: © 2011-2012, David Paleino License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: examples/bubble/excanvas.js Copyright: © 2006, Google Inc. 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. . On Debian systems, the complete text of the Apache License, version 2.0, can be found in "/usr/share/common-licenses/Apache-2.0". Files: test/browser/lib/jasmine-1.1.0.rc1 Copyright: © 2008-2011, Pivotal Labs 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 above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . 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/modestmaps-js-doc.docs0000644000000000000000000000002011745034650013366 0ustar examples/README debian/source/0000755000000000000000000000000011745034650010473 5ustar debian/source/format0000644000000000000000000000001411745034650011701 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000003111745034650010172 0ustar debian/modestmaps.min.js debian/node-modestmaps.install0000644000000000000000000000003611745034650013661 0ustar modestmaps.js usr/lib/nodejs/ debian/node-modestmaps.docs0000644000000000000000000000001211745034650013135 0ustar README.md debian/modestmaps-js-doc.examples0000644000000000000000000000001311745034650014256 0ustar examples/* debian/compat0000644000000000000000000000000211745034650010371 0ustar 8