r45578 - in /trunk/libio-bufferedselect-perl/debian: ./ changelog compat control copyright rules watch

ghantoos-guest at users.alioth.debian.org ghantoos-guest at users.alioth.debian.org
Sat Oct 10 18:13:37 UTC 2009


Author: ghantoos-guest
Date: Sat Oct 10 18:13:32 2009
New Revision: 45578

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

Added:
    trunk/libio-bufferedselect-perl/debian/
    trunk/libio-bufferedselect-perl/debian/changelog
    trunk/libio-bufferedselect-perl/debian/compat
    trunk/libio-bufferedselect-perl/debian/control
    trunk/libio-bufferedselect-perl/debian/copyright
    trunk/libio-bufferedselect-perl/debian/rules   (with props)
    trunk/libio-bufferedselect-perl/debian/watch

Added: trunk/libio-bufferedselect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-bufferedselect-perl/debian/changelog?rev=45578&op=file
==============================================================================
--- trunk/libio-bufferedselect-perl/debian/changelog (added)
+++ trunk/libio-bufferedselect-perl/debian/changelog Sat Oct 10 18:13:32 2009
@@ -1,0 +1,5 @@
+libio-bufferedselect-perl (1.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #550284)
+
+ -- Ignace Mouzannar <mouzannar at gmail.com>  Sat, 10 Oct 2009 19:17:59 +0200

Added: trunk/libio-bufferedselect-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-bufferedselect-perl/debian/compat?rev=45578&op=file
==============================================================================
--- trunk/libio-bufferedselect-perl/debian/compat (added)
+++ trunk/libio-bufferedselect-perl/debian/compat Sat Oct 10 18:13:32 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-bufferedselect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-bufferedselect-perl/debian/control?rev=45578&op=file
==============================================================================
--- trunk/libio-bufferedselect-perl/debian/control (added)
+++ trunk/libio-bufferedselect-perl/debian/control Sat Oct 10 18:13:32 2009
@@ -1,0 +1,21 @@
+Source: libio-bufferedselect-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/IO-BufferedSelect/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-bufferedselect-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-bufferedselect-perl/
+
+Package: libio-bufferedselect-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module for line-buffered select interface
+ The purpose of this module is to implement a buffered version of the select
+ interface that operates on lines, rather than characters. Given a set of
+ filehandles, it will block until a full line is available on one or more
+ of them.
+

Added: trunk/libio-bufferedselect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-bufferedselect-perl/debian/copyright?rev=45578&op=file
==============================================================================
--- trunk/libio-bufferedselect-perl/debian/copyright (added)
+++ trunk/libio-bufferedselect-perl/debian/copyright Sat Oct 10 18:13:32 2009
@@ -1,0 +1,30 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Antal Novak <afn at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/IO-BufferedSelect/
+Upstream-Name: IO-BufferedSelect
+
+Files: *
+Copyright: 2007-2009, Antal Novak <afn at cpan.org>
+License-Alias: Perl
+Licence: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ignace Mouzannar <mouzannar at gmail.com>
+License: Artistic | 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 GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+Licence: GPL-1+
+
+    This package 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 of the License, or
+    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/libio-bufferedselect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-bufferedselect-perl/debian/rules?rev=45578&op=file
==============================================================================
--- trunk/libio-bufferedselect-perl/debian/rules (added)
+++ trunk/libio-bufferedselect-perl/debian/rules Sat Oct 10 18:13:32 2009
@@ -1,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@

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

Added: trunk/libio-bufferedselect-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-bufferedselect-perl/debian/watch?rev=45578&op=file
==============================================================================
--- trunk/libio-bufferedselect-perl/debian/watch (added)
+++ trunk/libio-bufferedselect-perl/debian/watch Sat Oct 10 18:13:32 2009
@@ -1,0 +1,2 @@
+version=3
+ http://search.cpan.org/dist/IO-BufferedSelect/   .*/IO-BufferedSelect-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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