debian/0000755000000000000000000000000012064440261007165 5ustar debian/openstreetmap-map-icons-square.install0000644000000000000000000000016212064440261016624 0ustar square.small/* usr/share/icons/openstreetmap/square.small/ square.big/* usr/share/icons/openstreetmap/square.big/ debian/rules0000755000000000000000000000323212064440261010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # debian/rules for openstreetmap-map-icons that uses debhelper. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS SVNREPO := http://svn.openstreetmap.org/applications/share/map-icons DATE := $(shell date +%Y%m%d) VERSION := 0.0.svn${SVNREV} DESTDIR := ../tarballs/openstreetmap-map-icons-${VERSION} DESTTGZ := ../tarballs/openstreetmap-map-icons_${VERSION}.orig.tar.gz %: dh $@ override_dh_install: dh_install for i in classic scalable scalable square ; do \ find $(CURDIR)/debian/openstreetmap-map-icons-$$i/usr/share/icons/openstreetmap/ -type d -empty -delete ; \ find $(CURDIR)/debian/openstreetmap-map-icons-$$i/usr/share/icons/openstreetmap/ -type f | xargs chmod 644 ; \ done rm -rf $(CURDIR)/debian/openstreetmap-map-icons-scalable/usr/share/icons/openstreetmap/scalable-twotone/*.sh rm -rf $(CURDIR)/debian/openstreetmap-map-icons-scalable/usr/share/icons/openstreetmap/scalable-twotone/LICENSE.txt override_dh_auto_configure: # pass override_dh_auto_build: # pass get-orig-source: dh_testdir test -d ../tarballs/. || mkdir -p ../tarballs @echo Downloading openstreetmap-map-icons from $(SVNREPO) svn -r $(SVNREV) export $(SVNREPO) $(DESTDIR) @echo Removing directories: debian nickw japan rm -rf $(DESTDIR)/debian # not really needed with "3.0 (quilt)" rm -rf $(DESTDIR)/nickw rm -rf $(DESTDIR)/japan @echo Building snapshot tarball tar czf $(DESTTGZ) -C `dirname $(DESTDIR)` `basename $(DESTDIR)` @echo Cleaning up rm -rf $(DESTDIR) @echo . @echo To update debian/changelog type @echo dch -v $(VERSION)-1 @echo . debian/docs0000644000000000000000000000002412064440261010034 0ustar README README.icons debian/watch0000644000000000000000000000010712064440261010214 0ustar # Watch file missing, because upstream doesn't make official releases. debian/control0000644000000000000000000000332512064440261010573 0ustar Source: openstreetmap-map-icons Section: utils Priority: optional Maintainer: Debian OpenStreetMap Team Uploaders: David Paleino Build-Depends: debhelper (>= 8~) Standards-Version: 3.9.4 Homepage: http://wiki.openstreetmap.org/index.php/Map_Icons Vcs-Git: git://anonscm.debian.org/pkg-osm/openstreetmap-map-icons.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/openstreetmap-map-icons.git Package: openstreetmap-map-icons-classic Architecture: all Depends: ${misc:Depends} Description: Collection of map icons (classic set) This package provides a set of icons intended to be used together with maps. Several point-of-interest categories are covered like accommodation, education, food, health, geocache, places, religion, shopping, etc. . This package contains the classic set from the OpenStreetMap project. Package: openstreetmap-map-icons-square Architecture: all Depends: ${misc:Depends} Description: Collection of map icons (square set) This package provides a set of icons intended to be used together with maps. Several point-of-interest categories are covered like accommodation, education, food, health, geocache, places, religion, shopping, etc. . This package contains the square set from the OpenStreetMap project. Package: openstreetmap-map-icons-scalable Architecture: all Depends: ${misc:Depends} Description: Collection of map icons (scalable set) This package provides a set of icons intended to be used together with maps. Several point-of-interest categories are covered like accommodation, education, food, health, geocache, places, religion, shopping, etc. . This package contains the scalable set from the OpenStreetMap project. debian/changelog0000644000000000000000000000613212064440261011041 0ustar openstreetmap-map-icons (1:0.0.svn28731-1) unstable; urgency=low [ Giovanni Mascellani ] * Remove myself from the uploaders list, since I have no time anymore to look after this package. [ David Paleino ] * New SVN snapshot * Standards-Version bump to 3.9.4, no changes needed * Updated Vcs-* fields -- David Paleino Wed, 19 Dec 2012 23:33:12 +0100 openstreetmap-map-icons (1:0.0.svn27763-1) unstable; urgency=low * New SVN snapshot * Standards-Version bump to 3.9.3, no changes needed * Updated debian/copyright -- David Paleino Thu, 22 Mar 2012 15:00:33 +0100 openstreetmap-map-icons (1:0.0.svn26700-1) unstable; urgency=low [ Giovanni Mascellani ] * Adding my new email address. * Fixing debian/copyright for new year. [ David Paleino ] * New SVN snapshot * Standards-Version bump to 3.9.2, no changes needed * Fix debian/copyright for DEP-5 -- David Paleino Sun, 25 Sep 2011 22:40:49 +0200 openstreetmap-map-icons (1:0.0.svn23763-1) unstable; urgency=low * New SVN snapshot (closes: #590471) * Package moved to Debian OpenStreetMap Team -- it has nothing GIS :) -- David Paleino Mon, 03 Jan 2011 10:34:17 +0100 openstreetmap-map-icons (1:0.0.svn23649-1) unstable; urgency=low * New SVN snapshot * debian/compat bumped to 8 * debian/control: - build-dependency on debhelper bumped to >= 8~ - Standards Version bumped to 3.9.1, no changes needed * debian/rules: - rewritten using dh7 - do magic things also with scalable-twotone * debian/copyright DEP-5-ized * debian/openstreetmap-map-icons-scalable.install: also install svg-twotone -- David Paleino Sun, 17 Oct 2010 09:42:32 +0200 openstreetmap-map-icons (1:0.0.svn20783-1) unstable; urgency=low [ Giovanni Mascellani ] * New upstream release * Adjusting section to override: utils * Bumping Standards-Version to 3.8.4 (no changes required) * Adding ${misc:Depends} to dependencies (to make lintian happy) * Switch to dpkg-source 3.0 (quilt) format * Vcs-* moved to new git repository [ David Paleino ] * debian/control: added myself and pkg-osm to Uploaders -- David Paleino Mon, 05 Apr 2010 09:17:06 +0200 openstreetmap-map-icons (1:0.0.svn18468-1) unstable; urgency=low * Packaging new upstream revision (closes: #497718) * Bumping Standards-Version to 3.8.3 (no changes required) -- Giovanni Mascellani Fri, 06 Nov 2009 16:55:12 +0100 openstreetmap-map-icons (1:0.0.0.20080713-1) unstable; urgency=low * Initial Release. (Closes: #439676) The openstreetmap-map-icons-* packages were originally provided by the gpdsrive source package up to version 2.10~pre4-3. Gpsdrive upstream no longer distributes the icon set. * Added epoch to version to provide a greater version then gpsdrive. * Cmake modules got removed upstream, no longer needed to mention them in the copyright file. * Upload sponsored by Petter Reinholdtsen. -- Andreas Putzo Sun, 13 Jul 2008 16:26:14 +0000 debian/copyright0000644000000000000000000000071612064440261011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Author: Joerg Ostertag Guenther Meyer . Files: * License: public-domain These icons and scripts are placed in the public domain by their authors. Files: debian/* Author: 2008-2009, Andreas Putzo 2009-2011, Giovanni Mascellani 2010-2012, David Paleino License: public-domain debian/README.Debian0000644000000000000000000000033112064440261011223 0ustar openstreetmap-map-icons ======================= Some icons collections (japan and nickw) have been removed from the package because of unclear license terms. -- Giovanni Mascellani debian/openstreetmap-map-icons-classic.install0000644000000000000000000000016612064440261016751 0ustar classic.small/* usr/share/icons/openstreetmap/classic.small/ classic.big/* usr/share/icons/openstreetmap/classic.big/ debian/examples0000644000000000000000000000007412064440261010727 0ustar create_icons_index.pl *.html icons.dtd icons.xml geoinfo.db debian/source/0000755000000000000000000000000012064440261010465 5ustar debian/source/format0000644000000000000000000000001412064440261011673 0ustar 3.0 (quilt) debian/openstreetmap-map-icons-scalable.install0000644000000000000000000000015412064440261017073 0ustar svg/* usr/share/icons/openstreetmap/scalable/ svg-twotone/* usr/share/icons/openstreetmap/scalable-twotone/ debian/compat0000644000000000000000000000000212064440261010363 0ustar 8