debian/0000755000000000000000000000000011740651201007163 5ustar debian/install0000644000000000000000000000005411740651201010553 0ustar polymaps*.js usr/share/javascript/polymaps/ debian/rules0000755000000000000000000000115611740651201010246 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 $@ get-orig-source: uscan --verbose \ --download-version $(UPVER) \ --force-download \ --rename \ --destdir . tar xf polymaps_$(UPVER).orig.tar.gz @rm -rf \ simplegeo-polymaps-*/lib/ \ simplegeo-polymaps-*/examples/ tar cf polymaps_$(UPVER)+ds1.orig.tar simplegeo-polymaps-*/ gzip -9 polymaps_$(UPVER)+ds1.orig.tar rm -rf simplegeo-polymaps-*/ polymaps_$(UPVER).orig.tar.gz debian/watch0000644000000000000000000000016511740651201010216 0ustar version=3 opts=dversionmangle=s/\+ds\d// \ http://githubredir.debian.net/github/simplegeo/polymaps/v(\d+.*)\.tar\.gz debian/control0000644000000000000000000000237511740651201010575 0ustar Source: polymaps Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , node-uglify Standards-Version: 3.9.3 Homepage: http://polymaps.org Vcs-Git: git://git.debian.org/pkg-javascript/polymaps.git Vcs-Browser: http://git.debian.org/?p=pkg-javascript/polymaps.git;a=summary Package: libjs-polymaps Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: JavaScript library for image- and vector-tiled maps Polymaps is a JavaScript library for making dynamic, interactive maps in modern web browsers. . Polymaps provides speedy display of multi-zoom datasets over maps, and supports a variety of visual presentations for tiled vector data, in addition to the usual cartography from OpenStreetMap, CloudMade, Bing, and other providers of image-based web maps. . Because Polymaps can load data at a full range of scales, it's ideal for showing information from country level on down to states, cities, neighborhoods, and individual streets. . Polymaps also uses SVG (Scalable Vector Graphics) to display information: for this reason you can use CSS rules to define the design of your data. debian/changelog0000644000000000000000000000021111740651201011027 0ustar polymaps (2.5.1+ds1-1) unstable; urgency=low * Initial release -- David Paleino Mon, 09 Apr 2012 23:19:56 +0200 debian/copyright0000644000000000000000000000500111740651201011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: polymaps Source: https://github.com/simplegeo/polymaps Files: * Copyright: © 2010, SimpleGeo © 2010, Stamen Design License: BSD-3 Files: debian/* Copyright: © 2012, David Paleino License: GPL-2+ 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 SimpleGeo 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 SIMPLEGEO 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: 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". debian/source/0000755000000000000000000000000011740651201010463 5ustar debian/source/format0000644000000000000000000000001411740651201011671 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011740651201010612 5ustar debian/patches/01-fix_uglification.patch0000644000000000000000000000067311740651201015402 0ustar From: David Paleino Subject: use uglifyjs instead of previously embedded jar Origin: vendor Forwarded: not-needed --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- polymaps.orig/Makefile +++ polymaps/Makefile @@ -25,8 +25,7 @@ JS_FILES = \ src/end.js JS_COMPILER = \ - java -jar lib/google-compiler/compiler-20100616.jar \ - --charset UTF-8 + uglifyjs all: polymaps.min.js polymaps.js debian/patches/series0000644000000000000000000000003211740651201012022 0ustar 01-fix_uglification.patch debian/compat0000644000000000000000000000000211740651201010361 0ustar 8