r64655 - in /trunk/libgeo-osm-tiles-perl/debian: ./ changelog compat control copyright libgeo-osm-tiles-perl.docs rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Nov 6 23:18:17 UTC 2010


Author: gregoa
Date: Sat Nov  6 23:17:59 2010
New Revision: 64655

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64655
Log:
[svn-inject] Applying Debian modifications (0.04-1) to trunk

Added:
    trunk/libgeo-osm-tiles-perl/debian/
    trunk/libgeo-osm-tiles-perl/debian/changelog
    trunk/libgeo-osm-tiles-perl/debian/compat
    trunk/libgeo-osm-tiles-perl/debian/control
    trunk/libgeo-osm-tiles-perl/debian/copyright
    trunk/libgeo-osm-tiles-perl/debian/libgeo-osm-tiles-perl.docs
    trunk/libgeo-osm-tiles-perl/debian/rules   (with props)
    trunk/libgeo-osm-tiles-perl/debian/source/
    trunk/libgeo-osm-tiles-perl/debian/source/format
    trunk/libgeo-osm-tiles-perl/debian/watch

Added: trunk/libgeo-osm-tiles-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/changelog?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/changelog (added)
+++ trunk/libgeo-osm-tiles-perl/debian/changelog Sat Nov  6 23:17:59 2010
@@ -1,0 +1,5 @@
+libgeo-osm-tiles-perl (0.04-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 6 Nov 2010 23:36:03 +0100

Added: trunk/libgeo-osm-tiles-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/compat?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/compat (added)
+++ trunk/libgeo-osm-tiles-perl/debian/compat Sat Nov  6 23:17:59 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libgeo-osm-tiles-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/control?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/control (added)
+++ trunk/libgeo-osm-tiles-perl/debian/control Sat Nov  6 23:17:59 2010
@@ -1,0 +1,20 @@
+Source: libgeo-osm-tiles-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: libwww-perl, libyaml-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Geo-OSM-Tiles/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgeo-osm-tiles-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/
+
+Package: libgeo-osm-tiles-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libyaml-perl
+Description: module for calculating tile numbers for OpenStreetMap
+ Geo::OSM::Tiles provides functions for calculating the path to a map tile at
+ OpenStreetMap out of geographic coordinates. The path of a tile at OSM has
+ the form $zoom/$tilex/$tiley.png. The numbering scheme is documented in the
+ OSM wiki at http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames .

Added: trunk/libgeo-osm-tiles-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/copyright?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/copyright (added)
+++ trunk/libgeo-osm-tiles-perl/debian/copyright Sat Nov  6 23:17:59 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Rolf Krahl <rotkraut at cpan.org>
+Source: http://search.cpan.org/dist/Geo-OSM-Tiles/
+Name: Geo-OSM-Tiles
+
+Files: *
+Copyright: 2008-2010, Rolf Krahl <rotkraut at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libgeo-osm-tiles-perl/debian/libgeo-osm-tiles-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/libgeo-osm-tiles-perl.docs?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/libgeo-osm-tiles-perl.docs (added)
+++ trunk/libgeo-osm-tiles-perl/debian/libgeo-osm-tiles-perl.docs Sat Nov  6 23:17:59 2010
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libgeo-osm-tiles-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/rules?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/rules (added)
+++ trunk/libgeo-osm-tiles-perl/debian/rules Sat Nov  6 23:17:59 2010
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	http_proxy= dh_auto_test
+
+override_dh_auto_install:
+	dh_auto_install
+	prename 's/\.pl$$//'        $(TMP)/usr/bin/downloadosmtiles.pl
+	prename 's/\.pl\.1p$$/.1p/' $(TMP)/usr/share/man/man1/downloadosmtiles.pl.1p

Propchange: trunk/libgeo-osm-tiles-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgeo-osm-tiles-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/source/format?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/source/format (added)
+++ trunk/libgeo-osm-tiles-perl/debian/source/format Sat Nov  6 23:17:59 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libgeo-osm-tiles-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-osm-tiles-perl/debian/watch?rev=64655&op=file
==============================================================================
--- trunk/libgeo-osm-tiles-perl/debian/watch (added)
+++ trunk/libgeo-osm-tiles-perl/debian/watch Sat Nov  6 23:17:59 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Geo-OSM-Tiles/   .*/Geo-OSM-Tiles-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list