debian/0000755000000000000000000000000011641423221007162 5ustar debian/rules0000755000000000000000000000112311641423221010237 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifeq ($(SVNREV),) SVNREV=$(shell dpkg-parsechangelog | grep ^Version | cut -d- -f1 | awk -F"svn" '{print $$2}') endif SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/ %: dh $@ get-orig-source: svn checkout -r$(SVNREV) $(SVNREPO) rm -rf OSM/.svn/ mkdir -p libosm-gary68-perl/lib/ mv OSM/ libosm-gary68-perl/lib/ tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar libosm-gary68-perl/ gzip -9 libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar rm -rf libosm-gary68-perl/ debian/control0000644000000000000000000000156111641423221010570 0ustar Source: libosm-gary68-perl Section: perl Priority: extra Maintainer: Debian OpenStreetMap Team Uploaders: David Paleino Build-Depends: debhelper (>= 8.0.0) , perl , libcompress-bzip2-perl , libdbi-perl , libgd-gd2-perl , libgeo-proj4-perl , libwww-perl Standards-Version: 3.9.2 Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/ Vcs-Git: git://git.debian.org/pkg-osm/libosm-gary68-perl.git Vcs-Browser: http://git.debian.org/?p=pkg-osm/libosm-gary68-perl.git;a=summary Package: libosm-gary68-perl Architecture: all Depends: ${perl:Depends} , ${misc:Depends} , libcompress-bzip2-perl , libdbi-perl , libgd-gd2-perl , libgeo-proj4-perl , libwww-perl Description: OpenStreetMap perl module This module is needed by gary68's (Gerhard Schwanz) scripts related to the OpenStreetMap project. debian/changelog0000644000000000000000000000025011641423221011031 0ustar libosm-gary68-perl (0.0~svn26727-1) unstable; urgency=low * Initial release (Closes: #643916) -- David Paleino Fri, 30 Sep 2011 22:28:59 +0200 debian/copyright0000644000000000000000000000207011641423221011114 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: libosm-gary68-perl Source: http://svn.openstreetmap.org/applications/utils/gary68/OSM/ Files: * Copyright: © 2008-2011, Gerhard Schwanz License: GPL-3.0+ Files: debian/* Copyright: © 2011, David Paleino License: GPL-3.0+ License: GPL-3.0+ 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". debian/source/0000755000000000000000000000000011641423221010462 5ustar debian/source/format0000644000000000000000000000001411641423221011670 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000032711641423221011343 0ustar libosm-gary68-perl for Debian ----------------------------- debian/patches/0000755000000000000000000000000011641423221010611 5ustar debian/patches/00-add_BuildPL.patch0000644000000000000000000000112511641423221014151 0ustar From: David Paleino Subject: add Build.PL Origin: vendor Forwarded: no --- Build.PL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) --- /dev/null +++ libosm-gary68-perl/Build.PL @@ -0,0 +1,17 @@ +use Module::Build; + +Module::Build->new( + module_name => 'OSM', + license => 'gpl', + requires => { + 'GD' => 0, + 'Geo::Proj4' => 0, + 'Encode' => 0, + 'DBI' => 0, + 'LWP::Simple' => 0, + 'Compress::Bzip2' => 0, + }, + dist_version => '0.0~svn26727', + dist_author => 'Gerhard Schwanz', + dist_abstract => 'OpenStreetMap Perl Module' +)->create_build_script; debian/patches/series0000644000000000000000000000002511641423221012023 0ustar 00-add_BuildPL.patch debian/compat0000644000000000000000000000000211641423221010360 0ustar 8