r51863 - in /trunk/libgps-point-perl/debian: ./ README.source changelog compat control copyright patches/ patches/series patches/spelling.patch rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 30 16:22:04 UTC 2010


Author: gregoa
Date: Sat Jan 30 16:21:58 2010
New Revision: 51863

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

Added:
    trunk/libgps-point-perl/debian/
    trunk/libgps-point-perl/debian/README.source
    trunk/libgps-point-perl/debian/changelog
    trunk/libgps-point-perl/debian/compat
    trunk/libgps-point-perl/debian/control
    trunk/libgps-point-perl/debian/copyright
    trunk/libgps-point-perl/debian/patches/
    trunk/libgps-point-perl/debian/patches/series
    trunk/libgps-point-perl/debian/patches/spelling.patch
    trunk/libgps-point-perl/debian/rules   (with props)
    trunk/libgps-point-perl/debian/watch

Added: trunk/libgps-point-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/README.source?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/README.source (added)
+++ trunk/libgps-point-perl/debian/README.source Sat Jan 30 16:21:58 2010
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Added: trunk/libgps-point-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/changelog?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/changelog (added)
+++ trunk/libgps-point-perl/debian/changelog Sat Jan 30 16:21:58 2010
@@ -1,0 +1,5 @@
+libgps-point-perl (0.17-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 30 Jan 2010 15:57:50 +0100

Added: trunk/libgps-point-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/compat?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/compat (added)
+++ trunk/libgps-point-perl/debian/compat Sat Jan 30 16:21:58 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libgps-point-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/control?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/control (added)
+++ trunk/libgps-point-perl/debian/control Sat Jan 30 16:21:58 2010
@@ -1,0 +1,20 @@
+Source: libgps-point-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libtest-number-delta-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/GPS-Point/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgps-point-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgps-point-perl/
+
+Package: libgps-point-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-number-delta-perl
+Description: module providing an object interface for a GPS point
+ GPS::Point provides an object interface for a GPS fix (e.g. Position,
+ Velocity and Time).
+ .
+ Note: Please use Geo::Point, if you want 2D or projection support.

Added: trunk/libgps-point-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/copyright?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/copyright (added)
+++ trunk/libgps-point-perl/debian/copyright Sat Jan 30 16:21:58 2010
@@ -1,0 +1,41 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael R. Davis
+Source: http://search.cpan.org/dist/GPS-Point/
+Name: GPS-Point
+
+Files: *
+Copyright: 2008, Michael R. Davis
+License: BSD-3
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: BSD3-
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer. 
+ Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution. 
+ Neither the name of the STOP, LLC nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission. 
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libgps-point-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/patches/series?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/patches/series (added)
+++ trunk/libgps-point-perl/debian/patches/series Sat Jan 30 16:21:58 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libgps-point-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/patches/spelling.patch?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/patches/spelling.patch (added)
+++ trunk/libgps-point-perl/debian/patches/spelling.patch Sat Jan 30 16:21:58 2010
@@ -1,0 +1,25 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling mistake
+Origin: vendor
+Forwarded: no
+
+--- a/lib/GPS/Point.pm
++++ b/lib/GPS/Point.pm
+@@ -583,7 +583,7 @@
+   my $new_point=$point->track($seconds); #default $point->heading
+   my $new_point=$point->track($seconds => $heading);
+ 
+-At a minimum this method requires lat and lon to be set. It might be very usefull to have speed, heading and time set although they all default to zero.
++At a minimum this method requires lat and lon to be set. It might be very useful to have speed, heading and time set although they all default to zero.
+ 
+ =cut
+ 
+@@ -606,7 +606,7 @@
+   my $point=$point->forward($dist);             #default $point->heading
+   my $point=$point->forward($dist => $heading); #meters => degrees
+ 
+-At a minimum this method requires lat and lon to be set. It might be usefull to have heading set although the default is zero.
++At a minimum this method requires lat and lon to be set. It might be useful to have heading set although the default is zero.
+ 
+ =cut
+ 

Added: trunk/libgps-point-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/rules?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/rules (added)
+++ trunk/libgps-point-perl/debian/rules Sat Jan 30 16:21:58 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@

Propchange: trunk/libgps-point-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgps-point-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgps-point-perl/debian/watch?rev=51863&op=file
==============================================================================
--- trunk/libgps-point-perl/debian/watch (added)
+++ trunk/libgps-point-perl/debian/watch Sat Jan 30 16:21:58 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/GPS-Point/   .*/GPS-Point-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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