[SCM] Debian packaging of libanyevent-perl branch, master, updated. debian/7.040-1-15-gc86bfd5

Xavier Guimard x.guimard at free.fr
Mon May 13 03:53:46 UTC 2013


The following commit has been merged in the master branch:
commit b0cea7533b66aa1c9674f06bb32a49c2ab61fb12
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon May 13 05:48:17 2013 +0200

    Update description
    
    Closes: #705744

diff --git a/debian/changelog b/debian/changelog
index 8c845a8..d372855 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libanyevent-perl (7.040-2) UNRELEASED; urgency=low
 
   TODO:
-  - maybe fix #705744 too?
   - README.Debian:
     + "hardcoded die into" -> "hardcoded die with"
     + "has been patch" -> "has been patched"
@@ -20,6 +19,7 @@ libanyevent-perl (7.040-2) UNRELEASED; urgency=low
   [ Xavier Guimard ]
   * Add patch to replace hardcoded die by a warn if
     IO::Async::Loop::AnyEvent is in use (Closes: #706453)
+  * Update description (Closes: #705744)
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 12 May 2013 15:24:17 +0200
 
diff --git a/debian/control b/debian/control
index 5616e2c..942277f 100644
--- a/debian/control
+++ b/debian/control
@@ -54,4 +54,12 @@ Description: event loop framework with multiple implementations
  programming (waiting for I/O or timer events) without subscribing to a
  religion, a way of living, and most importantly: without forcing your module
  users into the same thing by forcing them to use the same event model you use.
+ .
+ During the first call of any watcher-creation method, the module tries to
+ detect the currently loaded event loop by probing whether one of the
+ following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk,
+ Event::Lib, Qt, POE. The first one found is used. If none are detected, the
+ module tries to load the first four modules in the order given; but note that
+ if EV is not available, the pure-perl AnyEvent::Loop should always work, so
+ the other two are not normally tried.
 

-- 
Debian packaging of libanyevent-perl



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