r67003 - in /trunk/libio-captureoutput-perl/debian: ./ changelog compat control copyright libio-captureoutput-perl.examples rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 5 10:22:48 UTC 2011


Author: gregoa
Date: Wed Jan  5 10:22:41 2011
New Revision: 67003

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

Added:
    trunk/libio-captureoutput-perl/debian/
    trunk/libio-captureoutput-perl/debian/changelog
    trunk/libio-captureoutput-perl/debian/compat
    trunk/libio-captureoutput-perl/debian/control
    trunk/libio-captureoutput-perl/debian/copyright
    trunk/libio-captureoutput-perl/debian/libio-captureoutput-perl.examples
    trunk/libio-captureoutput-perl/debian/rules   (with props)
    trunk/libio-captureoutput-perl/debian/source/
    trunk/libio-captureoutput-perl/debian/source/format
    trunk/libio-captureoutput-perl/debian/watch

Added: trunk/libio-captureoutput-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/changelog?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/changelog (added)
+++ trunk/libio-captureoutput-perl/debian/changelog Wed Jan  5 10:22:41 2011
@@ -1,0 +1,5 @@
+libio-captureoutput-perl (1.1102-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 5 Jan 2011 09:55:48 +0100

Added: trunk/libio-captureoutput-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/compat?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/compat (added)
+++ trunk/libio-captureoutput-perl/debian/compat Wed Jan  5 10:22:41 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libio-captureoutput-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/control?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/control (added)
+++ trunk/libio-captureoutput-perl/debian/control Wed Jan  5 10:22:41 2011
@@ -1,0 +1,20 @@
+Source: libio-captureoutput-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libmodule-build-perl (>= 0.360000),
+ perl (>= 5.10.1)
+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/IO-CaptureOutput/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-captureoutput-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-captureoutput-perl/
+
+Package: libio-captureoutput-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for capturing STDOUT and STDERR from Perl code, subprocesses or XS
+ IO::CaptureOutput provides routines for capturing STDOUT and STDERR from perl
+ subroutines, forked system calls (e.g. system(), fork()) and from XS or C
+ modules.

Added: trunk/libio-captureoutput-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/copyright?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/copyright (added)
+++ trunk/libio-captureoutput-perl/debian/copyright Wed Jan  5 10:22:41 2011
@@ -1,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: David A. Golden <dagolden at cpan.org>
+Source: http://search.cpan.org/dist/IO-CaptureOutput/
+Name: IO-CaptureOutput
+
+Files: *
+Copyright:  2004, 2005, Simon Flack
+ 2007, 2008, David Golden
+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/libio-captureoutput-perl/debian/libio-captureoutput-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/libio-captureoutput-perl.examples?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/libio-captureoutput-perl.examples (added)
+++ trunk/libio-captureoutput-perl/debian/libio-captureoutput-perl.examples Wed Jan  5 10:22:41 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libio-captureoutput-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/rules?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/rules (added)
+++ trunk/libio-captureoutput-perl/debian/rules Wed Jan  5 10:22:41 2011
@@ -1,0 +1,17 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# recreate empty (?) manpage, from .pod instead of .pm
+	pod2man --section=3pm $(CURDIR)/lib/IO/CaptureOutput.pod > $(TMP)/usr/share/man/man3/IO::CaptureOutput.3pm
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i -e '1i #!/usr/bin/perl\n' $(TMP)/usr/share/doc/$(PACKAGE)/examples/capture.pl
+

Propchange: trunk/libio-captureoutput-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-captureoutput-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/source/format?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/source/format (added)
+++ trunk/libio-captureoutput-perl/debian/source/format Wed Jan  5 10:22:41 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libio-captureoutput-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-captureoutput-perl/debian/watch?rev=67003&op=file
==============================================================================
--- trunk/libio-captureoutput-perl/debian/watch (added)
+++ trunk/libio-captureoutput-perl/debian/watch Wed Jan  5 10:22:41 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-CaptureOutput/   .*/IO-CaptureOutput-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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