r45268 - in /trunk/libpoe-loop-event-perl/debian: ./ changelog compat control copyright libpoe-loop-event-perl.docs rules watch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Oct 3 16:04:56 UTC 2009
Author: jawnsy-guest
Date: Sat Oct 3 16:04:45 2009
New Revision: 45268
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45268
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libpoe-loop-event-perl/debian/
trunk/libpoe-loop-event-perl/debian/changelog
trunk/libpoe-loop-event-perl/debian/compat
trunk/libpoe-loop-event-perl/debian/control
trunk/libpoe-loop-event-perl/debian/copyright
trunk/libpoe-loop-event-perl/debian/libpoe-loop-event-perl.docs
trunk/libpoe-loop-event-perl/debian/rules (with props)
trunk/libpoe-loop-event-perl/debian/watch
Added: trunk/libpoe-loop-event-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/changelog?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/changelog (added)
+++ trunk/libpoe-loop-event-perl/debian/changelog Sat Oct 3 16:04:45 2009
@@ -1,0 +1,5 @@
+libpoe-loop-event-perl (1.302-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org> Sat, 3 Oct 2009 08:15:31 -0400
Added: trunk/libpoe-loop-event-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/compat?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/compat (added)
+++ trunk/libpoe-loop-event-perl/debian/compat Sat Oct 3 16:04:45 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libpoe-loop-event-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/control?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/control (added)
+++ trunk/libpoe-loop-event-perl/debian/control Sat Oct 3 16:04:45 2009
@@ -1,0 +1,22 @@
+Source: libpoe-loop-event-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules, libpoe-test-loops-perl (>= 1.021),
+ libevent-perl (>= 1.11), libpoe-perl (>= 1.007)
+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/POE-Loop-Event/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-loop-event-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-loop-event-perl/
+
+Package: libpoe-loop-event-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libevent-perl (>= 1.11),
+ libpoe-perl (>= 1.007)
+Description: Event.pm support for POE.
+ POE::Loop::Event implements the interface documented in POE::Loop. Therefore
+ it has no documentation of its own. Please see POE::Loop for more details.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
Added: trunk/libpoe-loop-event-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/copyright?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/copyright (added)
+++ trunk/libpoe-loop-event-perl/debian/copyright Sat Oct 3 16:04:45 2009
@@ -1,0 +1,39 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Loop-Event/
+Upstream-Name: POE-Loop-Event
+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.
+
+Files: *
+Copyright: Rocco Caputo <rcaputo at cpan.org>
+License: unparsable
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+License: unparsable | Artistic | GPL-1+
+
+License: unparsable
+ No known license could be automatically determined for this module.
+ If this module conforms to a commonly used license, please report this
+ as a bug in dh-make-perl. In any case, please find the proper license
+ and fix this file!
+
+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/libpoe-loop-event-perl/debian/libpoe-loop-event-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/libpoe-loop-event-perl.docs?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/libpoe-loop-event-perl.docs (added)
+++ trunk/libpoe-loop-event-perl/debian/libpoe-loop-event-perl.docs Sat Oct 3 16:04:45 2009
@@ -1,0 +1,1 @@
+README
Added: trunk/libpoe-loop-event-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/rules?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/rules (added)
+++ trunk/libpoe-loop-event-perl/debian/rules Sat Oct 3 16:04:45 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libpoe-loop-event-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libpoe-loop-event-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/watch?rev=45268&op=file
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/watch (added)
+++ trunk/libpoe-loop-event-perl/debian/watch Sat Oct 3 16:04:45 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/POE-Loop-Event/ .*/POE-Loop-Event-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list