r43505 - in /trunk/libasync-interrupt-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Sep 2 15:52:11 UTC 2009


Author: jawnsy-guest
Date: Wed Sep  2 15:52:04 2009
New Revision: 43505

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

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

Added: trunk/libasync-interrupt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-interrupt-perl/debian/changelog?rev=43505&op=file
==============================================================================
--- trunk/libasync-interrupt-perl/debian/changelog (added)
+++ trunk/libasync-interrupt-perl/debian/changelog Wed Sep  2 15:52:04 2009
@@ -1,0 +1,5 @@
+libasync-interrupt-perl (1.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 2 Sep 2009 07:35:16 -0400

Added: trunk/libasync-interrupt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-interrupt-perl/debian/compat?rev=43505&op=file
==============================================================================
--- trunk/libasync-interrupt-perl/debian/compat (added)
+++ trunk/libasync-interrupt-perl/debian/compat Wed Sep  2 15:52:04 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libasync-interrupt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-interrupt-perl/debian/control?rev=43505&op=file
==============================================================================
--- trunk/libasync-interrupt-perl/debian/control (added)
+++ trunk/libasync-interrupt-perl/debian/control Wed Sep  2 15:52:04 2009
@@ -1,0 +1,27 @@
+Source: libasync-interrupt-perl
+Section: perl
+Priority: optional
+Build-Depends: perl, debhelper (>= 7), libcommon-sense-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Async-Interrupt/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libasync-interrupt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libasync-interrupt-perl/
+
+Package: libasync-interrupt-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+  libcommon-sense-perl
+Description: Perl module to allow C/XS libraries to interrupt perl
+ Async::Interrupt implements asynchronous interruptions (think "UNIX signals",
+ which are very similar). Modules might want to run code asynchronously (in
+ another thread, or from a signal handler), and then signal the interpreter on
+ certain events. One common way is to write data to a pipe and use an event
+ handling toolkit to watch for I/O events. Another way is to send a signal.
+ Those methods are slow, and in the case of a pipe, also not asynchronous - it
+ won't interrupt a running Perl interpreter.
+ .
+ This module implements asynchronous notifications that enable you to signal
+ running Perl code from another thread, asynchronously, and sometimes even
+ without using a single syscall.

Added: trunk/libasync-interrupt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-interrupt-perl/debian/copyright?rev=43505&op=file
==============================================================================
--- trunk/libasync-interrupt-perl/debian/copyright (added)
+++ trunk/libasync-interrupt-perl/debian/copyright Wed Sep  2 15:52:04 2009
@@ -1,0 +1,29 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Marc Lehmann <schmorp at schmorp.de>
+Upstream-Source: http://search.cpan.org/dist/Async-Interrupt/
+Upstream-Name: Async-Interrupt
+
+Files: *
+Copyright: Marc Lehmann <schmorp at schmorp.de>
+     http://home.schmorp.de/
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+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'
+
+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/libasync-interrupt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-interrupt-perl/debian/rules?rev=43505&op=file
==============================================================================
--- trunk/libasync-interrupt-perl/debian/rules (added)
+++ trunk/libasync-interrupt-perl/debian/rules Wed Sep  2 15:52:04 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libasync-interrupt-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libasync-interrupt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-interrupt-perl/debian/watch?rev=43505&op=file
==============================================================================
--- trunk/libasync-interrupt-perl/debian/watch (added)
+++ trunk/libasync-interrupt-perl/debian/watch Wed Sep  2 15:52:04 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Async-Interrupt/   .*/Async-Interrupt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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