r69589 - in /trunk/libsyntax-keyword-gather-perl/debian: ./ changelog compat control copyright patches/ patches/series patches/whatis.patch rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 25 02:47:40 UTC 2011


Author: gregoa
Date: Fri Feb 25 02:47:32 2011
New Revision: 69589

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

Added:
    trunk/libsyntax-keyword-gather-perl/debian/
    trunk/libsyntax-keyword-gather-perl/debian/changelog
    trunk/libsyntax-keyword-gather-perl/debian/compat
    trunk/libsyntax-keyword-gather-perl/debian/control
    trunk/libsyntax-keyword-gather-perl/debian/copyright
    trunk/libsyntax-keyword-gather-perl/debian/patches/
    trunk/libsyntax-keyword-gather-perl/debian/patches/series
    trunk/libsyntax-keyword-gather-perl/debian/patches/whatis.patch
    trunk/libsyntax-keyword-gather-perl/debian/rules   (with props)
    trunk/libsyntax-keyword-gather-perl/debian/source/
    trunk/libsyntax-keyword-gather-perl/debian/source/format
    trunk/libsyntax-keyword-gather-perl/debian/watch

Added: trunk/libsyntax-keyword-gather-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/changelog?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/changelog (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/changelog Fri Feb 25 02:47:32 2011
@@ -1,0 +1,5 @@
+libsyntax-keyword-gather-perl (1.001000-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 25 Feb 2011 03:03:55 +0100

Added: trunk/libsyntax-keyword-gather-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/compat?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/compat (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/compat Fri Feb 25 02:47:32 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libsyntax-keyword-gather-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/control?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/control (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/control Fri Feb 25 02:47:32 2011
@@ -1,0 +1,26 @@
+Source: libsyntax-keyword-gather-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-simple-perl (>= 0.94),
+ libsub-exporter-perl (>= 0.980), libsyntax-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/Syntax-Keyword-Gather/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsyntax-keyword-gather-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/
+
+Package: libsyntax-keyword-gather-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libsub-exporter-perl (>= 0.980), libsyntax-perl
+Description: Perl 5 module that implements the Perl 6 'gather/take' control structure
+ Perl 6 provides a new control structure -- "gather" -- that allows lists
+ to be constructed procedurally, without the need for a temporary
+ variable. Within the block/closure controlled by a "gather" any call to
+ "take" pushes that call's argument list to an implicitly created array.
+ "take" returns the number of elements it took. This module implements
+ that control structure.
+ .
+ Syntax::Keyword::Gather implements that functionality for Perl 5.

Added: trunk/libsyntax-keyword-gather-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/copyright?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/copyright (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/copyright Fri Feb 25 02:47:32 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Arthur Axel "fREW" Schmidt
+Source: http://search.cpan.org/dist/Syntax-Keyword-Gather/
+Name: Syntax-Keyword-Gather
+
+Files: *
+Copyright: 2010, Arthur Axel "fREW" Schmidt
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, 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/libsyntax-keyword-gather-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/patches/series?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/patches/series (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/patches/series Fri Feb 25 02:47:32 2011
@@ -1,0 +1,1 @@
+whatis.patch

Added: trunk/libsyntax-keyword-gather-perl/debian/patches/whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/patches/whatis.patch?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/patches/whatis.patch (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/patches/whatis.patch Fri Feb 25 02:47:32 2011
@@ -1,0 +1,17 @@
+Description: add whatis entry
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-25
+
+--- a/lib/Syntax/Keyword/Gather.pm
++++ b/lib/Syntax/Keyword/Gather.pm
+@@ -68,7 +68,7 @@
+ 
+ =head1 NAME
+ 
+-Syntax::Keyword::Gather
++Syntax::Keyword::Gather - Provide a gather keyword
+ 
+ =head1 VERSION
+ 

Added: trunk/libsyntax-keyword-gather-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/rules?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/rules (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/rules Fri Feb 25 02:47:32 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libsyntax-keyword-gather-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsyntax-keyword-gather-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/source/format?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/source/format (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/source/format Fri Feb 25 02:47:32 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libsyntax-keyword-gather-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/watch?rev=69589&op=file
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/watch (added)
+++ trunk/libsyntax-keyword-gather-perl/debian/watch Fri Feb 25 02:47:32 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Syntax-Keyword-Gather/   .*/Syntax-Keyword-Gather-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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