r70180 - in /trunk/libev-perl/debian: ./ changelog compat control copyright libev-perl.docs rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 1 12:30:46 UTC 2011


Author: periapt-guest
Date: Tue Mar  1 12:30:34 2011
New Revision: 70180

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

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

Added: trunk/libev-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/changelog?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/changelog (added)
+++ trunk/libev-perl/debian/changelog Tue Mar  1 12:30:34 2011
@@ -1,0 +1,5 @@
+libev-perl (4.03-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #497082)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 1 Mar 2011 12:03:41 +0000

Added: trunk/libev-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/compat?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/compat (added)
+++ trunk/libev-perl/debian/compat Tue Mar  1 12:30:34 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libev-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/control?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/control (added)
+++ trunk/libev-perl/debian/control Tue Mar  1 12:30:34 2011
@@ -1,0 +1,30 @@
+Source: libev-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/EV/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libev-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libev-perl/
+
+Package: libev-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: perl interface to libev, a high performance full-featured event loop
+ EV provides an interface to libev
+ (http://software.schmorp.de/pkg/libev.html). While the documentation below is
+ comprehensive, one might also consult the documentation of libev itself
+ (http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod or perldoc EV::libev)
+ for more subtle details on watcher semantics or some discussion on the
+ available backends, or how to force a specific backend with LIBEV_FLAGS, or
+ just about in any case because it has much more detailed information.
+ .
+ This module is very fast and scalable. It is actually so fast that you can
+ use it through the AnyEvent module, stay portable to other event loops (if
+ you don't rely on any watcher types not available through it) and still be
+ faster than with any other event loop currently supported in Perl.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libev-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/copyright?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/copyright (added)
+++ trunk/libev-perl/debian/copyright Tue Mar  1 12:30:34 2011
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: (information incomplete)
+Source: http://search.cpan.org/dist/EV/
+Name: EV
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: (information incomplete)
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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/libev-perl/debian/libev-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/libev-perl.docs?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/libev-perl.docs (added)
+++ trunk/libev-perl/debian/libev-perl.docs Tue Mar  1 12:30:34 2011
@@ -1,0 +1,2 @@
+README
+libev/README

Added: trunk/libev-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/rules?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/rules (added)
+++ trunk/libev-perl/debian/rules Tue Mar  1 12:30:34 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libev-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/source/format?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/source/format (added)
+++ trunk/libev-perl/debian/source/format Tue Mar  1 12:30:34 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libev-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/watch?rev=70180&op=file
==============================================================================
--- trunk/libev-perl/debian/watch (added)
+++ trunk/libev-perl/debian/watch Tue Mar  1 12:30:34 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/EV/   .*/EV-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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