r76299 - in /trunk/libterm-ttyrec-plus-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 23 00:09:32 UTC 2011


Author: gregoa
Date: Thu Jun 23 00:09:30 2011
New Revision: 76299

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

Added:
    trunk/libterm-ttyrec-plus-perl/debian/
    trunk/libterm-ttyrec-plus-perl/debian/changelog
    trunk/libterm-ttyrec-plus-perl/debian/compat
    trunk/libterm-ttyrec-plus-perl/debian/control
    trunk/libterm-ttyrec-plus-perl/debian/copyright
    trunk/libterm-ttyrec-plus-perl/debian/rules   (with props)
    trunk/libterm-ttyrec-plus-perl/debian/source/
    trunk/libterm-ttyrec-plus-perl/debian/source/format
    trunk/libterm-ttyrec-plus-perl/debian/watch

Added: trunk/libterm-ttyrec-plus-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/changelog?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/changelog (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/changelog Thu Jun 23 00:09:30 2011
@@ -1,0 +1,5 @@
+libterm-ttyrec-plus-perl (0.07-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 23 Jun 2011 00:40:45 +0200

Added: trunk/libterm-ttyrec-plus-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/compat?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/compat (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/compat Thu Jun 23 00:09:30 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libterm-ttyrec-plus-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/control?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/control (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/control Thu Jun 23 00:09:30 2011
@@ -1,0 +1,22 @@
+Source: libterm-ttyrec-plus-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ perl (>= 5.10.1) | libio-compress-perl | libio-compress-bzip2-perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-ttyrec-plus-perl/
+Homepage: http://search.cpan.org/dist/Term-TtyRec-Plus/
+
+Package: libterm-ttyrec-plus-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl (>= 5.10.1) | libio-compress-perl | libio-compress-bzip2-perl
+Description: module for reading a ttyrec
+ Term::TtyRec::Plus is used to read the individual frames of a ttyrec. It
+ allows you to specify a callback that is run before the caller receives a
+ frame's information. For example, you can modify the timestamp of a frame and
+ that change will be respected in all further timestamps.

Added: trunk/libterm-ttyrec-plus-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/copyright?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/copyright (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/copyright Thu Jun 23 00:09:30 2011
@@ -1,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Shawn M Moore, C<sartak at gmail.com>
+Source: http://search.cpan.org/dist/Term-TtyRec-Plus/
+Name: Term-TtyRec-Plus
+
+Files: *
+Copyright: 2006-2009, Shawn M Moore, C<sartak at gmail.com>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
+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/libterm-ttyrec-plus-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/rules?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/rules (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/rules Thu Jun 23 00:09:30 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libterm-ttyrec-plus-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libterm-ttyrec-plus-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/source/format?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/source/format (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/source/format Thu Jun 23 00:09:30 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libterm-ttyrec-plus-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/watch?rev=76299&op=file
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/watch (added)
+++ trunk/libterm-ttyrec-plus-perl/debian/watch Thu Jun 23 00:09:30 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Term-TtyRec-Plus/   .*/Term-TtyRec-Plus-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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