r51871 - in /trunk/libnet-gpsd3-perl/debian: ./ README.source changelog compat control copyright libnet-gpsd3-perl.examples patches/ patches/series patches/spelling.patch rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 30 16:39:20 UTC 2010


Author: gregoa
Date: Sat Jan 30 16:39:13 2010
New Revision: 51871

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

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

Added: trunk/libnet-gpsd3-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/README.source?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/README.source (added)
+++ trunk/libnet-gpsd3-perl/debian/README.source Sat Jan 30 16:39:13 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/libnet-gpsd3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/changelog?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/changelog (added)
+++ trunk/libnet-gpsd3-perl/debian/changelog Sat Jan 30 16:39:13 2010
@@ -1,0 +1,5 @@
+libnet-gpsd3-perl (0.11-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #565268).
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 30 Jan 2010 15:54:36 +0100

Added: trunk/libnet-gpsd3-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/compat?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/compat (added)
+++ trunk/libnet-gpsd3-perl/debian/compat Sat Jan 30 16:39:13 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-gpsd3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/control?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/control (added)
+++ trunk/libnet-gpsd3-perl/debian/control Sat Jan 30 16:39:13 2010
@@ -1,0 +1,24 @@
+Source: libnet-gpsd3-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libdatetime-perl, libjson-xs-perl,
+  libio-socket-inet6-perl, libgps-point-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/Net-GPSD3/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-gpsd3-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-gpsd3-perl/
+
+Package: libnet-gpsd3-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
+  libjson-xs-perl, libio-socket-inet6-perl, libgps-point-perl
+Suggests: gpsd (>= 2.90)
+Description: Perl interface to the gpsd server daemon protocol version 3 (JSON)
+ Net::GPSD3 provides an object client interface to the gpsd server daemon
+ utilizing the version 3.1 protocol. gpsd is an open source GPS daemon from
+ http://gpsd.berlios.de/. Support for Version 3 of the protocol (JSON) was
+ adding to the daemon in version 2.90. If your daemon is before 2.90 then
+ please use the Net::GPSD package.

Added: trunk/libnet-gpsd3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/copyright?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/copyright (added)
+++ trunk/libnet-gpsd3-perl/debian/copyright Sat Jan 30 16:39:13 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: 2009, Michael R. Davis
+License: BSD-3
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: BSD-3
+ 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/libnet-gpsd3-perl/debian/libnet-gpsd3-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/libnet-gpsd3-perl.examples?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/libnet-gpsd3-perl.examples (added)
+++ trunk/libnet-gpsd3-perl/debian/libnet-gpsd3-perl.examples Sat Jan 30 16:39:13 2010
@@ -1,0 +1,1 @@
+scripts/*

Added: trunk/libnet-gpsd3-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/patches/series?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/patches/series (added)
+++ trunk/libnet-gpsd3-perl/debian/patches/series Sat Jan 30 16:39:13 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnet-gpsd3-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/patches/spelling.patch?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-gpsd3-perl/debian/patches/spelling.patch Sat Jan 30 16:39:13 2010
@@ -1,0 +1,16 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling mistake
+Forwarded: no
+Origian: vendor
+
+--- a/lib/Net/GPSD3.pm
++++ b/lib/Net/GPSD3.pm
+@@ -33,7 +33,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3.1 protocol. gpsd is an open source GPS deamon from http://gpsd.berlios.de/.  Support for Version 3 of the protocol (JSON) was adding to the daemon in version 2.90.  If your daemon is before 2.90 then please use the L<Net::GPSD> package.
++Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3.1 protocol. gpsd is an open source GPS daemon from http://gpsd.berlios.de/.  Support for Version 3 of the protocol (JSON) was adding to the daemon in version 2.90.  If your daemon is before 2.90 then please use the L<Net::GPSD> package.
+ 
+ =head1 CONSTRUCTOR
+ 

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

Propchange: trunk/libnet-gpsd3-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-gpsd3-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-gpsd3-perl/debian/watch?rev=51871&op=file
==============================================================================
--- trunk/libnet-gpsd3-perl/debian/watch (added)
+++ trunk/libnet-gpsd3-perl/debian/watch Sat Jan 30 16:39:13 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-GPSD3/   .*/Net-GPSD3-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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