r66912 - in /trunk/libgeo-google-mapobject-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Jan 4 11:58:15 UTC 2011


Author: periapt-guest
Date: Tue Jan  4 11:58:05 2011
New Revision: 66912

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

Added:
    trunk/libgeo-google-mapobject-perl/debian/
    trunk/libgeo-google-mapobject-perl/debian/changelog
    trunk/libgeo-google-mapobject-perl/debian/compat
    trunk/libgeo-google-mapobject-perl/debian/control
    trunk/libgeo-google-mapobject-perl/debian/copyright
    trunk/libgeo-google-mapobject-perl/debian/rules   (with props)
    trunk/libgeo-google-mapobject-perl/debian/source/
    trunk/libgeo-google-mapobject-perl/debian/source/format
    trunk/libgeo-google-mapobject-perl/debian/watch

Added: trunk/libgeo-google-mapobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/changelog?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/changelog (added)
+++ trunk/libgeo-google-mapobject-perl/debian/changelog Tue Jan  4 11:58:05 2011
@@ -1,0 +1,5 @@
+libgeo-google-mapobject-perl (0.06-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #608880)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 4 Jan 2011 11:46:02 +0000

Added: trunk/libgeo-google-mapobject-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/compat?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/compat (added)
+++ trunk/libgeo-google-mapobject-perl/debian/compat Tue Jan  4 11:58:05 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libgeo-google-mapobject-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/control?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/control (added)
+++ trunk/libgeo-google-mapobject-perl/debian/control Tue Jan  4 11:58:05 2011
@@ -1,0 +1,36 @@
+Source: libgeo-google-mapobject-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libjson-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Geo-Google-MapObject/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgeo-google-mapobject-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/
+
+Package: libgeo-google-mapobject-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module managing the server side of the Google Maps API
+ Geo::Google::MapObject is intended to provide a server side solution to
+ working with the Google Maps API. In particular an object of this class
+ encapsulates a "map" object that provides support for the static maps API,
+ the javascript maps API, AJAX calls and non-javascript fallback data; but
+ without making many assumptions about the surrounding framework. It is assumed
+ that a template framework with support for a "dot" notation is being used,
+ for example HTML::Template::Pluggable. An important commitment of the module
+ is support for graceful and consistent fallback to a functional
+ non-javascript web page.
+ .
+ The javascript and static Google map APIs do not behave in quite the same way
+ when zoom and center are not specified. Specifically it works quite well with
+ the static maps
+ (http://code.google.com/apis/maps/documentation/staticmaps/#ImplicitPositioni
+ ng) but not so well with the javascript API. To compensate for this the
+ module gives a choice between: specifying the center and zoom levels;
+ allowing the APIs and client side code to do whatever they think best; using
+ a built in algorithm to calculate a sensible zoom and center; and finally
+ supplying ones own algorithm to calculate a sensible zoom and center.

Added: trunk/libgeo-google-mapobject-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/copyright?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/copyright (added)
+++ trunk/libgeo-google-mapobject-perl/debian/copyright Tue Jan  4 11:58:05 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Nicholas Bamber <nicholas at periapt.co.uk>
+Source: http://search.cpan.org/dist/Geo-Google-MapObject/
+Name: Geo-Google-MapObject
+
+Files: *
+Copyright: 2009, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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-google-mapobject-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/rules?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/rules (added)
+++ trunk/libgeo-google-mapobject-perl/debian/rules Tue Jan  4 11:58:05 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libgeo-google-mapobject-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgeo-google-mapobject-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/source/format?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/source/format (added)
+++ trunk/libgeo-google-mapobject-perl/debian/source/format Tue Jan  4 11:58:05 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libgeo-google-mapobject-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-google-mapobject-perl/debian/watch?rev=66912&op=file
==============================================================================
--- trunk/libgeo-google-mapobject-perl/debian/watch (added)
+++ trunk/libgeo-google-mapobject-perl/debian/watch Tue Jan  4 11:58:05 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Geo-Google-MapObject/   .*/Geo-Google-MapObject-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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