r73954 - in /trunk/libgeo-coder-googlev3-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Tue May 3 21:25:06 UTC 2011


Author: emhn-guest
Date: Tue May  3 21:24:55 2011
New Revision: 73954

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

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

Added: trunk/libgeo-coder-googlev3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/changelog?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/changelog (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/changelog Tue May  3 21:24:55 2011
@@ -1,0 +1,11 @@
+libgeo-coder-googlev3-perl (0.07-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libhtml-parser-perl, libjson-xs-perl
+
+  TODO: package builds cleanly on Squeeze and I used that to be able
+        to inject the package in the repository. The WAITS-FOR have to
+        do with the perlapi virtual package transition.
+
+  * Initial Release (Closes: #625499).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Tue, 3 May 2011 16:27:14 -0430

Added: trunk/libgeo-coder-googlev3-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/compat?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/compat (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/compat Tue May  3 21:24:55 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libgeo-coder-googlev3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/control?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/control (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/control Tue May  3 21:24:55 2011
@@ -1,0 +1,30 @@
+Source: libgeo-coder-googlev3-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libjson-xs-perl,
+ liburi-perl,
+ libwww-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Geo-Coder-Googlev3/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgeo-coder-googlev3-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/
+
+Package: libgeo-coder-googlev3-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libjson-xs-perl,
+ liburi-perl,
+ libwww-perl,
+ perl
+Description: Perl module providing access to Google Maps v3 Geocoding API
+ Geo::Coder::GoogleV3 is a Perl module that provides access to Google's
+ Google Map API v3. Note that v3 does not require an apikey and the data
+ structure returned is different than previous versions of the API.
+ .
+ Check http://code.google.com/intl/en/apis/maps/documentation/geocoding/
+ for more information about Google's Geocoding API and especially usage
+ limits.

Added: trunk/libgeo-coder-googlev3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/copyright?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/copyright (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/copyright Tue May  3 21:24:55 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Slaven Rezic <srezic at cpan.org>
+Source: http://search.cpan.org/dist/Geo-Coder-Googlev3/
+Name: Geo-Coder-Googlev3
+
+Files: *
+Copyright: 2010-2011, Slaven Rezic <srezic at cpan.org>. All rights reserved.
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+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-coder-googlev3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/rules?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/rules (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/rules Tue May  3 21:24:55 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libgeo-coder-googlev3-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgeo-coder-googlev3-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/source/format?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/source/format (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/source/format Tue May  3 21:24:55 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libgeo-coder-googlev3-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgeo-coder-googlev3-perl/debian/watch?rev=73954&op=file
==============================================================================
--- trunk/libgeo-coder-googlev3-perl/debian/watch (added)
+++ trunk/libgeo-coder-googlev3-perl/debian/watch Tue May  3 21:24:55 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Geo-Coder-Googlev3/   .*/Geo-Coder-Googlev3-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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